Class LotteryDialogueTest
java.lang.Object
org.tweetyproject.agents.dialogues.examples.LotteryDialogueTest
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 Summary
FieldsModifier and TypeFieldDescriptionstatic double
static boolean
static int
static int
static long
static long
static long
static long
static Semantics
static int
-
Constructor Summary
Constructors -
Method Summary
-
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
-
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
-
runSimulation
- Throws:
ProtocolTerminatedException
-
main
- Throws:
ProtocolTerminatedException
-