Class

NumCosmoMathFitNLOpt

Description [src]

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

Interface for NLopt optmization library.

A subclass of NcmFit that uses the NLopt library to perform the optimization.

Ancestors

Constructors

ncm_fit_nlopt_local_new

Creates a new NcmFitNLOpt object using the specified algo and local_algo. The local_algo is used to refine the solution found by algo.

ncm_fit_nlopt_new

Creates a new NcmFitNLOpt object using the specified algo.

ncm_fit_nlopt_new_by_name

Creates a new NcmFitNLOpt object using the specified algo_name.

ncm_fit_nlopt_new_default

Creates a new NcmFitNLOpt object using the default algorithm.

Instance methods

ncm_fit_nlopt_set_algo

Sets the algorithm to be used by fit_nlopt.

ncm_fit_nlopt_set_local_algo

Sets the local algorithm to be used by fit_nlopt. This algorithm is used to refine the solution found by the main algorithm.

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.FitNLOpt:algorithm
No description available.

NumCosmoMath.FitNLOpt:local-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 NumCosmoMathFitNLOptClass {
  NcmFitClass parent_class;
  
}

No description available.

Class members
parent_class: NcmFitClass

No description available.