|
fmcs
v0.2.1
|
Options used by all inference algorithms. More...
#include "query.hpp"
Public Member Functions | |
| inf_options_t (size_t num_iterations, unsigned seed=2022) | |
| inf_options_t (size_t thin, size_t burn, size_t num_iterations, unsigned seed=2022) | |
| std::string | string () |
Public Attributes | |
| size_t | _burn |
| size_t | _num_complete |
| size_t | _num_iterations |
| unsigned | _seed |
| size_t | _thin |
Options used by all inference algorithms.