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

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

Introduction

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

The text is from its open source code.

Constructor

PowellOptimizer(double lsRelativeTolerance)
Constructor with default absolute line search tolerances (see the #PowellOptimizer(double,double) other constructor ).

Method