|
SIMLIB/C++
3.07
|
Optimization algorithm - Hooke-Jeves. More...

Go to the source code of this file.
Namespaces | |
| simlib3 | |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Macros | |
| #define | debug 1 |
Functions | |
| static double | simlib3::hooke_step (double *delta, opt_function_t f, ParameterVector &p, double min0) |
| double | simlib3::Optimize_hooke (opt_function_t f, ParameterVector ¶meter, double rho, double epsilon, int itermax) |
Optimization algorithm - Hooke-Jeves.
Definition in file opt-hooke.cc.
| #define debug 1 |
Definition at line 16 of file opt-hooke.cc.
1.8.13