-
Recently, I tested the engine LCZero for GUI Shredder classic 5, ChessGUI and cutechess . The debut book " 3M_rand " was used for the tests. I noticed a serious problem - I will describe it. Maybe som…
-
I can see the point here: https://github.com/jordanbray/chess/issues/6 but it also suggests putting all the engine communication stuff into a different library which I'm not too much a fan of as it ma…
-
Im trying to get a basic electron+webpack+stockfish setup working. I'm getting the following error back in the onmessage callback (as well as different, subsequent errors):
```
failed to compile w…
-
Following a question on discord, I checked and `--time-manager=legacy(steepness4.0)` is accepted but does nothing.
-
Andoma does not play when a FEN position is given. It only plays from the initial starting position ..
-
I feel like it could be nice to give the option to run the bot as a UCI engine, as it would allow easier analysis.
I'm trying to figure out how to do this my self, but I'm not in a great place ment…
-
I'm trying to create a webcomponent based on this and chess.js alongside chessboard-element.js.
The idea is to create a component anyone can drop into their webpage, so that users of that webpage c…
-
I love the project! What I don't understand is how you hook it up to an engine (Selecting the engine in real time is really cool).
-
* Chess Tuning Tools version: My fork = no opening book and normalize_y=True
* Python version: 3.8.7
* Operating System: Linux
### Description
I have noticed that the y-scales of the plots, th…
-
Hello,
is there an easy way to save the model after training?
When I want to save 'm' in 'demo_regression_UCI.ipynb' with pickle, I get the error:
```
ERROR:tensorflow:==========================…