czbar / ChessForge

Chess Forge application
MIT License
11 stars 2 forks source link

Implemented No-Evaluation-Update mode #855

Closed czbar closed 5 months ago

czbar commented 5 months ago

In this new mode, the engine is running but evaluations are not updated, This is useful when the user wants to browse the game and see engine's suggestions but does not want to update the evaluations that may have been obtained previously.

(Note, evaluation will still be update in Line or Game evaluations)