Package | Description |
---|---|
org.apache.commons.math3.optimization.general |
This package provides optimization algorithms that require derivatives.
|
Modifier and Type | Method and Description |
---|---|
PointVectorValuePair |
AbstractLeastSquaresOptimizer.optimize(int maxEval,
DifferentiableMultivariateVectorFunction f,
double[] target,
double[] weights,
double[] startPoint)
Optimize an objective function.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.