-
```
I don't know if pychess supports this already or not, but for several chess
engines, including gnuchess and crafty, you can install opening books which
pychess could take advantage of.
```
Origi…
-
Hello Sean, super cool project you got here.
I'm about to finish GCSEs and saw your project as I'm trying to decide between physics and computing.
How long did this project take you?
Did you …
-
-
You've already done alpha-beta pruning, if I recall correctly, for tic-tac-toe. Let's see if you can do it for chess! :)
There's a ton of very simple engines to learn from, such as sunfish:
https:…
-
Would it be possible to add support for CARGO_CFG_TARGET_FEATURE. Typical example might be "mmx,sse"
This would allow programs to report on how optimized they are for various processors (using SIMD i…
-
* Chess Tuning Tools version: 0.9.3
* Python version: 3.9
* Operating System: Linux
### Description
I'm sorry this is not a very good issue report; but I've noticed that I get a lot of "Engine…
-
The 8 provided engines dont support ALL uci features:
"searchmoves" not supported:
- [x] arasan see: https://github.com/jdart1/arasan-chess/issues/9
- [x] cinnamon see: https://github.com/geko…
-
Many modern programs such as chess engines require the ability to run several threads at the same time. This ensures multiple possible moves get analysed in time.
As running multiple tasks simultaneo…
-
I sent the following to Thore Graepel of DeepMind and he suggested that, although the project sounded interesting his team simply doesn't have the time to participate, I reach out to the LeelaZero tea…
-
In contrast to other variants I observed stability problems in Losing Chess #200 with the UCI interface when Stockfish engines went to depth rapidly (very low effective branching, forced capture move…
alwey updated
7 years ago