depth: Limit white 6th move thinking depth to less than 9

1.     d6    f4
 2.     b4    d2
 3.     d3    e4
 4.     g4    d5
 5.     a4    c4
 6.     f6    (bad 35)

Test Result:

 3. X
 4 OK (Unique b6)
 5 OK (c3/e3)
 6-9 OK (Unique b6)
 10. half X
 11. half X
 16. half X
 20. OK
This commit is contained in:
Calcitem 2021-09-12 22:48:19 +08:00
parent b65d513678
commit f3b7afc544
No known key found for this signature in database
GPG Key ID: F2F7C29E054CFB80
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ Depth get_search_depth(const Position *pos)
const Depth placingDepthTable[25] = {
+1, 1, +1, 1, /* 0 ~ 3 */
+3, 15, +15, 15, /* 4 ~ 7 */
+15, 2, +0, 0, /* 8 ~ 11 */
+15, 2, +9, 0, /* 8 ~ 11 */
+0, 0, +0, 0, /* 12 ~ 15 */
+0, 0, +0, 0, /* 16 ~ 19 */
+0, 0, +0, 0, /* 20 ~ 23 */