JohnWoe wrote: ↑Fri Feb 07, 2020 3:51 pm
Sapeli 1.72 released!
Master:
https://github.com/SamuraiDangyo/Sapeli
Release:
https://github.com/SamuraiDangyo/Sapeli ... /tag/v1.72
+ I noticed Sapeli was happily getting into drawn endgames. And not knowing when tu turn bad position into drawn endings. This release fixes it.
+ Plus tons of simplifications.
+ Test suites rerun 10s per position.
Example:
Sapeli isn't blind anymore to drawish endings. Here Sapeli scales down this theoretical draw ending.
[d]8/7p/5b2/8/8/6k1/8/6K1 b - - 1 1
...
[/code]
I have added the new version compilations to the downloads at rwbc.
The eval for this position is compressed by more than 50% now compared to previous version.
I think though it should be even more scaled down for the special case of B+wrong pawn at least,
if it can be done w/o losing much speed, as it is quite rare?
Haven't looked at the source yet, if you have some general endgame scaling, or added special cases?
Code: Select all
Sapeli 1.71 by Toni Helminen
GNU General Public License version 3; for details see 'sapeli -license'
uci
...
position fen 8/7p/5b2/8/8/6k1/8/6K1 b - - 1 1
go depth 16
info depth 1 nodes 38 time 0 nps 0 score cp 484 pv h7h5
info depth 2 nodes 135 time 0 nps 0 score cp 488 pv h7h5
info depth 3 nodes 802 time 0 nps 0 score cp 493 pv h7h5
info depth 4 nodes 1744 time 0 nps 0 score cp 491 pv h7h5
info depth 5 nodes 5442 time 0 nps 0 score cp 514 pv h7h5
info depth 6 nodes 21032 time 10 nps 2103200 score cp 504 pv h7h5
info depth 7 nodes 66893 time 30 nps 2229766 score cp 518 pv h7h5
info depth 8 nodes 169818 time 70 nps 2425971 score cp 568 pv h7h5
info depth 9 nodes 652572 time 210 nps 3107485 score cp 580 pv h7h5
info depth 10 nodes 1594449 time 400 nps 3986122 score cp 582 pv h7h5
info depth 11 nodes 3871309 time 820 nps 4721108 score cp 582 pv h7h5
info depth 12 nodes 17507638 time 3000 nps 5835879 score cp 580 pv h7h5
info depth 13 nodes 49377659 time 7910 nps 6242434 score cp 587 pv h7h5
info depth 14 nodes 146185621 time 22810 nps 6408839 score cp 587 pv h7h5
Code: Select all
Sapeli 1.72 by Toni Helminen
GNU General Public License version 3; for details see 'sapeli -license'
uci
...
position fen 8/7p/5b2/8/8/6k1/8/6K1 b - - 1 1
go depth 16
info depth 1 nodes 38 time 0 nps 0 score cp 233 pv f6d4
info depth 2 nodes 138 time 0 nps 0 score cp 238 pv h7h5
info depth 3 nodes 809 time 0 nps 0 score cp 236 pv h7h5
info depth 4 nodes 1704 time 0 nps 0 score cp 240 pv h7h5
info depth 5 nodes 5332 time 10 nps 533200 score cp 247 pv h7h5
info depth 6 nodes 20826 time 10 nps 2082600 score cp 251 pv h7h5
info depth 7 nodes 56630 time 20 nps 2831500 score cp 252 pv h7h5
info depth 8 nodes 154791 time 40 nps 3869775 score cp 273 pv h7h5
info depth 9 nodes 648068 time 140 nps 4629057 score cp 279 pv h7h5
info depth 10 nodes 1635304 time 340 nps 4809717 score cp 285 pv h7h5
info depth 11 nodes 3968839 time 752 nps 5277711 score cp 285 pv h7h5
info depth 12 nodes 21481767 time 3462 nps 6205016 score cp 279 pv h7h5
info depth 13 nodes 52010840 time 8062 nps 6451356 score cp 288 pv h7h5
info depth 14 nodes 158320911 time 24212 nps 6538943 score cp 289 pv h7h5