Documentation of 'org.apache.commons.math3.optim.nonlinear.scalar.MultivariateOptimizer' Java class
MultivariateOptimizer
org.apache.commons.math3.optim.nonlinear.scalar

Class MultivariateOptimizer

    • Method Detail

      • getGoalType

        public GoalType getGoalType()
        Returns:
        the optimization type.
      • computeObjectiveValue

        public double computeObjectiveValue(double[] params)
        Computes the objective function value. This method must be called by subclasses to enforce the evaluation counter limit.
        Parameters:
        params - Point at which the objective function must be evaluated.
        Returns:
        the objective function value at the specified point.
        Throws:
        TooManyEvaluationsException - if the maximal number of evaluations is exceeded.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.