Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 334 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 334 Bytes

Build and Run

python script.py init --clang # Add "--b Debug" for debug build
python script.py run

Test

python script.py run --e main_test -- -s

Benchmark

python script.py run --e main_bench -- -s

For training neural network, see src/nn/README.md.

For deploying lichess bot, see misc/bot/README.md.