Stockfish
Re: Stockfish
Thanks too, dear friend.
Re: Stockfish
Author: MinetaS
Date: Thu Oct 31 10:08:34 2024 +0100
Timestamp: 1730365714
Remove moveCountPruning in search.cpp
The definition of moveCountPruning may cause confusion by implying that
the variable is unconstrained. However, once it is set to true, it
should not be reset to false, otherwise it would break the internal
logic of MovePicker.
Several patches have overlooked this constraint. For example:
https://tests.stockfishchess.org/tests/ ... 47d953d226
https://tests.stockfishchess.org/tests/ ... be9d4eccea
The implementation approach was suggested by Disservin.
Passed non-regression STC:
LLR: 3.02 (-2.94,2.94) <-1.75,0.25>
Total: 180672 W: 47072 L: 47006 D: 86594 Elo +0.13
Ptnml(0-2): 536, 19482, 50247, 19522, 549
https://tests.stockfishchess.org/tests/ ... 47d953d542
closes https://github.com/official-stockfish/S ... /pull/5661
No functional change
https://abrok.eu/stockfish/
Date: Thu Oct 31 10:08:34 2024 +0100
Timestamp: 1730365714
Remove moveCountPruning in search.cpp
The definition of moveCountPruning may cause confusion by implying that
the variable is unconstrained. However, once it is set to true, it
should not be reset to false, otherwise it would break the internal
logic of MovePicker.
Several patches have overlooked this constraint. For example:
https://tests.stockfishchess.org/tests/ ... 47d953d226
https://tests.stockfishchess.org/tests/ ... be9d4eccea
The implementation approach was suggested by Disservin.
Passed non-regression STC:
LLR: 3.02 (-2.94,2.94) <-1.75,0.25>
Total: 180672 W: 47072 L: 47006 D: 86594 Elo +0.13
Ptnml(0-2): 536, 19482, 50247, 19522, 549
https://tests.stockfishchess.org/tests/ ... 47d953d542
closes https://github.com/official-stockfish/S ... /pull/5661
No functional change
https://abrok.eu/stockfish/
Re: Stockfish
Author: Michael Chaly
Date: Wed Nov 13 20:35:02 2024 +0100
Timestamp: 1731526502
Adjust statscore for captures
Instead of using quiet histories use capture history with a different
offset.
Passed STC:
https://tests.stockfishchess.org/tests/ ... 47d953e719
LLR: 2.96 (-2.94,2.94) <0.00,2.00>
Total: 428896 W: 111160 L: 110269 D: 207467 Elo +0.72
Ptnml(0-2): 1220, 50296, 110534, 51169, 1229
Passed LTC:
https://tests.stockfishchess.org/tests/ ... 47d953e962
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 105882 W: 26918 L: 26458 D: 52506 Elo +1.51
Ptnml(0-2): 66, 11430, 29482, 11904, 59
closes https://github.com/official-stockfish/S ... /pull/5679
Bench: 840721
https://abrok.eu/stockfish/
Date: Wed Nov 13 20:35:02 2024 +0100
Timestamp: 1731526502
Adjust statscore for captures
Instead of using quiet histories use capture history with a different
offset.
Passed STC:
https://tests.stockfishchess.org/tests/ ... 47d953e719
LLR: 2.96 (-2.94,2.94) <0.00,2.00>
Total: 428896 W: 111160 L: 110269 D: 207467 Elo +0.72
Ptnml(0-2): 1220, 50296, 110534, 51169, 1229
Passed LTC:
https://tests.stockfishchess.org/tests/ ... 47d953e962
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 105882 W: 26918 L: 26458 D: 52506 Elo +1.51
Ptnml(0-2): 66, 11430, 29482, 11904, 59
closes https://github.com/official-stockfish/S ... /pull/5679
Bench: 840721
https://abrok.eu/stockfish/