Stopping Criteria (Core)

Stopping Criteria (Core)#

alts.core.stopping_criteria
class StoppingCriteria[source]#

Bases: Configurable

Description
Determines when the experiment has reached its goal.
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