SFNNv9.5.3_240420 released...

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
ZamChess
Posts: 197
Joined: Sun Dec 19, 2021 10:24 am

SFNNv9.5.3_240420 released...

Post by ZamChess » Sun Apr 21, 2024 6:36 am

Update 240420 for Windows: Full updated to SF master and, more important, Mediumnet threshold changed to 1200. Old value of 300 is completely off! Pre-release
Both Windows versions of SFNNv9.5.3_240420 are released now with new default parameter for Mediumnet threshold of 1200. Old value of 300 was just a (dumb and wrong 😂) guess and completely off... For both Windows engines I got warnings from the stupid MS Defender. Just ignore it (like I do since the 10th false positive) or test it on Virus Total.
Use 1200 in SFNNv9.5.3_240410 or even make selfplay tests with different values to find a good MnTh parameter (to find the optimal one takes 10000s of games). Anyway, the optimal value of Mediumnet threshold (MnTh) depends (not that much on the same OS) on hardware and also on TC. Both dependencies could be minimized by empirical formulas, however 100000s of games are needed🤔. Thus MnTh in the moment is an uci parameter.
However, with one(!) good MnTh value Stockfish dev can be easily beaten at STC and LTC. Here are the three tests with MnTh=1200 on my mini PC with Celeron N5095 (modern builds):

https://github.com/Joachim26/StockfishNPS/releases

Thank you Joachim26 !

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

Re: SFNNv9.5.3_240420 released...

Post by Homayoun » Sun Apr 21, 2024 7:28 am

Thank you very much , Zamchess.

User avatar
dorsz
Posts: 242
Joined: Mon Aug 30, 2021 8:43 pm

Re: SFNNv9.5.3_240420 released...

Post by dorsz » Sun Apr 21, 2024 8:16 am

ZamChess wrote:
Sun Apr 21, 2024 6:36 am
For both Windows engines I got warnings from the stupid MS Defender.
Hi!
I had the same problem with my own engines I was testing recently.

ferdauz
Posts: 13
Joined: Tue Dec 07, 2021 12:13 pm
Real Name: ikaw ako

Re: SFNNv9.5.3_240420 released...

Post by ferdauz » Sun Apr 21, 2024 9:27 am

theres error in the engine it doesnt work

Triton6654
Posts: 75
Joined: Tue Nov 02, 2021 4:14 am

Re: SFNNv9.5.3_240420 released...

Post by Triton6654 » Sun Apr 21, 2024 1:13 pm

ferdauz wrote:
Sun Apr 21, 2024 9:27 am
theres error in the engine it doesnt work
U will need to download the 3 NNUE files namely:
1) nn-ae6a388e4a1a.nnue
2) nn-a70fe1969e12.nnue
3) nn-baff1ede1f90.nnue

Copy all 3 files into the same folder as the engine's executable file.

Triton6654
Posts: 75
Joined: Tue Nov 02, 2021 4:14 am

Re: SFNNv9.5.3_240420 released...

Post by Triton6654 » Sun Apr 21, 2024 1:14 pm

dorsz wrote:
Sun Apr 21, 2024 8:16 am
ZamChess wrote:
Sun Apr 21, 2024 6:36 am
For both Windows engines I got warnings from the stupid MS Defender.
Hi!
I had the same problem with my own engines I was testing recently.
Instead of MS Defender, U can use AVG Antivirus which is FREE n working well.

User avatar
dorsz
Posts: 242
Joined: Mon Aug 30, 2021 8:43 pm

Re: SFNNv9.5.3_240420 released...

Post by dorsz » Sun Apr 21, 2024 3:29 pm

Triton6654 wrote:
Sun Apr 21, 2024 1:14 pm
dorsz wrote:
Sun Apr 21, 2024 8:16 am
ZamChess wrote:
Sun Apr 21, 2024 6:36 am
For both Windows engines I got warnings from the stupid MS Defender.
Hi!
I had the same problem with my own engines I was testing recently.
Instead of MS Defender, U can use AVG Antivirus which is FREE n working well.
I borrowed the computer to make new compiles. It is not my decision the MS defender is there. I had to deactivate it for a while.

Anton101
Posts: 652
Joined: Sat Jun 10, 2023 6:46 pm
Real Name: A. Ces
Location: México

Re: SFNNv9.5.3_240420 released...

Post by Anton101 » Sun Apr 21, 2024 7:53 pm

Many thanks for the update Zam!

Eduard Nemeth
Posts: 616
Joined: Thu Jun 10, 2010 12:50 am

Re: SFNNv9.5.3_240420 released...

Post by Eduard Nemeth » Mon Apr 22, 2024 7:55 am

Hello folks,
Does anyone know where the Menium network (20 MB, dimension 1024) comes from? Is this a newly trained network or is it an old SF network that Sf used in the first NNUE versions?

Ah I see from 23-12-02 23:41:58 What was this network trained for?
Peace be with you!

Eduard Nemeth
Posts: 616
Joined: Thu Jun 10, 2010 12:50 am

Re: SFNNv9.5.3_240420 released...

Post by Eduard Nemeth » Wed Apr 24, 2024 4:53 pm

Does anyone know Joachim26's email? I can not find them.

https://github.com/Joachim26/StockfishNPS/releases

On lichess under BotLi I get an error message with the engine. Something is wrong in the UCI protocol.

Error message ... "OptimalTime". This does not exist in the UCI protocol.

I found this line in search.cpp:


//SFnps Begin
namespace SE = Stockfish::Eval;

int mediumNetTH = int(options["Mediumnet Threshold"]);
SE::tmOptTime = main_manager()->tm.optimum();
SE::mediumNetOn = (SE::tmOptTime < mediumNetTH);

std::cout << "OptimalTime " << SE::tmOptTime << sync_endl;


Maybe the line needs to read "OptimumTime" and not "OptimalTime"?
Peace be with you!

Post Reply