Interface LineSearchFunction
- All Superinterfaces:
CoupledDerivative
- All Known Subinterfaces:
GradientLineFunction
- All Known Implementing Classes:
CachedGradientLineFunction
,CachedNumericalGradientLineFunction
-
Method Summary
Methods inherited from interface org.ddogleg.optimization.functions.CoupledDerivative
computeDerivative, computeFunction, setInput
-
Method Details
-
setLine
void setLine(double[] start, double[] direction) -
getCurrentState
double[] getCurrentState()
-