public abstract class BeliefStateConfiguration
extends java.lang.Object
| Modifier and Type | Field and 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 and Description | 
|---|
BeliefStateConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  |