public class MiniMaxStochasticStrategy extends Strategy
Constructor and Description |
---|
MiniMaxStochasticStrategy(Heuristic h)
constructor requires a heuristic for evaluating states that are beyond the time limit
|
Modifier and Type | Method and Description |
---|---|
Player |
getPlayer(GameSpecification specs)
returns a minimax stochastic player for the specified game
|
void |
learn(Game game)
constructs the a partial game tree with almost winning strategy so that play() will then be able to play according to it.
|
availableStrategies, getStrategy, learnable, setHeuristic
public MiniMaxStochasticStrategy(Heuristic h)
public Player getPlayer(GameSpecification specs)