Modifier and Type | Method and Description |
---|---|
static ProductionRuleAgent |
BoardGameGeekFactory.buildCliveJ()
A factory implementing CliveJ's ruleset
|
Modifier and Type | Method and Description |
---|---|
static Agent |
IGGIFactory.buildCautious()
Cautious but helpful bot.
|
static Agent |
IGGIFactory.buildCautiousMCTS() |
static Agent |
IGGIFactory.buildFlawedPlayer() |
static Agent |
IGGIFactory.buildIGGI2Player() |
static Agent |
IGGIFactory.buildIGGIPlayer() |
static Agent |
IGGIFactory.buildPiersPlayer() |
static Agent |
IGGIFactory.buildRandom() |
static Agent |
IGGIFactory.buildRiskyPlayer(double threshold) |
Modifier and Type | Method and Description |
---|---|
static MCTS |
MCTS.buildMCTSND() |
static MCTSPredictor |
MCTSPredictor.buildPMCTSND(Agent[] agents) |
static MCTSPolicy |
MCTSPolicy.buildPolicyND(Agent rolloutPolicy) |
Modifier and Type | Method and Description |
---|---|
static Agent |
OsawaFactory.buildInternalState()
Internal-State Strategy as described by Osawa
|
static Agent |
OsawaFactory.buildOuterState()
Outer-State Strategy as described by Osawa
|
static Agent |
OsawaFactory.buildRandom() |
Modifier and Type | Method and Description |
---|---|
static Agent |
VanDenBerghFactory.buildAgent() |
static Agent |
VanDenBerghFactory.buildAgent(double wp,
double wd,
HintRules hintRule,
DiscardRules discardRule) |
Modifier and Type | Method and Description |
---|---|
static Agent |
AgentUtils.buildAgent(int[] rules) |
static Agent |
AgentUtils.funkyAgent(Agent first,
int second,
Agent third,
int fourth) |
Copyright © 2017 FOSS Galaxy. All rights reserved.