lukasmonk / lucaschessR2

Lucas Chess R Version 2
GNU General Public License v3.0
267 stars 40 forks source link

Nodes 1 for other engines #142

Open jonathancolledge opened 5 months ago

jonathancolledge commented 5 months ago

Hi, I added lc0 with maia weights (I know you already have it) in anticipation of having some other maia-like weights to do the same with. Anyway, I can't seen to make nodes to be 1 (I tried adding go nodes 1 with the command option, but it crashes when playing a game, I think I'm not supposed to do that). Is the best way for me to do this to set the nodes per second to 1 or less than 1, and when I play a game set the time for the computer to 1 second? Is there any disadvantage to that? Thanks, Jonathan

lukasmonk commented 5 months ago

You could test with depth = 1

jonathancolledge commented 5 months ago

Thank you. I'll try that.