Uses of Class
org.tweetyproject.agents.ProtocolTerminatedException
Package
Description
-
Uses of ProtocolTerminatedException in Unnamed Package
Modifier and TypeMethodDescriptionvoid
GroundedTest.runSimulationT1()
This method shows that with increasing complexity of the T1-belief state of the CONTRA agent (and constant model of the PRO agent), the average utility of the CONTRA agent increases. -
Uses of ProtocolTerminatedException in org.tweetyproject.agents
Modifier and TypeMethodDescriptionvoid
MultiAgentSystem.execute
(AbstractProtocol protocol) Executes the given protocol till it terminates.boolean
MultiAgentSystem.execute
(AbstractProtocol protocol, int numOfSteps) Executes the given protocol for the given number of steps. -
Uses of ProtocolTerminatedException in org.tweetyproject.agents.dialogues.examples
Modifier and TypeMethodDescriptionstatic void
Grounded test methodstatic void
The main method of the simulation.static void
LotteryDialogue test main methodstatic void
LotteryDialogueTest.runSimulation
(boolean baseline) Runs a simulation of the multi-agent system where agents engage in a dialogue game based on a Dung theory.static void
GroundedTest.runSimulationT1()
This method shows that with increasing complexity of the T1-belief state of the CONTRA agent (and constant model of the PRO agent), the average utility of the CONTRA agent increases.static void
GroundedTest.runSimulationT2()
Same as runSimulationT1()static void
GroundedTest.runSimulationT3()
Same as runSimulationT1() -
Uses of ProtocolTerminatedException in org.tweetyproject.agents.dialogues.lotteries
-
Uses of ProtocolTerminatedException in org.tweetyproject.agents.dialogues.oppmodels
-
Uses of ProtocolTerminatedException in org.tweetyproject.agents.sim
Modifier and TypeMethodDescriptionGameSimulator.run
(int repetitions) Simulates the game for the given number of repetitions and returns a map indicating which agent generator won how often.