Java org.apache.commons.math3.optim.nonlinear.scalar.noderiv PowellOptimizer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.optim.nonlinear.scalar.noderiv PowellOptimizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.optim.nonlinear.scalar.noderiv PowellOptimizer.

The text is from its open source code.

Constructor

PowellOptimizer(double rel, double abs)
The parameters control the default convergence checking procedure.
PowellOptimizer(double rel, double abs, ConvergenceChecker checker)
This constructor allows to specify a user-defined convergence checker, in addition to the parameters that control the default convergence checking procedure.