Enumeration

NumCosmoMathFitGSLMMSAlgos

Declaration

enum NumCosmoMath.FitGSLMMSAlgos

Description [src]

GSL Multidimensional minimization algorithms without derivatives.

Members

NCM_FIT_GSL_MMS_NMSIMPLEX2

Nelder-Mead Simplex algorithm - faster implementation.

  • Value: 0
  • Available since: 1.0
NCM_FIT_GSL_MMS_NMSIMPLEX

Nelson-Mead Simplex algorithm - original implementation.

  • Value: 1
  • Available since: 1.0
NCM_FIT_GSL_MMS_NMSIMPLEX2RAND

Nelder-Mead Simplex algorithm implementation with randomization.

  • Value: 2
  • Available since: 1.0