C# Class PostSimulationAnalysisOldRuntime.StopGuessingCondition

Inheritance: ICondition
Afficher le fichier Open project: Microsoft/StopGuessing

Méthodes publiques

Свойство Type Description
T double
alpha double
beta_notypo double
beta_typo double
cookies_off bool
gamma double
phi_frequent double
phi_infrequent double
repeat double

Méthodes publiques

Méthode Description
GetScore ( Trial t ) : float
StopGuessingCondition ( string name = "Baseline" ) : System

Method Details

GetScore() public méthode

public GetScore ( Trial t ) : float
t Trial
Résultat float

StopGuessingCondition() public méthode

public StopGuessingCondition ( string name = "Baseline" ) : System
name string
Résultat System

Property Details

T public_oe property

public double T
Résultat double

alpha public_oe property

public double alpha
Résultat double

beta_notypo public_oe property

public double beta_notypo
Résultat double

beta_typo public_oe property

public double beta_typo
Résultat double

cookies_off public_oe property

public bool cookies_off
Résultat bool

gamma public_oe property

public double gamma
Résultat double

phi_frequent public_oe property

public double phi_frequent
Résultat double

phi_infrequent public_oe property

public double phi_infrequent
Résultat double

repeat public_oe property

public double repeat
Résultat double