public class MonteCarloRatioStrategy2 extends Strategy
Constructor and Description |
---|
MonteCarloRatioStrategy2() |
Modifier and Type | Method and Description |
---|---|
Player |
getPlayer(GameSpecification specs)
returns a monte carlo ratio2 player for the specified game
|
void |
learn(Game game)
constructs the a full game tree with almost winning strategy so that play() will then be able to play according to it.
|
availableStrategies, getStrategy, learnable, setHeuristic
public Player getPlayer(GameSpecification specs)