mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
mcts v1, v2, v3, v4 done. v5 wip
This commit is contained in:
@@ -7,4 +7,7 @@ public interface TurnBasedGame<T extends TurnBasedGame<T>> extends Playable, Dee
|
||||
|
||||
PlayResult getState();
|
||||
boolean isTerminal();
|
||||
|
||||
float rateMove(long move);
|
||||
long heuristicMove(long legalMoves);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user