Results are as follows:
Results
Definition in file EquilibriumSamplerHarness.cpp.
Go to the source code of this file.
Functions | |
| int | main (int argc, const char *argv[]) |
| Run tests. | |
Variables | |
| const unsigned int | M = 1 |
| Dimensionality of the process. | |
| const unsigned int | N = 1 |
| Number of sample trajectories. | |
| const unsigned int | P = 1200 |
| Number of samples to take. | |
| const double | BURN = 20.0 |
| Burn time. | |
| const double | INTERVAL = 1.0 |
| Interval between samples. | |
| const unsigned int | RES = 100 |
| Resolution of histogram. | |
| const double | LOWER = -1.5 |
| Lower bound on histogram. | |
| const double | UPPER = 1.5 |
| Upper bound on histogram. | |
| int main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
| const double BURN = 20.0 |
| const double INTERVAL = 1.0 |
| const double LOWER = -1.5 |
| const unsigned int M = 1 |
| const unsigned int N = 1 |
| const unsigned int P = 1200 |
| const unsigned int RES = 100 |
| const double UPPER = 1.5 |
1.5.3