Class BeliefStateConfiguration
java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
- Direct Known Subclasses:
T1Configuration
,T2Configuration
This class encapsulates configuration options for generating
belief states.
- Author:
- Matthias Thimm
-
Field Summary
Modifier and TypeFieldDescriptionint
The maximal depth of the recursive model.double
The probability that an argument appearing in depth n does not appear in depth n+1. -
Constructor Summary
-
Method Summary
-
Field Details
-
maxRecursionDepth
public int maxRecursionDepthThe maximal depth of the recursive model. -
probRecursionDecay
public double probRecursionDecayThe probability that an argument appearing in depth n does not appear in depth n+1.
-
-
Constructor Details
-
BeliefStateConfiguration
public BeliefStateConfiguration()
-
-
Method Details