lucasart / c-chess-cli

Command Line Interface for UCI Chess engines written in C
GNU General Public License v3.0
70 stars 9 forks source link

test random #26

Closed lucasart closed 4 years ago

lucasart commented 4 years ago

Perhaps with a new syntax to group related properties: -openings file=F [order=O] [seed=S]. Allows to test random in a deterministic way in the test-suite (default should be non deterministic with automatic unpredictable seed).

lucasart commented 4 years ago

done