nescitus / rodent-iv

trying to start a community effort based on Rodent IV
GNU General Public License v3.0
17 stars 15 forks source link

problems with UCI_Elo persistency #7

Open nescitus opened 4 years ago

nescitus commented 4 years ago

see https://www.chess.com/forum/view/chess-equipment/just-a-mention-of-the-rodent-iv-chess-engine

bcm314 commented 4 years ago

I hope I've fixed it here: https://github.com/nescitus/rodent-iv/commit/15c7d2190192d30c72552a8bcbd716d3924de3e1

But still need TESTING!!! (Maye it's time to build testing versions.) I'll also write to chess.com.

bcm314 commented 4 years ago

Oh, finally I believe I got it - such a pain, so much time, so much frust. There is one more thing: when the personalityfile contains a "GuideBookFile", which can NOT (!!!) be loaded (because the file is not found), it is playing maximum strength.

I guess, ALL "NpsLimit"- and "EvalBlur"-lines must be removed from personality-files. This values are for strength-settings, which isn't part of personalities any more. This values are set from the sub "SetSpeed", so I guess also the setoption-part should be removed: "NpsLimit" and "EvalBlur" are internal only. uci_elo/uci_limitstrength are handling them

Right?