Package org.apache.commons.math.optimization.general
package org.apache.commons.math.optimization.general
This package provides optimization algorithms that require derivatives.
-
ClassDescriptionBase class for implementing least squares optimizers.Base class for implementing optimizers for multivariate scalar functions.Available choices of update formulas for the β parameter in
NonLinearConjugateGradientOptimizer
.Gauss-Newton least-squares solver.This class solves a least squares problem using the Levenberg-Marquardt algorithm.Non-linear conjugate gradient optimizer.This interface represents a preconditioner for differentiable scalar objective function optimizers.