Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153
stars
23
forks
source link
Removed dependency on global variable for chess960 detection and update move notation styles. #86
Closed
lepned closed 1 month ago
Introduced new properties for castling moves and updated move notation styles to use
Coordinates
.MGMove
: Added properties for legacy and Chess960 castling.MGMoveDump
,MGMoveFromString
,PositionWithHistory
: Updated to useCoordinates
notation style.MCTSNodeInitPolicy
: Adjusted threshold for Chess960 castling moves.UCIManager
,UCIInfo
: Updated best move output to useCoordinates
notation style.