Chess engine: Stockfish 22032520 NNUE for Windows and Linux
Rating CEDR=3506 (2 place)
Timestamp: 1648235640
Remove pos.capture_or_promotion()
This patch replaces `pos.capture_or_promotion()` with `pos.capture()` and comes after a few attempts with elo-gaining bounds, two of which failed yellow at LTC
(https://tests.stockfishchess.org/tests/view/622f8f0cc9e950cbfc237024
and
https://tests.stockfishchess.org/tests/view/62319a8bb3b498ba71a6b2dc).
Passed non-regression STC:
https://tests.stockfishchess.org/tests/view/623aff7eea447151c74828d3
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 246864 W: 65462 L: 65618 D: 115784 Elo -0.22
Ptnml(0-2): 1201, 28116, 65001, 27866, 1248
Passed non-regression LTC:
https://tests.stockfishchess.org/tests/view/623c1fdcea447151c7484fb0
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 30120 W: 8125 L: 7978 D: 14017 Elo +1.70
Ptnml(0-2): 22, 2993, 8881, 3144, 20
Bench: 6847732
Comments
Post a Comment