-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When White's second move is 10, when Black falls to the star point, White reacts differently. #25
Comments
是在 IDS 完成后正式搜索时改变 value 的:
|
到深度11时正常
|
关闭 TT 后正常 |
造成的 |
和 IDS Windows 有关 |
(2,2) (2,4) (2,8) 的顺序,白方现在没有下到 (3,4) |
与此有关? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当设置
关闭随机, 仅当按 (2,2) (2,4) (2,8) 的顺序,白方才下到 (3,4), 其他时候无论怎么旋转都会封堵.
为什么会下到 (3,4)?
The text was updated successfully, but these errors were encountered: