#include <stdio.h>#include <stdlib.h>#include <math.h>#include "include/simplex.h"Functions | |
| void | _simplexGenNew (int M, double F) |
| double | simplex (double(*_fun)(double *), int parNr, double *par, double *delta, double maxerr, int maxiter) |
Variables | |
| int | _simplexParNr |
| int | Worst |
| int | NewPnt |
| double | _simplexP [MAX_PARAMETERS+3][MAX_PARAMETERS] |
| double | _simplexC [MAX_PARAMETERS] |
| double | _simplexR [MAX_PARAMETERS+3] |
| double(* | _simplexFunc )(double *) |
|
||||||||||||
|
Local functions |
|
||||||||||||||||||||||||||||
|
Simplex function minimization routine. Note that if any constraints are required for the parameter values they must be set in the function.
|
|
|
|
|
|
|
|
|
|
|
|
Local variables for this routine |
|
|
|
|
|
Local variables for this routine |
|
|
Local variables for this routine |
1.4.1