Java org.apache.commons.math.optimization MultivariateRealOptimizer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.optimization MultivariateRealOptimizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.optimization MultivariateRealOptimizer.

The text is from its open source code.

Method

intgetEvaluations()
Get the number of evaluations of the objective function.
RealPointValuePairoptimize(MultivariateRealFunction f, GoalType goalType, double[] startPoint)
Optimizes an objective function.
voidsetConvergenceChecker(RealConvergenceChecker checker)
Set the convergence checker.
voidsetMaxEvaluations(int maxEvaluations)
Set the maximal number of functions evaluations.
voidsetMaxIterations(int maxIterations)
Set the maximal number of iterations of the algorithm.