NNue variety

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

stavros
Posts: 165
Joined: Tue Dec 02, 2014 1:29 am

NNue variety

Post by stavros »

anyone knowus if the NNue is determistic? like 1 core or adds some variety like multi core?
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: NNue variety

Post by zullil »

stavros wrote: Tue Jul 21, 2020 8:04 pm anyone knowus if the NNue is determistic? like 1 core or adds some variety like multi core?
I see no reason why a single-threaded search using a fixed nn.bin should be non-deterministic. More than one thread should be non-deterministic. All that the nn is doing is replacing the evaluation.
brianr
Posts: 536
Joined: Thu Mar 09, 2006 3:01 pm

Re: NNue variety

Post by brianr »

Even single thread can be somewhat variable if search is based on time.
For fixed nodes (assuming nothing the the hash tables), it should be exactly the same.
stavros
Posts: 165
Joined: Tue Dec 02, 2014 1:29 am

Re: NNue variety

Post by stavros »

so the multi thread gives some variery like multi core A/B engines?
Raphexon
Posts: 476
Joined: Sun Mar 17, 2019 12:00 pm
Full name: Henk Drost

Re: NNue variety

Post by Raphexon »

Yes, it's exactly the same as regular Stockfish. Except for the eval ofcourse.