Depth: 将白方前2着深度也7/9下调到2/4
调整后自对弈26714盘结果: 7128 : 18849 : 737 26.68% : 70.56% : 2.76% 即白方胜率上升15%。 但如何和黑方第2/3着深度依然是7/9对战,胜率相当。 可以认为,假设白方先下调深度,胜率大幅上升。 此时黑方如果也下调深度,也没有帮助。
This commit is contained in:
parent
c0f4423535
commit
91aea3c003
|
@ -80,7 +80,7 @@ depth_t AIAlgorithm::changeDepth(depth_t origDepth)
|
|||
#endif
|
||||
|
||||
const depth_t placingDepthTable_12[] = {
|
||||
+1, 7, +2, 9, /* 0 ~ 3 */
|
||||
+1, 2, +2, 4, /* 0 ~ 3 */
|
||||
+4, 12, +12, 12, /* 4 ~ 7 */
|
||||
+12, 14, +14, 16, /* 8 ~ 11 */
|
||||
+16, 16, +16, 17, /* 12 ~ 15 */
|
||||
|
|
Loading…
Reference in New Issue