depth: 白方第5步深度由14上调到16

顺带也提升下一着黑方到16.

对于以下用例:
19 23
21 20
27 11
29 13
28 -23
此时白方积极成三,走12,后续会陷入明显劣势。
故提升这步的深度,避免走12.

自对弈时长为 30s.
This commit is contained in:
Calcitem 2020-04-05 00:20:39 +08:00
parent 1406b98421
commit 9c1c071f46
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ depth_t AIAlgorithm::changeDepth(depth_t origDepth)
const depth_t placingDepthTable_12[] = { const depth_t placingDepthTable_12[] = {
+1, 2, +2, 4, /* 0 ~ 3 */ +1, 2, +2, 4, /* 0 ~ 3 */
+4, 12, +12, 12, /* 4 ~ 7 */ +4, 12, +12, 12, /* 4 ~ 7 */
+12, 14, +14, 16, /* 8 ~ 11 */ +12, 16, +16, 16, /* 8 ~ 11 */
+16, 16, +16, 17, /* 12 ~ 15 */ +16, 16, +16, 17, /* 12 ~ 15 */
+17, 16, +16, 15, /* 16 ~ 19 */ +17, 16, +16, 15, /* 16 ~ 19 */
+15, 14, +14, 6, /* 20 ~ 23 */ +15, 14, +14, 6, /* 20 ~ 23 */