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 2025-02-12 at 16:10:32 +0000