dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

Add user warning if unsupported entries in Ceres.json #24

Open dje-dev opened 3 years ago

dje-dev commented 3 years ago

Users might make entries (intended for command line) such as pruning=false into Ceres.json not realizing that command-line and Ceres.json entries are not always the same. This can be confusing, at a minimum the documentation should make this clear and Ceres should warn if unsupported entries are found in the Ceres.json file.