Class T3Configuration


public class T3Configuration extends T2Configuration
This class encapsulates configuration options for generating T3 belief states. For simplicity we only consider the case that no more than one virtual argument is mapped to a real one.
Author:
Matthias Thimm
  • Field Details

    • percentageVirtualArguments

      public double percentageVirtualArguments
      The percentage of virtual arguments in the view of an agent.
    • percentageVirtualAttacks

      public double percentageVirtualAttacks
      The percentage of attacks a virtual argument retains from the original attacks.
  • Constructor Details

    • T3Configuration

      public T3Configuration()
  • Method Details