|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface fminunc1d_iter
Unconditioned iterative minimizer for functions of a one dimensional array of real values. This class is a interface, that must be used by all minimization algorithms.
Method Summary | |
---|---|
doubleSignal1d |
getX()
Return current x |
boolean |
isMin()
Indicate that the minimum has been reached. |
void |
restart()
Restart Method |
void |
setObjective(minimizable1d_fdg f)
Set the objective function |
void |
start(doubleSignal1d x0)
Initiate minimization with initial guess x0 |
void |
step()
Perform 1 step |
Method Detail |
---|
void setObjective(minimizable1d_fdg f)
void start(doubleSignal1d x0) throws invalid_data_exception, size_mismatch_exception
invalid_data_exception
size_mismatch_exception
void restart() throws invalid_data_exception, size_mismatch_exception
invalid_data_exception
size_mismatch_exception
void step() throws invalid_data_exception, size_mismatch_exception, min_failed_exception
invalid_data_exception
size_mismatch_exception
min_failed_exception
doubleSignal1d getX()
boolean isMin() throws invalid_data_exception
invalid_data_exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |