You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling get_evaluation() I expect the command eval to be put into stockfish. Currently the skript just executes a bestmove search and then uses the score of stockfishs best move.
This feature makes sense but is very misleading since it is called "get_evaluation". Maybe name it "get_bestmove_score" and actually call eval for "get_evaluation".
Very quick fix would be to at least add a note in the Readme.
The text was updated successfully, but these errors were encountered:
When calling get_evaluation() I expect the command
eval
to be put into stockfish. Currently the skript just executes a bestmove search and then uses the score of stockfishs best move.This feature makes sense but is very misleading since it is called "get_evaluation". Maybe name it "get_bestmove_score" and actually call
eval
for "get_evaluation".Very quick fix would be to at least add a note in the Readme.
The text was updated successfully, but these errors were encountered: