#include <tjnumeric.h>
Collaboration diagram for DownhillSimplex:

Public Member Functions | |
| DownhillSimplex (int n, const farray &starting_points, MinimizationFunction &function) | |
| fvector | get_minimum_parameters (float ftol, unsigned int nmax, int &niterations) |
Definition at line 83 of file tjnumeric.h.
| DownhillSimplex::DownhillSimplex | ( | int | n, | |
| const farray & | starting_points, | |||
| MinimizationFunction & | function | |||
| ) |
Construct downhill simplex optimizer
| fvector DownhillSimplex::get_minimum_parameters | ( | float | ftol, | |
| unsigned int | nmax, | |||
| int & | niterations | |||
| ) |
Returns parameter values which minimize function
1.5.1