Uses of Interface
org.tweetyproject.agents.sim.AgentGenerator
Packages that use AgentGenerator
Package
Description
-
Uses of AgentGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement AgentGeneratorModifier and TypeClassDescriptionclassGenerates dummy lottery agents.classGenerates lottery agents.classGenerates baseline lottery agents.classGenerates baseline lottery agents. -
Uses of AgentGenerator in org.tweetyproject.agents.dialogues.oppmodels.sim
Classes in org.tweetyproject.agents.dialogues.oppmodels.sim that implement AgentGeneratorModifier and TypeClassDescriptionclassGenerates new arguing agents for a grounded game.classGenerates agents of type T1.classGenerates agents of type T2.classGenerates agents of type T3. -
Uses of AgentGenerator in org.tweetyproject.agents.sim
Methods in org.tweetyproject.agents.sim with parameters of type AgentGeneratorModifier and TypeMethodDescriptionvoidSimulationResult.addEntry(AgentGenerator<T, R> winner, Map<AgentGenerator<T, R>, Double> utilities) Adds a new entry of a simulation run.Method parameters in org.tweetyproject.agents.sim with type arguments of type AgentGeneratorModifier and TypeMethodDescriptionvoidSimulationResult.addEntry(AgentGenerator<T, R> winner, Map<AgentGenerator<T, R>, Double> utilities) Adds a new entry of a simulation run.Constructor parameters in org.tweetyproject.agents.sim with type arguments of type AgentGeneratorModifierConstructorDescriptionGameSimulator(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.