struct Gambit::ColliderBit::convergence_settings

Type for holding Monte Carlo convergence settings.

#include <MC_convergence.hpp>

Public Attributes

Name
doubletarget_stat
boolstop_at_sys
boolall_analyses_must_converge
boolall_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 2023-06-26 at 21:36:52 +0000