Interface ConvergenceChecker<P>

    • Method Detail

      • converged

        boolean converged​(int iteration,
                          P previous,
                          P 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.