Package org.tweetyproject.agents.sim
package org.tweetyproject.agents.sim
-
ClassDescriptionThis interface defines an agent template that is used to generate agents following some common characteristics.Classes implementing this interface represent protocols for games in the game theoretic meaning.GameSimulator<S extends AbstractProtocol & GameProtocol,
T extends Agent, R extends MultiAgentSystem<T>> This class implements a game simulator.This interface defines a generator for multi-agent systems within a simulation framework.Generates protocols for simulation.Objects of this class store additional simulation parameters that should be shared among the generating components of a simulation.SimulationResult<S extends AbstractProtocol & GameProtocol,T extends Agent, R extends MultiAgentSystem<T>> Instances of this class summarize information on a performed simulation.