public class MonteCarloStrategy extends Strategy
| Constructor and Description |
|---|
MonteCarloStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Player |
getPlayer(GameSpecification specs)
returns a monte carlo player for the specified game
|
void |
learn(Game game)
learn a strategy for the specified game
|
availableStrategies, getStrategy, learnable, setHeuristicpublic Player getPlayer(GameSpecification specs)