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