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

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

Introduction

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

The text is from its open source code.

Method

doublegetFunctionValue()
Get the result of the last run of the optimizer.
intgetIterationCount()
Get the number of iterations in the last run of the algorithm.
doublegetResult()
Get the result of the last run of the optimizer.
doubleoptimize(UnivariateRealFunction f, GoalType goalType, double min, double max)
Find an optimum in the given interval.
voidsetAbsoluteAccuracy(double accuracy)
Set the absolute accuracy.