Page 22 of 26
Re: Stockfish
Posted: Fri Oct 04, 2024 3:41 pm
by Homayoun
Thanks too, dear friend.
Re: Stockfish
Posted: Fri Oct 04, 2024 3:43 pm
by Homayoun
Author: Taras Vuk
Date: Fri Oct 4 08:35:08 2024 +0200
Timestamp: 1728023708
Decrease probCutBeta based on opponentWorsening
Passed STC:
LLR: 2.97 (-2.94,2.94) <0.00,2.00>
Total: 62112 W: 16305 L: 15947 D: 29860 Elo +2.00
Ptnml(0-2): 203, 7226, 15856, 7552, 219
https://tests.stockfishchess.org/tests/ ... 47d953b71e
Passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 129552 W: 33223 L: 32710 D: 63619 Elo +1.38
Ptnml(0-2): 94, 14250, 35573, 14767, 92
https://tests.stockfishchess.org/tests/ ... 47d953b7d2
closes
https://github.com/official-stockfish/S ... /pull/5615
bench: 1511354
see source
https://abrok.eu/stockfish/?
Re: Stockfish
Posted: Sat Oct 12, 2024 9:40 pm
by Homayoun
Author: Michael Chaly
Date: Sat Oct 12 16:40:55 2024 +0200
Timestamp: 1728744055
Make low ply history size fixed
Size of low ply history should always be the same, so ensure it.
closes
https://github.com/official-stockfish/S ... /pull/5630
No functional change
https://abrok.eu/stockfish/
Re: Stockfish
Posted: Sat Oct 12, 2024 9:47 pm
by Sedat Canbaz
Re: Stockfish
Posted: Sat Oct 12, 2024 11:06 pm
by Homayoun
Thanks too, dear friend.
Re: Stockfish
Posted: Fri Nov 01, 2024 11:42 am
by Homayoun
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/
Re: Stockfish
Posted: Thu Nov 14, 2024 6:04 pm
by Homayoun
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/
Re: Stockfish
Posted: Mon Nov 25, 2024 6:15 pm
by Homayoun
Author: Shawn Xu
Date: Fri Nov 22 23:41:34 2024 +0100
Timestamp: 1732315294
Fix Sanitizer Tests
closes
https://github.com/official-stockfish/S ... /pull/5692
No functional change
https://abrok.eu/stockfish/
Re: Stockfish
Posted: Tue Nov 26, 2024 4:41 pm
by Sedat Canbaz
Re: Stockfish
Posted: Tue Nov 26, 2024 7:12 pm
by Homayoun
Thanks too , Sedat.