SIMLIB/C++  3.07
Namespaces | Macros | Functions
opt-hooke.cc File Reference

Optimization algorithm - Hooke-Jeves. More...

#include "simlib.h"
#include "internal.h"
#include "optimize.h"
#include <math.h>
Include dependency graph for opt-hooke.cc:

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 &parameter, double rho, double epsilon, int itermax)
 

Detailed Description

Optimization algorithm - Hooke-Jeves.

Definition in file opt-hooke.cc.

Macro Definition Documentation

◆ debug

#define debug   1

Definition at line 16 of file opt-hooke.cc.