Class BeliefStateConfiguration
- java.lang.Object
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.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.
-
Constructor Summary
Constructors Constructor Description BeliefStateConfiguration()
-