Documentation of 'org.apache.commons.math3.optim.ConvergenceChecker' Java class
ConvergenceChecker
org.apache.commons.math3.optim

Interface ConvergenceChecker<PAIR>

    • Method Detail

      • converged

        boolean converged(int iteration,
                          PAIR previous,
                          PAIR current)
        Check if the optimization algorithm has converged.
        Parameters:
        iteration - Current iteration.
        previous - Best point in the previous iteration.
        current - Best point in the current iteration.
        Returns:
        true if the algorithm is considered to have converged.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.