protected class Powell.PowellImpl extends SteepestDescent.SteepestDescentImpl
linesearch, problem| Modifier | Constructor and Description |
|---|---|
protected |
PowellImpl(C2OptimProblem problem) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
getDirection(Vector xk)
Get the next search direction.
|
double |
getIncrement(Vector xk,
Vector dk)
Get the increment fraction, αk.
|
minimizer, minimum, search, setInitials, stepprotected PowellImpl(C2OptimProblem problem) throws java.lang.Exception
java.lang.Exceptionpublic double getIncrement(Vector xk, Vector dk)
SteepestDescent.SteepestDescentImplgetIncrement in class SteepestDescent.SteepestDescentImplxk - the current minimizerdk - the search directionpublic Vector getDirection(Vector xk)
SteepestDescent.SteepestDescentImplgetDirection in class SteepestDescent.SteepestDescentImplxk - the current minimizer