Stopping Criteria (Core)#
alts.core.stopping_criteria
- class StoppingCriteria[source]#
Bases:
Configurable
DescriptionDetermines when the experiment has reached its goal.- 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