depth: 9nm: Increase depth from 12 to 14 from step 8

Test 1100 times, no matter black or white,
new player pk old player, result is 40% : 18~21%

Speed cut down to 67%.
self play 3000 times: win rate is 25% : 28% : 47%
self play move list is not changed.
This commit is contained in:
Calcitem 2021-04-19 19:23:05 +08:00
parent b62f9794dd
commit 6a9ae2cbd2
1 changed files with 5 additions and 5 deletions

View File

@ -458,11 +458,11 @@ Depth getSearchDepth(const Position *pos)
const Depth placingDepthTable_9[] = {
+1, 7, +7, 10, /* 0 ~ 3 */
+10, 12, +12, 12, /* 4 ~ 7 */
+12, 13, +13, 13, /* 8 ~ 11 */
+13, 13, +13, 13, /* 12 ~ 15 */
+13, 13, +13, /* 16 ~ 18 */
+13 /* 19 */
+10, 12, +12, 14, /* 4 ~ 7 */
+14, 14, +14, 14, /* 8 ~ 11 */
+14, 14, +14, 14, /* 12 ~ 15 */
+14, 14, +14, /* 16 ~ 18 */
+14 /* 19 */
};
const Depth movingDepthTable[] = {