-
lately i examined your PyTuroChamp code (again), trying to set optimal options regarding time management : it seems your python code does not have this, so setting a `MAXPLIES` higher then 3 can resul…
-
-
Here is a description of Dice Chess from Wikipedia: https://en.wikipedia.org/wiki/Dice_chess
Can Fairy-Stockfish implement it? At any time, the engine will see the whole board, so the "incomplete i…
-
微博内容精选
-
Anti-Chess seems to stop working when it is stuck with less than 2 possible moves.
Can be consistently reproduced when it is played against Minimax FFFF
-
Minimax algorithm with alpha beta pruning AI takes too long (5 minutes sometimes) to move in certain chess positions, and chess AI should ideally make moves within 15 seconds.
-
`is_castling(move)` returns the wrong value if the move has been already played.
Looking at the code, we can see why
```py
def is_castling(self, move: Move) -> bool:
"""Checks if th…
-
Dear Author:
I'm trying to reproduce this source code:https://github.com/JBLanier/pipeline-psro
but an error occurred when I compiled it with cmake,As you wrote in the installation tutorial, I got t…
-
Dear Author:
I'm trying to reproduce this source code:https://github.com/JBLanier/pipeline-psro
but an error occurred when I compiled it with cmake,As you wrote in the installation tutorial, I got t…
-
Hello , when I increase thread the result best move changed
when number of thread was little the result best move is false
for example :
`setoption name Threads value 8`
`go depth 10`
*…
ghost updated
2 years ago