Stopping Criteria (Core)#
alts.core.stopping_criteria
- class StoppingCriteria(exp)[source]#
Bases:
Configurable
DescriptionDetermines when the experiment has reached its goal.- Parameters:
exp (Experiment) – The experiment to monitor
- exp: Experiment#
- property next: bool#
- DescriptionDetermines whether the experiment should continue into another step.Currently always returns True.
- Returns:
Should the experiment continue? (True)
- Return type:
bool