Virtual Method

NumCosmoMathFitESMCMCWalkersetup

Declaration [src]

void
setup (
  NcmFitESMCMCWalker* walker,
  NcmMSet* mset,
  GPtrArray* theta,
  GPtrArray* m2lnL,
  guint ki,
  guint kf,
  NcmRNG* rng
)

Description [src]

Setup the walkers ki to kf (kf not included).

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
theta

Type: An array of NcmVector*

Array of walkers positions.

The data is owned by the caller of the method.
m2lnL

Type: An array of NcmVector*

Array of walkers $-2\ln(L)$.

The data is owned by the caller of the method.
ki

Type: guint

First walker index.

kf

Type: guint

Last walker index.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.