Uses of Class
org.apache.commons.math3.optim.BaseOptimizer

Packages that use BaseOptimizer
Package
Description
Generally, optimizers are algorithms that will either minimize or maximize a scalar function, called the objective function.
Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
This package provides optimization algorithms that require derivatives.
This package provides optimization algorithms that do not require derivatives.
Algorithms for optimizing a vector function.
This package provides optimization algorithms that require derivatives.
One-dimensional optimization algorithms.