| Package | Description |
|---|---|
| net.sf.tweety.agents.sim |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationResult.addEntry(AgentGenerator<T,R> winner,
Map<AgentGenerator<T,R>,Double> utilities)
Adds a new entry of a simulation run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationResult.addEntry(AgentGenerator<T,R> winner,
Map<AgentGenerator<T,R>,Double> utilities)
Adds a new entry of a simulation run.
|
| Constructor and Description |
|---|
GameSimulator(MultiAgentSystemGenerator<T,R> masGenerator,
ProtocolGenerator<S,T,R> protGenerator,
List<AgentGenerator<T,R>> agentGenerators)
Creates a new GameSimulator for the given
MultiAgentSystemGenerator and AgentGenerators.
|
SimulationResult(List<AgentGenerator<T,R>> agentGenerators)
Creates a new SimulationResult for the given set of agent generators.
|
Copyright © 2018. All rights reserved.