![]() |
Fleet
0.0.9
Inference in the LOT
|
This class has all the information for running MCMC or MCTS in a little package. It defaultly constructs (via Control()) to read these from FleetArgs, which are a bunch of variables set by Fleet::initialize from the command line. This makes it especially convenient to call with command line arguments, but others can be specified as well. More...
Go to the source code of this file.
Classes | |
class | Control |
Functions | |
Control | InnerControl (unsigned long st=FleetArgs::inner_steps, unsigned long t=FleetArgs::inner_runtime, size_t thr=1, unsigned long re=FleetArgs::inner_restart) |
Make a Control object (NOTE it's a Control object not an InnerControl one) that has default parameters of FleetArgs::inner_*. More... | |
Variables | |
std::atomic< bool > | CTRL_C |
This class has all the information for running MCMC or MCTS in a little package. It defaultly constructs (via Control()) to read these from FleetArgs, which are a bunch of variables set by Fleet::initialize from the command line. This makes it especially convenient to call with command line arguments, but others can be specified as well.
Control InnerControl | ( | unsigned long | st = FleetArgs::inner_steps , |
unsigned long | t = FleetArgs::inner_runtime , |
||
size_t | thr = 1 , |
||
unsigned long | re = FleetArgs::inner_restart |
||
) |
std::atomic<bool> CTRL_C |