Interface BaseOptimizer<PAIR>

    • Method Detail

      • getMaxEvaluations

        int getMaxEvaluations()
        Deprecated.
        Get the maximal number of function evaluations.
        Returns:
        the maximal number of function evaluations.
      • getEvaluations

        int getEvaluations()
        Deprecated.
        Get the number of evaluations of the objective function. The number of evaluations corresponds to the last call to the optimize method. It is 0 if the method has not been called yet.
        Returns:
        the number of evaluations of the objective function.
      • getConvergenceChecker

        ConvergenceChecker<PAIR> getConvergenceChecker()
        Deprecated.
        Get the convergence checker.
        Returns:
        the object used to check for convergence.