|
ODIN
|
#include <fitting.h>
Public Member Functions | |
| DownhillSimplex (MinimizationFunction &function) | |
| ~DownhillSimplex () | |
| bool | get_minimum_parameters (fvector &result, const fvector &starting_point, const fvector &step_size, unsigned int max_iterations=DEFAULT_MAX_ITER, double tolerance=DEFAULT_TOLERANCE) |
| DownhillSimplex::DownhillSimplex | ( | MinimizationFunction & | function | ) |
Construct downhill simplex optimizer
| DownhillSimplex::~DownhillSimplex | ( | ) |
Destructor
| bool DownhillSimplex::get_minimum_parameters | ( | fvector & | result, |
| const fvector & | starting_point, | ||
| const fvector & | step_size, | ||
| unsigned int | max_iterations = DEFAULT_MAX_ITER, |
||
| double | tolerance = DEFAULT_TOLERANCE |
||
| ) |
Returns parameter values in 'result' which minimize attached 'function'