Package | Description |
---|---|
genius.core.logging |
Modifier and Type | Field and Description |
---|---|
protected AgentsStatistics |
StatisticsLogger.agentStats
key= agent name, Statistic is the statistical info logged for that agent.
|
Modifier and Type | Method and Description |
---|---|
AgentsStatistics |
AgentsStatistics.withStatistics(AgentStatistics stat) |
AgentsStatistics |
AgentsStatistics.withStatistics(java.lang.String agent,
double undiscounted,
double discounted,
double nashdist,
double welfare,
double paretoDist)
Update the statistic of given agent.
|
AgentsStatistics |
AgentsStatistics.withStats(AgentStatistics stats)
Adds or replaces statistic.
|