Package | Description |
---|---|
net.sourceforge.jabm.gametheory |
Classes for performing empirical game-theoretic analysis of agent-based models.
|
Modifier and Type | Field and Description |
---|---|
protected CompressedPayoffMatrix.Entry |
GameTheoreticSimulationController.currentEntry |
Modifier and Type | Field and Description |
---|---|
protected HashMap<CompressedPayoffMatrix.Entry,PayoffMap> |
CompressedPayoffMatrix.matrix |
Modifier and Type | Method and Description |
---|---|
CompressedPayoffMatrix.Entry |
CompressedPayoffMatrix.FullEntry.compress() |
CompressedPayoffMatrix.Entry |
CompressedPayoffMatrix.Entry.removeSingleAgent(int strategy) |
Modifier and Type | Method and Description |
---|---|
Iterator<CompressedPayoffMatrix.Entry> |
CompressedPayoffMatrix.compressedEntryIterator() |
Iterator<CompressedPayoffMatrix.Entry> |
CompressedPayoffMatrix.orderedEntryIterator() |
Modifier and Type | Method and Description |
---|---|
PayoffMap |
CompressedPayoffMatrix.getCompressedPayoffs(CompressedPayoffMatrix.Entry entry) |
void |
GameTheoreticSimulationController.initialiseAgents(CompressedPayoffMatrix.Entry entry) |
void |
CompressedPayoffMatrix.setCompressedPayoffs(CompressedPayoffMatrix.Entry entry,
PayoffMap compressedPayoffs) |
void |
GameTheoreticSimulationController.updatePayoffs(CompressedPayoffMatrix.Entry entry) |
Copyright © 2014. All rights reserved.