Uses of Interface
org.tweetyproject.agents.sim.AgentGenerator
Package
Description
-
Uses of AgentGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
Modifier and TypeClassDescriptionclass
Generates dummy lottery agents.class
Generates lottery agents.class
Generates baseline lottery agents.class
Generates baseline lottery agents. -
Uses of AgentGenerator in org.tweetyproject.agents.dialogues.oppmodels.sim
Modifier and TypeClassDescriptionclass
Generates new arguing agents for a grounded game.class
Generates agents of type T1.class
Generates agents of type T2.class
Generates agents of type T3. -
Uses of AgentGenerator in org.tweetyproject.agents.sim
Modifier and TypeMethodDescriptionvoid
SimulationResult.addEntry
(AgentGenerator<T, R> winner, Map<AgentGenerator<T, R>, Double> utilities) Adds a new entry of a simulation run.Modifier and TypeMethodDescriptionvoid
SimulationResult.addEntry
(AgentGenerator<T, R> winner, Map<AgentGenerator<T, R>, Double> utilities) Adds a new entry of a simulation run.ModifierConstructorDescriptionGameSimulator
(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.