protected class GaussNewtonMinimizer.MySteepestDescent.GaussNewtonImpl extends SteepestDescentMinimizer.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 Exception
Exceptionpublic Vector getDirection(Vector xk)
SteepestDescentMinimizer.SteepestDescentImplgetDirection in class SteepestDescentMinimizer.SteepestDescentImplxk - the current minimizerCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.