Class GroundedTest


  • public class GroundedTest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GroundedTest()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void runSimulationT1()
      This method shows that with increasing complexity of the T1-belief state of the CONTRA agent (and constant model of the PRO agent), the average utility of the CONTRA agent increases.
      static void runSimulationT2()
      Same as runSimulationT1()
      static void runSimulationT3()
      Same as runSimulationT1()
      • Methods inherited from class java.lang.Object

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

      • 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 Detail

      • GroundedTest

        public GroundedTest()