LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.47k stars 535 forks source link

How to enable true for other backend-options #1388

Closed Caleb-Kang closed 4 years ago

Caleb-Kang commented 4 years ago

When I run ./lc0.exe --help, I see backend-options such as --[no-]ponder

How am I supposed to enable these kinds of options? I have tried --[yes-]ponder, etc. but none of my tries worked.

cn4750 commented 4 years ago

The no- is optional. --ponder or --no-ponder are allowed options. Feel free to join our Discord if you have any more questions.