Class GroundedTest


  • public class GroundedTest
    extends Object
    • 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()
    • Method Detail

      • runSimulationT1

        public static void runSimulationT1()
                                    throws net.sf.tweety.agents.ProtocolTerminatedException
        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. NOTE: the simulation might take a while.
        Throws:
        net.sf.tweety.agents.ProtocolTerminatedException - if the protocol already terminated
      • runSimulationT2

        public static void runSimulationT2()
                                    throws net.sf.tweety.agents.ProtocolTerminatedException
        Same as runSimulationT1()
        Throws:
        net.sf.tweety.agents.ProtocolTerminatedException - if the protocol already terminated
      • runSimulationT3

        public static void runSimulationT3()
                                    throws net.sf.tweety.agents.ProtocolTerminatedException
        Same as runSimulationT1()
        Throws:
        net.sf.tweety.agents.ProtocolTerminatedException - if the protocol already terminated
      • main

        public static void main​(String[] args)
                         throws net.sf.tweety.agents.ProtocolTerminatedException
        Throws:
        net.sf.tweety.agents.ProtocolTerminatedException