- All Implemented Interfaces:
- java.io.Serializable
public class NonStochasticException
extends java.lang.RuntimeException
This Exception indicates that the transition probability matrix is not
stochastic for the state and action computed. The matrix is not stochastic
when the sum of the transition probabilities (row) is not 1.0.
- Author:
- Andrés sarmiento, Germán Riaño. Universidad de los Andes.
- See Also:
- Serialized Form