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.