Class GroundedTest

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

public class GroundedTest 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 Details

    • frameworkSize

      public static int frameworkSize
    • attackProbability

      public static double attackProbability
    • enforceTreeShape

      public static boolean enforceTreeShape
    • timeout

      public static int timeout
    • numberOfRunsEach

      public static int numberOfRunsEach
    • RANDOM_SEED1

      public static long RANDOM_SEED1
    • RANDOM_SEED2

      public static long RANDOM_SEED2
    • RANDOM_SEED3

      public static long RANDOM_SEED3
    • RANDOM_SEED4

      public static long RANDOM_SEED4
  • Constructor Details

    • GroundedTest

      public GroundedTest()
  • Method Details