Documentation of 'org.apache.commons.math3.optimization.BaseOptimizer' Java class
BaseOptimizer
org.apache.commons.math3.optimization

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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.