| Package | Description |
|---|---|
| com.fossgalaxy.games.fireworks.ai.mcs | |
| com.fossgalaxy.games.fireworks.ai.mcts | |
| com.fossgalaxy.games.fireworks.ai.vanDenBergh |
| Constructor and Description |
|---|
MonteCarloSearch(Agent policy)
Constructs a new MC Search player with the given policy to use
|
| Constructor and Description |
|---|
MCTS(int roundLength,
int rolloutDepth,
int treeDepthMul)
Create an MCTS agent which has the parameters.
|
MCTSPolicy(int roundLength,
int rolloutDepth,
int treeDepthMul,
Agent rollout) |
MCTSPredictor(Agent[] others) |
NoisyPredictor(double threshold,
Agent policy) |
| Constructor and Description |
|---|
VanDenBergh(double wp,
double wd,
HintRules hintRule,
DiscardRules discardRule) |
Copyright © 2017 FOSS Galaxy. All rights reserved.