Class BeliefStateConfiguration
- java.lang.Object
 - 
- org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
 
 
- 
- Direct Known Subclasses:
 T1Configuration,T2Configuration
public abstract class BeliefStateConfiguration extends java.lang.ObjectThis class encapsulates configuration options for generating belief states.- Author:
 - Matthias Thimm
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description intmaxRecursionDepthThe maximal depth of the recursive model.doubleprobRecursionDecayThe probability that an argument appearing in depth n does not appear in depth n+1. 
- 
Constructor Summary
Constructors Constructor Description BeliefStateConfiguration() 
 -