Gabrielkaos / ChessEngineGoobC

UCI playing Chess Engine written in C
GNU General Public License v3.0
2 stars 0 forks source link

Goob loses on time at 01s10s in CuteChess #4

Open tissatussa opened 1 year ago

tissatussa commented 1 year ago

in CuteChess v1.2.0 i test with time control 01s10s : 1 second per move with 10 seconds bonus - i think this way the engines play a fair time per move, they can even gather time by making some instant moves.

suddenly Goob v1.8.9 time management failed :

Goob-White-loses-on-time

-with 'normal' tc all Goob runs OK

[ i'm on Xubuntu 22.04 ]

Gabrielkaos commented 1 year ago

in CuteChess v1.2.0 i test with time control 01s10s : 1 second per move with 10 seconds bonus - i think this way the engines play a fair time per move, they can even gather time by making some instant moves.

yeah havent really integrated a good time man in goob, currently uses the most basic, thanks for pointing out a weakness in the engine, I'll improve the time man in the next update, big thanks :)

tissatussa commented 1 year ago

..I'll improve the time man in the next update..

lately i wrote another Issue at https://github.com/RedBedHed/Homura/issues/4 which is a rather simple engine and lacks proper Time Control (tc) also .. i descibe some common method (the 30 move one), maybe you can use it .. however, it seems your tc code does not properly include the bonus time (10 sec) AND my very low starting time (1 sec) "into thinking periods". btw. in CuteChess the bonus time is added BEFORE an engine starts thinking.

Gabrielkaos commented 1 year ago

lately i wrote another Issue at RedBedHed/Homura#4 which is a rather simple engine and lacks proper Time Control (tc) also .. i descibe some common method (the 30 move one), maybe you can use it .. however, it seems your tc code does not properly include the bonus time (10 sec) AND my very low starting time (1 sec) "into thinking periods". btw. in CuteChess the bonus time is added BEFORE an engine starts thinking.

Thanks I'll look into them ;), I'll update goob soon