Constructor

NumCosmoMathFitESMCMCWalkerAPESnew

Declaration [src]

NcmFitESMCMCWalkerAPES*
ncm_fit_esmcmc_walker_apes_new (
  guint nwalkers,
  guint nparams
)

Description [src]

Creates a new NcmFitESMCMCWalkerAPES to be used with nwalkers.

Parameters

nwalkers

Type: guint

Number of walkers.

nparams

Type: guint

Number of parameters.

Return value

Type: NcmFitESMCMCWalkerAPES

A new NcmFitESMCMCWalkerAPES.

The caller of the function takes ownership of the data, and is responsible for freeing it.