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

Class AbstractOptimizationProblem<PAIR>

  • Type Parameters:
    PAIR - Type of the point/value pair returned by the optimization algorithm.
    All Implemented Interfaces:
    OptimizationProblem<PAIR>


    public abstract class AbstractOptimizationProblem<PAIR>
    extends java.lang.Object
    implements OptimizationProblem<PAIR>
    Base class for implementing optimization problems. It contains the boiler-plate code for counting the number of evaluations of the objective function and the number of iterations of the algorithm, and storing the convergence checker.
    Since:
    3.3

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.