py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)

Home Page:https://py-stockfish.github.io/stockfish/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for minimums and maximums when setting parameters

kieferro opened this issue · comments

For the most parameters which can be set with setoption name [NAME] value [VALUE] there are limits. They are also documented here. We should check if the limits are valid for the passed values when changing for example Skill Level or UCI_Elo.