This test calculates the autocorrelation of DoubleWell using indii::ml::ode::AutoCorrelator.
Results are as follows:
Results
Definition in file AutoCorrelatorHarness.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 double | LENGTH = 1200.0 |
| Time length of each trajectory. | |
| const double | DELTA = 1.0 |
| Autocorrelation step. | |
| const unsigned int | STEPS = 10 |
| Autocorrelation steps between convergence checks. | |
| int main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
| const double DELTA = 1.0 |
| const double LENGTH = 1200.0 |
| const unsigned int M = 1 |
| const unsigned int N = 1 |
| const unsigned int STEPS = 10 |
Autocorrelation steps between convergence checks.
Definition at line 48 of file AutoCorrelatorHarness.cpp.
1.5.3