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