fastchess
fastchess copied to clipboard
Predicts the best chess move with 27.5% accuracy by a single matrix multiplication
I tried to Train the model according to the readme, but i did not succeed .. i can run fastchess by play_chess.py with stockfish, not but with fastchess while it...
The link for dataset is not working
Currently, engines are run in different processes, but all python code runs in the same. This should be fine if running the engines takes up most of the work, but...
I have these errors: python tune.py danasah800_uci -opp-engine danasah730_uci -concurrency=7 -movetime 200 -book book.pgn -games-file tune.pgn -opt Parameter1 -opt Parameter2 -n 500 -log-file data.log ``` Starting game 304/334 with {'Parameter1':...
#### Suggestion When -debug is set, also save the best values to debug log file. This goes to console. ``` print(f'Best expectation (κ={kappa}): {X[i]}' f' = {y_pred[i]/2:.3f} ± {sigma[i]/2:.3f}' f'...
Currently, tune.py only does visualization when tuning a single parameter, but Skopt supports a lot of nice plot types: https://scikit-optimize.github.io/notebooks/visualizing-results.html It would be nice to add more of these, plus...
Something like cutechess' 40/40+1 notation could be nice.