Stockfish

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

Re: Stockfish

Post by Homayoun » Wed Jan 17, 2024 7:21 pm

Author: Disservin
Date: Wed Jan 17 18:05:00 2024 +0100
Timestamp: 1705511100

Remove global TB variables from search.cpp

Follow up cleanup of #4968, removes the global variables from search and
instead uses a dedicated tb config struct.

closes https://github.com/official-stockfish/S ... /pull/4982

No functional change

https://abrok.eu/stockfish/

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

Re: Stockfish

Post by Homayoun » Fri Jan 19, 2024 9:30 am

Author: Viren6
Date: Wed Jan 17 18:56:37 2024 +0100
Timestamp: 1705514197

Improve ttPv reduction

This patch allows a partial reduction decrease when a node is likely to
fail low, and increases the reduction decrease when a node has failed
high.

Passed STC:
https://tests.stockfishchess.org/tests/ ... f82b9722bc
LLR: 2.93 (-2.94,2.94) <0.00,2.00>
Total: 157824 W: 40332 L: 39835 D: 77657 Elo +1.09
Ptnml(0-2): 543, 18617, 40098, 19108, 546

Passed LTC:
https://tests.stockfishchess.org/tests/ ... f82b97328a
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 57228 W: 14475 L: 14111 D: 28642 Elo +2.21
Ptnml(0-2): 34, 6278, 15633, 6628, 41

closes https://github.com/official-stockfish/S ... /pull/4994

Bench: 1364759
https://abrok.eu/stockfish/

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

Re: Stockfish

Post by Homayoun » Sun Jan 21, 2024 8:16 pm

Author: Muzhen Gaming
Date: Sun Jan 21 12:49:30 2024 +0100
Timestamp: 1705837770

VLTC search tune

Search parameters were tuned using 152k games at 180+1.8.

Passed VLTC:
https://tests.stockfishchess.org/tests/ ... f82b973a20
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 117338 W: 29244 L: 28848 D: 59246 Elo +1.17
Ptnml(0-2): 24, 12474, 33267, 12890, 14

Passed VVLTC:
https://tests.stockfishchess.org/tests/ ... f82b977982
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 28164 W: 7239 L: 6957 D: 13968 Elo +3.48
Ptnml(0-2): 3, 2651, 8490, 2937, 1

STC Elo estimate:
https://tests.stockfishchess.org/tests/ ... f82b9792a6
Elo: -0.53 ± 2.0 (95%) LOS: 30.4%
Total: 30000 W: 7688 L: 7734 D: 14578 Elo -0.53
Ptnml(0-2): 102, 3617, 7614, 3559, 108
nElo: -1.03 ± 3.9 (95%) PairsRatio: 0.99

closes https://github.com/official-stockfish/S ... /pull/5003

Bench: 1235377
https://abrok.eu/stockfish/

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

Re: Stockfish

Post by Homayoun » Sat Jan 27, 2024 6:44 pm

Author: Viren6
Date: Fri Jan 26 21:15:07 2024 +0100
Timestamp: 1706300107

Use ttPv in depth condition of singular extensions

This replaces the PvNode condition and tte Pv call previously with using
the precomputed ttPv, and also removes the multiplier of 2. This new
depth condition occurs with approximately equal frequency (47%) to the
old depth condition (measured when the other conditions in the if are
true), so non-linear scaling behaviour isn't expected.

Passed Non-Reg STC:
https://tests.stockfishchess.org/tests/ ... 0db026da27
LLR: 2.97 (-2.94,2.94) <-1.75,0.25>
Total: 243232 W: 62432 L: 62437 D: 118363 Elo -0.01
Ptnml(0-2): 910, 28937, 61900, 28986, 883

Passed Non-Reg LTC:
https://tests.stockfishchess.org/tests/ ... 0db026eea1
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 190596 W: 47666 L: 47618 D: 95312 Elo +0.09
Ptnml(0-2): 115, 21710, 51596, 21766, 111

closes https://github.com/official-stockfish/S ... /pull/5015

Bench: 1492957

https://abrok.eu/stockfish/

Terminator
Posts: 23
Joined: Wed Jun 21, 2023 3:48 pm
Real Name: Terminator

Re: Stockfish

Post by Terminator » Sat Feb 03, 2024 6:39 pm

https://abrok.eu/stockfish/

Author: Muzhen Gaming
Date: Sat Feb 3 17:40:07 2024 +0100
Timestamp: 1706978407

Bench: 1478189
see source

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

Re: Stockfish

Post by Homayoun » Sat Feb 03, 2024 6:43 pm

Terminator wrote:
Sat Feb 03, 2024 6:39 pm
https://abrok.eu/stockfish/

Author: Muzhen Gaming
Date: Sat Feb 3 17:40:07 2024 +0100
Timestamp: 1706978407

Bench: 1478189
see source
:difus_19

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

Re: Stockfish

Post by Homayoun » Sat Feb 10, 2024 5:52 pm

Author: mstembera
Date: Fri Feb 9 19:06:25 2024 +0100
Timestamp: 1707501985

Fix the alignment of the transformer buffer

Fixes the issue mentioned in
https://github.com/official-stockfish/S ... r138417600.
Thanks to @cj5716 and @peregrineshahin for
spotting this!

closes https://github.com/official-stockfish/S ... /pull/5042

No functional change
https://abrok.eu/stockfish/

User avatar
OrgZ
Posts: 787
Joined: Thu Feb 16, 2023 2:15 pm

Re: Stockfish

Post by OrgZ » Sun Feb 11, 2024 5:09 pm

:difus_19

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

Re: Stockfish

Post by Homayoun » Sun Feb 11, 2024 7:06 pm

;)
OrgZ wrote:
Sun Feb 11, 2024 5:09 pm
:difus_19
;)

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

Re: Stockfish

Post by Homayoun » Mon Feb 12, 2024 4:49 pm

Author: Disservin
Date: Sun Feb 11 20:13:19 2024 +0100
Timestamp: 1707678799

Format code using clang-format

No functional change
https://abrok.eu/stockfish/

Post Reply