Class ConvergenceException

  • All Implemented Interfaces:
    Serializable

    public class ConvergenceException
    extends RuntimeException
    Exception raised when an iterative inference algorithm fails to converge to within a given tolerance.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConvergenceException

        public ConvergenceException()
        Initializes a new instance of the ConvergenceException class.
      • ConvergenceException

        public ConvergenceException​(String message)
        Initializes a new instance of the ConvergenceException class.
        Parameters:
        message - The message.
      • ConvergenceException

        public ConvergenceException​(String message,
                                    Exception inner)
        Initializes a new instance of the ConvergenceException class.
        Parameters:
        message - The message.
        inner - The inner.