depth: 降低白方第4步以及黑方最后3步一层搜索
This commit is contained in:
parent
4faf1c9c4c
commit
b330dd28ce
|
@ -70,8 +70,8 @@ depth_t MillGameAi_ab::changeDepth(depth_t originalDepth)
|
|||
#ifdef RAPID_GAME
|
||||
depth_t depthTable[] = { 6, 14, 15, 16, 15, 15, 15, 13, 10, 9, 8, 7, 1 };
|
||||
#else
|
||||
depth_t depthTable[] = { 6, 15, 16, 17, 16, 16, 16, 14, 13, 12, 9, 7, 1 };
|
||||
//depth_t depthTable[] = { 6, 15, 16, 17, 16, 16, 16, 12, 12, 12, 9, 7, 1 };
|
||||
depth_t depthTable[] = { 6, 14, 15, 16, 16, 16, 16, 14, 12, 12, 9, 7, 1 };
|
||||
//depth_t depthTable[] = { 6, 15, 16, 17, 16, 16, 16, 14, 13, 12, 9, 7, 1 };
|
||||
#endif // RAPID_GAME
|
||||
#else // TRANSPOSITION_TABLE_ENABLE
|
||||
depth_t depthTable[] = { 2, 13, 13, 13, 12, 11, 10, 9, 9, 8, 8, 7, 1 };
|
||||
|
|
Loading…
Reference in New Issue