Enumeration

NumCosmoMathFitGSLMMAlgos

Declaration

enum NumCosmoMath.FitGSLMMAlgos

Description [src]

GSL Multidimensional minimization algorithms.

Members

NCM_FIT_GSL_MM_CONJUGATE_FR

Fletcher-Reeves conjugate gradient algorithm.

  • Value: 0
  • Available since: 1.0
NCM_FIT_GSL_MM_CONJUGATE_PR

Polak-Ribiere conjugate gradient algorithm.

  • Value: 1
  • Available since: 1.0
NCM_FIT_GSL_MM_VECTOR_BFGS

Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm.

  • Value: 2
  • Available since: 1.0
NCM_FIT_GSL_MM_VECTOR_BFGS2

More efficient variation of BFGS algorithm.

  • Value: 3
  • Available since: 1.0
NCM_FIT_GSL_MM_STEEPEST_DESCENT

Steepest descent algorithm.

  • Value: 4
  • Available since: 1.0