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 » Sat Mar 23, 2024 7:38 am

;)

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

Re: Stockfish

Post by Homayoun » Wed Mar 27, 2024 3:19 pm

Author: Gahtan Nahdi
Date: Tue Mar 26 18:17:00 2024 +0100
Timestamp: 1711473420

Remove material imbalance from nnue eval

Passed non-reg STC:
https://tests.stockfishchess.org/tests/ ... 0526c52b57
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 76480 W: 19893 L: 19712 D: 36875 Elo +0.82
Ptnml(0-2): 339, 9107, 19157, 9308, 329

Passed non-reg LTC:
https://tests.stockfishchess.org/tests/ ... 0526c53885
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 150948 W: 38078 L: 37988 D: 74882 Elo +0.21
Ptnml(0-2): 111, 16997, 41148, 17127, 91

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

Bench: 2103324

https://abrok.eu/stockfish/

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

Re: Stockfish

Post by Homayoun » Fri Mar 29, 2024 7:55 pm

Author: Disservin
Date: Fri Mar 29 13:13:07 2024 +0100
Timestamp: 1711714387

Improve prerelease creation workflow

In the last couple of months we sometimes saw duplicated prereleases uploaded to GitHub, possibly due to some racy behavior when concurrent jobs create a prerelease. This now creates an empty prerelease at the beginning of the CI and the binaries are later just attached to this one.

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

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 » Sat Mar 30, 2024 2:17 pm

Author: Joost VandeVondele
Date: Sat Mar 30 12:38:02 2024 +0100
Timestamp: 1711798682

Avoid a note related to an ABI change

current master triggers a gcc note:
parameter passing for argument of type 'std::pair<double, double>' when C++17 is enabled changed to match C++14 in GCC 10.1

while this is inconsequential, and just informative https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111516 we can easily avoid it.

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

No functional change
see source: https://github.com/official-stockfish/S ... 43bf21360e

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

Re: Stockfish

Post by Homayoun » Sat Mar 30, 2024 3:45 pm

OrgZ wrote:
Sat Mar 30, 2024 2:17 pm
Author: Joost VandeVondele
Date: Sat Mar 30 12:38:02 2024 +0100
Timestamp: 1711798682

Avoid a note related to an ABI change

current master triggers a gcc note:
parameter passing for argument of type 'std::pair<double, double>' when C++17 is enabled changed to match C++14 in GCC 10.1

while this is inconsequential, and just informative https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111516 we can easily avoid it.

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

No functional change
see source: https://github.com/official-stockfish/S ... 43bf21360e
Thanks.

Cr@ck
Posts: 24
Joined: Tue Mar 21, 2023 8:54 pm
Real Name: Pavel

Re: Stockfish

Post by Cr@ck » Tue Apr 02, 2024 11:24 am

Friends, please tell me at what time controls STC and VLTC testing of Stockfish is carried out? It says that VLTC is carried out with control 60+0.6. Is it 60 minutes or 60 seconds per game?

User avatar
IbaiBuR
Posts: 207
Joined: Sun Jul 03, 2022 4:08 pm
Real Name: Ibai Burgos
Location: Madrid, Spain
Contact:

Re: Stockfish

Post by IbaiBuR » Tue Apr 02, 2024 11:40 am

60+0.6 is 60 seconds + 0.6 seconds of increment per move. STC is usually 10+0.1.

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

Re: Stockfish

Post by Homayoun » Tue Apr 02, 2024 11:43 am

Cr@ck wrote:
Tue Apr 02, 2024 11:24 am
Friends, please tell me at what time controls STC and VLTC testing of Stockfish is carried out? It says that VLTC is carried out with control 60+0.6. Is it 60 minutes or 60 seconds per game?
What do you personally think?VLTC means , very long time control. Then it should be second or minute?
Regards

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

Re: Stockfish

Post by Homayoun » Tue Apr 02, 2024 11:52 am

Homayoun wrote:
Tue Apr 02, 2024 11:43 am
Cr@ck wrote:
Tue Apr 02, 2024 11:24 am
Friends, please tell me at what time controls STC and VLTC testing of Stockfish is carried out? It says that VLTC is carried out with control 60+0.6. Is it 60 minutes or 60 seconds per game?
What do you personally think?VLTC means , very long time control. Then it should be second or minute?
Regards
Ok. I think Ibay is right.with excuse I wrongly read 60+ 6. But if it is 60+ 0.6 , Then Ibay is right.
Regards

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

Re: Stockfish

Post by Homayoun » Tue Apr 02, 2024 12:08 pm

Ibai

Post Reply