Page 4 of 9
Re: Stockfish Download.
Posted: Sat Jul 01, 2023 4:04 pm
by janus
I dont think poster in another forum meant this to be humorous but man ..
:laughing-rolling:
a new network came out -1b951f8b449d.nnue
- I put it in the engine and lost 2 games
in a row on PlayChess in chess. Why is this ?
Maybe in the engine settings in the Use NNUE
window you need to uncheck
Re: Stockfish Download.
Posted: Sat Jul 01, 2023 7:45 pm
by Skynet
janus wrote: ↑Sat Jul 01, 2023 12:22 pm
Author: Linmiao Xu
Date: Sat Jul 1 13:34:30 2023 +0200
Timestamp: 1688211270
Update NNUE architecture to SFNNv7 with larger L1 size of 2048
Looks like SF team is joking around us , from big net to small, 16 version release and now back to bigger net, i guess in few days a new version 16.1 will appear..
Re: Stockfish Download.
Posted: Sun Jul 02, 2023 9:07 am
by APOCALYPSE
Author: ppigazzini
Date: Sun Jul 2 10:32:36 2023 +0200
Timestamp: 1688286756
Make posix and msys2 shells consistent in CI
In CI, it is typical for the process to halt immediately when an error
is encountered. However, with our `shell: bash {0}` configuration,
the process continues despite errors for posix shells.
This commit updates the behavior of posix and msys2 shells to ensure
consistency in terms of pipeline exit codes and stop conditions.
We adopt the most appropriate default behavior as recommended
by the GitHub documentation.
Update the code that searches for the bench value in the git log:
- to be compatible with the new shell settings
- to retry the value from the first line that contains
only the template and spaces/tabs/newlines
see also
https://docs.github.com/en/actions/usin ... stepsshell
https://docs.github.com/en/actions/usin ... preference
https://github.com/msys2/setup-msys2/blob/main/main.js
closes
https://github.com/official-stockfish/S ... /pull/4653
No functional change
Re: Stockfish Download.
Posted: Mon Jul 03, 2023 3:41 pm
by massimilianogoi
Re: Stockfish Download.
Posted: Mon Jul 03, 2023 4:22 pm
by janus
Forum is already aware - you are duplicating and flooding too ..
Re: Stockfish Download.
Posted: Mon Jul 03, 2023 6:20 pm
by massimilianogoi
Ops....
I beg you pardon. I didn't see it and I was excited for the news.
janus wrote: ↑Mon Jul 03, 2023 4:22 pm
Forum is already aware - you are duplicating and flooding too ..
Re: Stockfish Download.
Posted: Tue Jul 04, 2023 2:37 am
by APOCALYPSE
Author: ppigazzini
Date: Mon Jul 3 20:17:14 2023 +0200
Timestamp: 1688408234
Remove leftover braces for if conditional in CI
closes
https://github.com/official-stockfish/S ... /pull/4660
No functional change
Re: Stockfish Download.
Posted: Fri Jul 07, 2023 5:13 am
by APOCALYPSE
Author: Linmiao Xu
Date: Thu Jul 6 23:03:58 2023 +0200
Timestamp: 1688677438
Update default net to nn-c38c3d8d3920.nnue
This was a later epoch from the same experiment that led to the
previous master net. After training, it was prepared the same way:
1. greedy permuting L1 weights with
https://github.com/official-stockfish/S ... /pull/4620
2. leb128 compression with
https://github.com/glinscott/nnue-pytorch/pull/251
3. greedy 2- and 3- cycle permuting with
https://github.com/official-stockfish/S ... /pull/4640
Local elo at 25k nodes per move (vs. L1-1536 nn-fdc1d0fe6455.nnue):
nn-epoch739.nnue : 20.2 +/- 1.7
Passed STC:
https://tests.stockfishchess.org/tests/ ... a549c4e4c8
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 195552 W: 49977 L: 49430 D: 96145 Elo +0.97
Ptnml(0-2): 556, 22775, 50607, 23242, 596
Passed LTC:
https://tests.stockfishchess.org/tests/ ... a549c4f60c
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 235452 W: 60327 L: 59609 D: 115516 Elo +1.06
Ptnml(0-2): 119, 25173, 66426, 25887, 121
closes
https://github.com/official-stockfish/S ... /pull/4666
bench 2427629
Re: Stockfish Download.
Posted: Wed Jul 12, 2023 8:10 am
by APOCALYPSE
Author: Muzhen Gaming
Date: Tue Jul 11 22:55:00 2023 +0200
Timestamp: 1689108900
Simplify PvNode reduction
Simplification STC:
https://tests.stockfishchess.org/tests/ ... a549c539c3
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 37856 W: 9719 L: 9504 D: 18633 Elo +1.97
Ptnml(0-2): 98, 4277, 9977, 4464, 112
Simplification LTC:
https://tests.stockfishchess.org/tests/ ... 745c60f360
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 55878 W: 14323 L: 14138 D: 27417 Elo +1.15
Ptnml(0-2): 21, 5993, 15732, 6166, 27
closes
https://github.com/official-stockfish/S ... /pull/4673
Bench: 2604965
Re: Stockfish Download.
Posted: Fri Jul 14, 2023 8:56 am
by APOCALYPSE
Author: Joost VandeVondele
Date: Thu Jul 13 08:21:17 2023 +0200
Timestamp: 1689229277
Generate binaries for more advanced architectures
use intel's Software Development Emulator (SDE) in the actions that build the binaries.
This allows for building on Windows and Linux binaries for
- x86-64-avx512
- x86-64-vnni256
- x86-64-vnni512
(x86-64-avxvnni needs more recent gcc in the actions)
also build x86-64-avx2 on macos.
closes
https://github.com/official-stockfish/S ... /pull/4679
No functional change