Gourab-Ghosh / timecat-rs

A chess engine written in Rust
GNU General Public License v3.0
7 stars 1 forks source link

Improper option values #1

Closed tissatussa closed 1 month ago

tissatussa commented 1 month ago

I just compiled your v1.35.1 and it runs fine in CuteChess GUI, but i can't set Hash and Move Overhead because their max values are too big :

timecat-options

timecat-options2

Is this intentional ? I guess not ..

[ i'm on Xubuntu 22.04 ]

Gourab-Ghosh commented 1 month ago

I just compiled your v1.35.1 and it runs fine in CuteChess GUI, but i can't set Hash and Move Overhead because their max values are too big :

timecat-options

timecat-options2

Is this intentional ? I guess not ..

[ i'm on Xubuntu 22.04 ]

Thank you for letteing me know about this. Previously I had tried to make the values as big as possible. Now I think I have to reduce them to make it work.

Gourab-Ghosh commented 1 month ago

This has been fixed.

tissatussa commented 1 month ago

Solved ! :+1: