glinscott / leela-chess

**MOVED TO https://github.com/LeelaChessZero/leela-chess ** A chess adaption of GCP's Leela Zero
http://lczero.org
GNU General Public License v3.0
760 stars 301 forks source link

Fix configuration to use boolean instead of int #692

Closed GBeauregard closed 6 years ago

GBeauregard commented 6 years ago

These options were set to int which meant, e.g., setting tune_exhaustive=true wasn't working because it needed tune_exhaustive=1. This pull request fixes this so that it works with a boolean as intended.