Class GroundedTest2
java.lang.Object
org.tweetyproject.agents.dialogues.examples.GroundedTest2
Shows how a simulation of a multi-agent system can be set up. It defines a
dialogue game between different agents with varying complexity of their
opponent models.
- Author:
- Matthias Thimm
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
Number of simulation runs to be executed for each experiment.static int
Timeout duration for each simulation run in seconds. -
Constructor Summary
-
Method Summary
-
Field Details
-
timeout
public static int timeoutTimeout duration for each simulation run in seconds. Default is set to 10 minutes (600 seconds). -
numberOfRunsEach
public static int numberOfRunsEachNumber of simulation runs to be executed for each experiment. Default is set to 5000 runs.
-
-
Constructor Details
-
GroundedTest2
public GroundedTest2()Default Constructor
-
-
Method Details
-
main
The main method of the simulation. This sets up and runs the multi-agent dialogue game simulation.- Parameters:
args
- Command line arguments (not used in this simulation).- Throws:
ProtocolTerminatedException
- if the protocol terminates unexpectedly.
-