protected class GaussNewton.MySteepestDescent.GaussNewtonImpl extends SteepestDescent.SteepestDescentImpl
linesearch, problem| Modifier | Constructor and Description |
|---|---|
protected |
GaussNewtonImpl(C2OptimProblem problem,
RntoMatrix J) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
getDirection(Vector xk)
Get the next search direction.
|
getIncrement, minimizer, minimum, search, setInitials, stepprotected GaussNewtonImpl(C2OptimProblem problem, RntoMatrix J) throws java.lang.Exception
java.lang.Exceptionpublic Vector getDirection(Vector xk)
SteepestDescent.SteepestDescentImplgetDirection in class SteepestDescent.SteepestDescentImplxk - the current minimizer