|
UltraNest
|
#include <sampler.h>
Data Fields | |
| const char * | root |
| Prefix of output files. | |
| unsigned int | ndraws |
| counter for number of draws | |
| unsigned int | nlive_points |
| number of live points | |
| unsigned int | ndim |
| dimensionality | |
| double | remainderZ |
| current remainder integral | |
| double | remainderZerr |
| uncertainty on remainderZ | |
| double | Lmax |
| highest likelihood encountered | |
| LikelihoodFunc | |
| Likelihood function. | |
| point ** | live_points |
| Storage for live points. | |
| ultranest_draw_state * | draw_state |
| State of drawing method. | |
| draw_point * | draws_prev |
| Storage of last run. | |
| unsigned int | draws_prev_n |
| Size of storage from last run. | |
| FILE * | draws_file |
| Output of draws from current run. | |
Private variables of the sampler.
1.8.9.1