Package | Description |
---|---|
net.sourceforge.jabm |
The top-level package for JABM.
|
net.sourceforge.jabm.gametheory |
Classes for performing empirical game-theoretic analysis of agent-based models.
|
net.sourceforge.jabm.report |
Classes implementing monitoring and reporting functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
SimulationController
The SimulationController is responsible for running a batch of one or more
independent Simulation runs.
|
class |
SpringSimulationController
SpringSimulationController is responsible for running
one or more independent JABM simulations which are configured using the
Spring Framework. |
Modifier and Type | Class and Description |
---|---|
class |
GameTheoreticSimulationController
A simulation controller which can be used to generate a heuristic payoff
matrix, as described in the following paper:
Wellman, M.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReportVariables |
class |
CombiSeriesReportVariables |
class |
FitnessReportVariables |
class |
PayoffByStrategyReportVariables |
class |
RandomVariateReportVariables |
class |
SeriesReportVariables
A report which incrementally records values from an underlying
ReportVariables object to an array each time it is computed. |
class |
StrategyExecutionFrequency
This class collects data on the frequency with which each strategy is
executed.
|
class |
SummaryStatisticsReportVariables |
class |
WeightedGraphMetrics |
Copyright © 2014. All rights reserved.