Method
NumCosmoMathFitMCstart_run
Declaration [src]
void
ncm_fit_mc_start_run (
NcmFitMC* mc
)
Description [src]
Starts a Monte Carlo run. This function will start a Monte Carlo run
using the NcmFit object and the NcmMSet object of mc.
This method will not compute the any likelihood. It will only start
the run. To compute samples, call ncm_fit_mc_run() or ncm_fit_mc_run_lre()
after this function.
To finish the run, call ncm_fit_mc_end_run().