Package | Description |
---|---|
genius.core.logging |
Modifier and Type | Method and Description |
---|---|
AgentStatistics |
AgentsStatistics.get(java.lang.String agentname)
See aso
#withStatistics(String, double, double) |
AgentStatistics |
AgentStatistics.withUtility(double undiscounted,
double discounted,
double nashdist,
double welfare,
double paretodist)
Adds a new utility and returns a new statistic object with that.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AgentStatistics> |
AgentsStatistics.getStatistics() |
Modifier and Type | Method and Description |
---|---|
AgentsStatistics |
AgentsStatistics.withStatistics(AgentStatistics stat) |
AgentsStatistics |
AgentsStatistics.withStats(AgentStatistics stats)
Adds or replaces statistic.
|
Constructor and Description |
---|
AgentsStatistics(java.util.List<AgentStatistics> stats) |