Class BeliefStateConfiguration

  • Direct Known Subclasses:
    T1Configuration, T2Configuration

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

      Fields 
      Modifier and Type Field Description
      int maxRecursionDepth
      The maximal depth of the recursive model.
      double probRecursionDecay
      The probability that an argument appearing in depth n does not appear in depth n+1.
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

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

      • BeliefStateConfiguration

        public BeliefStateConfiguration()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object