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

Packages that use PointVectorValuePair
Package
Description
This package provides algorithms that minimize the residuals between observations and model values.
Generally, optimizers are algorithms that will either minimize or maximize a scalar function, called the objective function.
Algorithms for optimizing a vector function.
This package provides optimization algorithms that require derivatives.