Class BeliefStateConfiguration

java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
Direct Known Subclasses:
T1Configuration, T2Configuration

public abstract class BeliefStateConfiguration extends Object
This class encapsulates configuration options for generating belief states.
Author:
Matthias Thimm
  • Field Details

    • maxRecursionDepth

      public int maxRecursionDepth
      The maximal depth of the recursive model.
    • probRecursionDecay

      public double probRecursionDecay
      The probability that an argument appearing in depth n does not appear in depth n+1.
  • Constructor Details

    • BeliefStateConfiguration

      public BeliefStateConfiguration()
  • Method Details