Definition in file yanera_mdmin_simplex.c.
Go to the source code of this file.
Functions | |
int | yanera_mdmin_simplex_main (yanera_container *yanera) |
The main function for the NMSIMPLEX fitting routine. | |
double | mdmin_simplex_f (const gsl_vector *parameters, void *yanera_pointer) |
int yanera_mdmin_simplex_main | ( | yanera_container * | yanera | ) |
The main function for the NMSIMPLEX
fitting routine. Since this fitting methods does not require any gradiant evaluation, we can simply use mdmin_f
and mdmin_chisq
functions for evaluation of the , and avoid code duplication.
Definition at line 23 of file yanera_mdmin_simplex.c.
double mdmin_simplex_f | ( | const gsl_vector * | parameters, | |
void * | yanera_pointer | |||
) |
The function for the NMSIMPLEX
fitting routine.
Definition at line 92 of file yanera_mdmin_simplex.c.