ksw0518 / Turbulence_v4

WIP UCI chess engine written in C++
https://lichess.org/@/turbulencebot
1 stars 0 forks source link

Versions #1

Open SzotsGabor opened 1 week ago

SzotsGabor commented 1 week ago

I'm planning to test your engine for the CCRL blitz list. However, to distinguish between versions is not going to be easy when all files are named v4 and UCI ID is always simply Turbulence. Could you please resolve this?

Gabor Szots CCRL testing group

ksw0518 commented 1 week ago

oh, I can edit the exe file simply. I'll change uci ID to include version name

ksw0518 commented 1 week ago

uci id name Turbulence_v4 v0.0.3 id author ksw0518

option name Threads type spin default 1 min 1 max 1 option name Hash type spin default 12 min 1 max 4096 uciok

SzotsGabor commented 1 week ago

Thanks. Just to make sure, your engine has two versions, one is 4, the other is 0.0.3? Will it be OK if it appears on our lists as "Turbulence4 0.0.3" (we usually omit the v's to save space)?

ksw0518 commented 1 week ago

you can name turbulence without 4. two versions are 0.0.2,and 0.0.3

ksw0518 commented 1 week ago

like, Turbulence 0.0.3

SzotsGabor commented 1 week ago

OK, gauntlet started. First results indicate that it is stronger than 2100.

ksw0518 commented 1 week ago

Hi, When do you think your gauntlet will end? this is my first time, so I don't know how long it usually takes. Thanks!

SzotsGabor commented 1 week ago

The first run will probably finish in a couple of days. But the list is updated only once a week (sometimes less frequently) so your engine is not likely to appear on it before next Sunday. Then I usually do a second run against another pool of engines to correct for unbalances in selection and to make error margins narrower.