public class MiniMaxStochasticPlayer extends MiniMaxPlayer
MiniMaxPlayer.Leaf, MiniMaxPlayer.Node, MiniMaxPlayer.NodeTypePlayer.boardType, Player.playerTypemmRatio| Constructor and Description |
|---|
MiniMaxStochasticPlayer(GameSpecification specs,
Heuristic heuristic)
create a minimax player for the specified game with the heuristic provided
|
expand, move, newNodeisComputer, otherMoved, ratioTimeLeft, setMaximumNumberOfNodes, setMaxTime, setPlayerNumber, startMove, timeUsedpublic MiniMaxStochasticPlayer(GameSpecification specs, Heuristic heuristic)