Stopping Criteria (Core)

Stopping Criteria (Core)#

alts.core.stopping_criteria
class StoppingCriteria(exp)[source]#

Bases: Configurable

Description
Determines when the experiment has reached its goal.
Parameters:

exp (Experiment) – The experiment to monitor

exp: Experiment#
property next: bool#
Description
Determines whether the experiment should continue into another step.
Currently always returns True.
Returns:

Should the experiment continue? (True)

Return type:

bool