Class LotteryDialogueTest

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

public class LotteryDialogueTest extends Object
Shows how a simulation of a multi-agent system can be set up. It defines a dialogue game between different agents, in particular one based on an action selection strategy using lotteries.
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
    • semantics

      public static Semantics semantics
    • 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

    • LotteryDialogueTest

      public LotteryDialogueTest()
  • Method Details