public class AgentUtils extends Object
Modifier and Type | Field and Description |
---|---|
static AgentFinder |
finder |
static String |
PARAM_END |
static String |
PARAM_SEPARATOR |
static String |
PARAM_START |
Modifier and Type | Method and Description |
---|---|
static Agent |
buildAgent(int[] rules) |
static Agent |
buildAgent(Integer[] rules) |
static Agent |
buildAgent(String name) |
static Agent |
buildAgent(String name,
String... args) |
static Agent |
buildPredictor(String... args)
Allow creation of other forms of predictors
|
static Agent[] |
buildPredictors(int myID,
int size,
String paired) |
static Agent[] |
buildPredictors(int myID,
String... paired) |
static Agent |
funkyAgent(Agent first,
int second,
Agent third,
int fourth) |
static void |
main(String[] args) |
public static final String PARAM_START
public static final String PARAM_END
public static final String PARAM_SEPARATOR
public static final AgentFinder finder
public static void main(String[] args)
public static Agent buildPredictor(String... args)
This allows the creation of noisey/learned models to be injected into the agent.
args
- the name to generate the predictor frompublic static Agent buildAgent(int[] rules)
Copyright © 2017 FOSS Galaxy. All rights reserved.