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