|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface linesearch1d
Interface class for a line search methods.
Method Summary | |
---|---|
double |
getStepLength(doubleSignal1d x,
doubleSignal1d direction)
Get the step length for this direction. |
void |
setInitials(double f,
doubleSignal1d grad)
Initiate line search |
void |
setObjective(minimizable1d f)
Set objectice function |
Method Detail |
---|
void setObjective(minimizable1d f)
double getStepLength(doubleSignal1d x, doubleSignal1d direction) throws invalid_data_exception, size_mismatch_exception
invalid_data_exception
size_mismatch_exception
void setInitials(double f, doubleSignal1d grad)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |