Package | Description |
---|---|
s3games.ai |
Modifier and Type | Class and Description |
---|---|
class |
AStarStrategy
A strategy class for the A* player
|
class |
BreadthFirstSearchStrategy
Strategy class for BFS player
|
class |
DepthFirstSearchStrategy
Strategy class for DFS player
|
class |
MiniMaxStochasticStrategy
Strategy class for the minimax stochastic player.
|
class |
MiniMaxStrategy
Strategy class for the minimax player.
|
class |
MonteCarloRatioStrategy
Strategy class for the monte carlo ratio player.
|
class |
MonteCarloRatioStrategy2
Strategy class for the monte carlo ratio player.
|
class |
MonteCarloStrategy
Strategy class for the monte carlo player.
|
class |
RandomGeneralStrategy
A strategy class for the general random player
|
Modifier and Type | Method and Description |
---|---|
static Strategy |
Strategy.getStrategy(java.lang.String name,
Heuristic h)
get a strategy instance of the specified name
|