yanera_mdmin_simplex.h File Reference


Detailed Description

Contains the routines for performing multidimensional minimization fitting without gradient evaluation. See the section Fitting methods for details.

Definition in file yanera_mdmin_simplex.h.

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)


Function Documentation

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 $\chi^2$, 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.


Generated on Thu May 29 10:56:33 2008 by  doxygen 1.5.5