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/
Re: Stockfish
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/
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/
-
- Posts: 2263
- Joined: Wed Jun 21, 2023 6:29 am
Re: Stockfish
Many thanks HomayounHomayoun wrote: ↑Mon Nov 25, 2024 6:15 pmAuthor: 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
Thanks too , Sedat.
Re: Stockfish
Author: Nonlinear2
Date: Sun Dec 8 22:24:29 2024 +0100
Timestamp: 1733693069
Fix duplicate code (#5711)
closes https://github.com/official-stockfish/S ... /pull/5711
No functional change
https://abrok.eu/stockfish/?
Date: Sun Dec 8 22:24:29 2024 +0100
Timestamp: 1733693069
Fix duplicate code (#5711)
closes https://github.com/official-stockfish/S ... /pull/5711
No functional change
https://abrok.eu/stockfish/?
Re: Stockfish
Author: mstembera
Date: Sun Dec 22 15:29:42 2024 +0100
Timestamp: 1734877782
Simplify Zobrist keys for captures
The Zobrist keys for NO_PIECE are 0 so no need to special case captures.
Also the TranspositionTable reference passed to do_null_move() can be
const.
STC Simplification:
https://tests.stockfishchess.org/tests/ ... 47d9544005
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 114240 W: 29654 L: 29523 D: 55063 Elo +0.40
Ptnml(0-2): 329, 12360, 31620, 12473, 338
closes https://github.com/official-stockfish/S ... /pull/5731
No functional change
Date: Sun Dec 22 15:29:42 2024 +0100
Timestamp: 1734877782
Simplify Zobrist keys for captures
The Zobrist keys for NO_PIECE are 0 so no need to special case captures.
Also the TranspositionTable reference passed to do_null_move() can be
const.
STC Simplification:
https://tests.stockfishchess.org/tests/ ... 47d9544005
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 114240 W: 29654 L: 29523 D: 55063 Elo +0.40
Ptnml(0-2): 329, 12360, 31620, 12473, 338
closes https://github.com/official-stockfish/S ... /pull/5731
No functional change
Re: Stockfish
Author: Daniel Monroe
Date: Mon Jan 6 00:48:05 2025 +0100
Timestamp: 1736120885
Remove non-functional std::min()
closes https://github.com/official-stockfish/S ... /pull/5749
No functional change
https://abrok.eu/stockfish/
Date: Mon Jan 6 00:48:05 2025 +0100
Timestamp: 1736120885
Remove non-functional std::min()
closes https://github.com/official-stockfish/S ... /pull/5749
No functional change
https://abrok.eu/stockfish/
Re: Stockfish
Author: FauziAkram
Date: Sun Jan 12 21:36:39 2025 +0100
Timestamp: 1736714199
Increase the depth margin
Tested at VVLTC against the passed patches.
Test 1 against PR5764
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 167260 W: 43053 L: 42521 D: 81686 Elo +1.11
Ptnml(0-2): 7, 15272, 52542, 15800, 9
https://tests.stockfishchess.org/tests/ ... c0b4b6e780
Test 2 against PR5765
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 300012 W: 77364 L: 76771 D: 145877 Elo +0.69
Ptnml(0-2): 22, 27555, 94256, 28154, 19
https://tests.stockfishchess.org/tests/ ... c0b4b7028c
closes https://github.com/official-stockfish/S ... /pull/5768
Bench: 1379150
https://abrok.eu/stockfish/?
Date: Sun Jan 12 21:36:39 2025 +0100
Timestamp: 1736714199
Increase the depth margin
Tested at VVLTC against the passed patches.
Test 1 against PR5764
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 167260 W: 43053 L: 42521 D: 81686 Elo +1.11
Ptnml(0-2): 7, 15272, 52542, 15800, 9
https://tests.stockfishchess.org/tests/ ... c0b4b6e780
Test 2 against PR5765
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 300012 W: 77364 L: 76771 D: 145877 Elo +0.69
Ptnml(0-2): 22, 27555, 94256, 28154, 19
https://tests.stockfishchess.org/tests/ ... c0b4b7028c
closes https://github.com/official-stockfish/S ... /pull/5768
Bench: 1379150
https://abrok.eu/stockfish/?