| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
struct NcmFitNLOpt; struct NcmFitNLOptClass; NcmFit * ncm_fit_nlopt_new (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,nlopt_algorithm algo); NcmFit * ncm_fit_nlopt_new_by_name (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,gchar *algo_name); NcmFit * ncm_fit_nlopt_new_default (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype); void ncm_fit_nlopt_set_algo (NcmFitNLOpt *fit_nlopt,nlopt_algorithm algo);
Details
ncm_fit_nlopt_new ()
NcmFit * ncm_fit_nlopt_new (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,nlopt_algorithm algo);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_fit_nlopt_new_by_name ()
NcmFit * ncm_fit_nlopt_new_by_name (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,gchar *algo_name);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_fit_nlopt_new_default ()
NcmFit * ncm_fit_nlopt_new_default (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_fit_nlopt_set_algo ()
void ncm_fit_nlopt_set_algo (NcmFitNLOpt *fit_nlopt,nlopt_algorithm algo);
FIXME
|
a NcmFitNLOpt. |
|
a nlopt_algorithm. |