Bsoft 2.1.4
Bernard's software package
simplex.h File Reference

Nelder and Mead downhill simplex method for generalized parameter fitting. More...

#include "utilities.h"

Classes

class  Bsimplex
 Structure used in the downhill simplex method. More...
 

Macros

#define _Bsimplex_
 

Detailed Description

Nelder and Mead downhill simplex method for generalized parameter fitting.

Author
Bernard Heymann
Date
Created: 20000426
Modified: 20220119
Adapted from Numerical Recipes, 2nd edition, Press et al. 1992
The function "funk" is user-defined and references the "Bsimplex" structure.
It returns the "R" value and is called as:
    double  R = (funk)(simplex_struct);

Macro Definition Documentation

◆ _Bsimplex_

#define _Bsimplex_