-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Simplify away best move count logic : official-stockfish/Stockfish@e41f727 - 置換表上のスコア(value)がalpha,valueより小さいものは負の延長を行う。 - Negative extension for ttMove that is less than alpha and value : official-stockfish/Stockfish@e1f12aa // V701nn engine1 = YaneuraOuNNUE_V701kk_avx2.exe , eval = suishou6_20220114-fv32 engine2 = YaneuraOuNNUE_V701nn_avx2.exe , eval = suishou6_20220114-fv32 T2,b1000,1430 - 150 - 1420(50.18% R1.22[-9.48,11.92]) winrate black , white = 51.89% , 48.11% T2,b2000,1426 - 189 - 1385(50.73% R5.07[-5.71,15.85]) winrate black , white = 53.18% , 46.82% T2,b4000,791 - 188 - 811(49.38% R-4.34[-18.61,9.94]) winrate black , white = 55.49% , 44.51% T2,b4000,489 - 77 - 494(49.75% R-1.77[-19.99,16.45]) winrate black , white = 54.83% , 45.17% // ほぼ互角だが、4秒で悪くないし、元のコードがよりシンプルになるので導入する。
- Loading branch information
Showing
1 changed file
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters