Class

NumCosmoMathFitGSLMM

Description [src]

final class NumCosmoMath.FitGSLMM : NumCosmoMath.Fit
{
  /* No available fields */
}

Best-fit finder — GSL non-linear minimization algorithms.

This object implements a best-fit finder using the GSL non-linear minimization algorithms. It is a subclass of NcmFit.

Ancestors

Constructors

ncm_fit_gsl_mm_new

Creates a new NcmFitGSLMM object with the given likelihood, model set and gradient type. The algorithm to be used is specified by algo.

ncm_fit_gsl_mm_new_by_name

Creates a new NcmFitGSLMM object with the given likelihood, model set and gradient type. The algorithm to be used is specified by algo_name. If algo_name is NULL, the default algorithm (#NCM_FIT_GSL_MM_VECTOR_BFGS2) is used.

ncm_fit_gsl_mm_new_default

Creates a new NcmFitGSLMM object with the given likelihood, model set and gradient type. The algorithm to be used is the default one (#NCM_FIT_GSL_MM_VECTOR_BFGS2).

Instance methods

ncm_fit_gsl_mm_set_algo

Sets the algorithm to be used by fit_gsl_mm.

Methods inherited from NcmFit (77)

Please see NcmFit for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.FitGSLMM:algorithm
No description available.

Properties inherited from NcmFit (13)
NumCosmoMath.Fit:equality-constraints
No description available.

NumCosmoMath.Fit:equality-constraints-tot
No description available.

NumCosmoMath.Fit:grad-type
No description available.

NumCosmoMath.Fit:inequality-constraints
No description available.

NumCosmoMath.Fit:inequality-constraints-tot
No description available.

NumCosmoMath.Fit:likelihood
No description available.

NumCosmoMath.Fit:m2lnL-abstol
No description available.

NumCosmoMath.Fit:m2lnL-reltol
No description available.

NumCosmoMath.Fit:maxiter
No description available.

NumCosmoMath.Fit:mset
No description available.

NumCosmoMath.Fit:params-reltol
No description available.

NumCosmoMath.Fit:state
No description available.

NumCosmoMath.Fit:sub-fit
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoMathFitGSLMMClass {
  NcmFitClass parent_class;
  
}

No description available.

Class members
parent_class: NcmFitClass

No description available.