Uses of Class
org.tweetyproject.agents.ProtocolTerminatedException
Packages that use ProtocolTerminatedException
Package
Description
-
Uses of ProtocolTerminatedException in org.tweetyproject.agents
Methods in org.tweetyproject.agents that throw ProtocolTerminatedExceptionModifier and TypeMethodDescriptionvoidMultiAgentSystem.execute(AbstractProtocol protocol)Executes the given protocol till it terminates.booleanMultiAgentSystem.execute(AbstractProtocol protocol, int numOfSteps)Executes the given protocol for the given number of steps. -
Uses of ProtocolTerminatedException in org.tweetyproject.agents.dialogues.examples
Methods in org.tweetyproject.agents.dialogues.examples that throw ProtocolTerminatedExceptionModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidLotteryDialogueTest.runSimulation(boolean baseline)static voidGroundedTest.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 voidGroundedTest.runSimulationT2()Same as runSimulationT1()static voidGroundedTest.runSimulationT3()Same as runSimulationT1() -
Uses of ProtocolTerminatedException in org.tweetyproject.agents.dialogues.lotteries
Methods in org.tweetyproject.agents.dialogues.lotteries that throw ProtocolTerminatedException -
Uses of ProtocolTerminatedException in org.tweetyproject.agents.dialogues.oppmodels
Methods in org.tweetyproject.agents.dialogues.oppmodels that throw ProtocolTerminatedException -
Uses of ProtocolTerminatedException in org.tweetyproject.agents.sim
Methods in org.tweetyproject.agents.sim that throw ProtocolTerminatedExceptionModifier and TypeMethodDescriptionSimulationResult<S,T,R>GameSimulator.run(int repetitions)Simulates the game for the given number of repetitions and returns a map indicating which agent generator won how often.