Class GroundedTest2

java.lang.Object
org.tweetyproject.agents.dialogues.examples.GroundedTest2

public class GroundedTest2 extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static int
    Number of simulation runs to be executed for each experiment.
    static int
    Timeout duration for each simulation run in seconds.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    The main method of the simulation.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • timeout

      public static int timeout
      Timeout duration for each simulation run in seconds. Default is set to 10 minutes (600 seconds).
    • numberOfRunsEach

      public static int numberOfRunsEach
      Number 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

      public static void main(String[] args) throws ProtocolTerminatedException
      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.