ProDeo
Would you like to react to this message? Create an account in a few clicks or log in to continue.
ProDeo

Computer Chess
 
HomeHome  CalendarCalendar  Latest imagesLatest images  FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  Log in  

 

 glasses for NNUE?

Go down 
AuthorMessage
nescitus




Posts : 46
Join date : 2020-12-01

glasses for NNUE? Empty
PostSubject: glasses for NNUE?   glasses for NNUE? EmptyMon Apr 05, 2021 10:22 am

Well, I have not obtained a winning result yet, but I got 48% score vs pure NNUE, which looked serious enough not to post it on April the 1st.

The following setup has been used:

- adding NNUE evaluation from Toga III to Rodent
- NNUE eval is done at the leaves (no speedup associated with make/unmake) but eval hashtable is used
- using best Stockfish net
- returning final score as follows:

Code:
return (EvalRodent(...) * rodentEvalPercentage / 100) + (EvalNNUE(...) * nnueEvalPercentage / 100)

- nnueEvalPercentage is clearly higher than rodentEvalPercentage and both values are Texel-tuned

It has a chance to work because NNUE eval is so much slower than normal one that slowdown caused by using it alongside NNUE can be compensated by returning better score. And this interpolated score can be better despite pure NNUE beating Rodent eval 3 times out of 4. How can it happen? I suspect that NNUE eval is more precise when the game is relatively close to equality and classical eval might be more precise in positions with large imbalances. If this is the case then using some non-linear formula might be enough for beating pure NNUE. Also some speed can be regained by creating a simpler eval that is meant to serve as "glasses for NNUE". Cool

Admin and Nezhman like this post

Back to top Go down
 
glasses for NNUE?
Back to top 
Page 1 of 1
 Similar topics
-
» My first NNUE
» Which NNUE development is next?
» Texel 1.09 NNUE
» Ethereal 13 NNUE
» Is NNUE a dead end?

Permissions in this forum:You cannot reply to topics in this forum
ProDeo :: Computer Chess-
Jump to: