Interface | Description |
---|---|
EvaluationScorer | |
PopulationUpdate |
This interface allows the evolution of the population at the end of a
simulation.
|
Termination |
This interface defines a termination criteria for an Evalution
execution.
|
Class | Description |
---|---|
AgentFamily |
An AgentFamily represents a set of agents.
|
AgentScore |
Comparator based on the comparison of a score.
|
CSVUtility |
Some static methods to deal with CSV input/output linked to Evaluation.
|
Evaluation | |
SubClasses | |
YannSimpleTrader |