Modules§
Structs§
- Atomic
Metric U128 - Compatibility wrapper for atomically managed
u128metrics. - Best
- Shared best-so-far candidate across threads.
- Mcmc
Iteration Output - Output of a single MCMC iteration.
- Mcmc
Options - Engine-level options for MCMC runs.
- Mcmc
Stats - Holds MCMC iteration statistics.
Enums§
- Iteration
Outcome Details - Details of what occurred during a single MCMC iteration attempt.
Constants§
- MIN_
TEMPERATURE_ RATIO - Minimum allowed relative temperature (as a ratio of the initial temperature) to avoid underflow and numeric issues during cooling.
Functions§
- metropolis_
accept - Decide whether to accept a candidate move under the Metropolis rule.