Stockfish

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Homayoun
Posts: 1539
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Stockfish

Post by Homayoun » Sat Oct 12, 2024 11:06 pm

Thanks too, dear friend.

Homayoun
Posts: 1539
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Stockfish

Post by Homayoun » Fri Nov 01, 2024 11:42 am

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/

Homayoun
Posts: 1539
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Stockfish

Post by Homayoun » Thu Nov 14, 2024 6:04 pm

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/

Post Reply