-
Brainstorming things I want in a stable release:
* [x] ~Consider splitting test suite~
* [x] Stable XBoard support
* [x] Complete all in-code TODOs
* [x] More performance tuning
* [x] Drop Pyth…
-
hello
I have some questions regarding python-chess
I am using jupyter-notebook on my windows machine.
is it possibelto evaluate without running engines, cs I want something to evaluate my board, ho…
-
When I launch Pychess on OpenSuse Tumbleweed, it launches wireshark's `ethereal`. Maybe there is some chess engine also called ethereal? Is there a way you can detect that this is not a chess engine? …
samcv updated
4 years ago
-
hello
I have some questions regarding python-chess
I am using jupyter-notebook on my windows machine.
I don't want to run engines, but I want something to evaluate my board, how do I do that?
Also…
-
```
setoption name SyzygyPath value /temp/sergio-v/syzygy/6/:/temp/sergio-v/syzygy/3-4-5
position fen 8/8/2k5/1p6/1B1K4/8/b7/8 b - - 19 101
go depth 9
info depth 1 seldepth 1 multipv 1 score m…
-
```
dict_keys(['P931', 'P4552', 'P140', 'P1923', 'P150', 'P6', 'P27', 'P449', 'P1435', 'P175', 'P1344', 'P39', 'P527', 'P740', 'P706', 'P84', 'P495', 'P123', 'P57', 'P22', 'P178', 'P241', 'P403', …
-
Hello! just suggesting adding the new optimization methods from Nevergrad, that might be more relevant in your context:
- you can now specify "deterministic_function = False" in Nevergrad, when your …
-
is it possible to redirect the stderr of engines, with cutechess-cli ?
my problem is as follows:
- my engine has lots of assert()
- sometimes the debug version crashes, in ways that I cannot replicat…
-
Hi Niklas,
I have got a question again. Currently, I'm trying to add a variation using this code:
```
def get_eval(fen):
"""
Gets the current evaluation of the position
"""
bo…
-
Right now, fairy stockfish is much weaker than current NNs. It would be nice to play against a decent bot (and in the future, have it analyze my games from the site itself). But the main concern I thi…