public class BreadthFirstSearchStrategy extends Strategy
| Constructor and Description |
|---|
BreadthFirstSearchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Player |
getPlayer(GameSpecification specs)
return a new BFS player for the specified game
|
void |
learn(Game game)
no learning for BFS yet - could learn the best path, and then play() could just follow it - future work...
|
availableStrategies, getStrategy, learnable, setHeuristicpublic Player getPlayer(GameSpecification specs)