struct Gambit::ColliderBit::convergence_settings
Type for holding Monte Carlo convergence settings.
#include <MC_convergence.hpp>
Public Attributes
Name | |
---|---|
double | target_stat |
bool | stop_at_sys |
bool | all_analyses_must_converge |
bool | all_SR_must_converge |
Public Attributes Documentation
variable target_stat
double target_stat;
variable stop_at_sys
bool stop_at_sys;
variable all_analyses_must_converge
bool all_analyses_must_converge;
variable all_SR_must_converge
bool all_SR_must_converge;
Updated on 2024-07-18 at 13:53:31 +0000