Class implementing early stopping if the standard error of measurement drops below a certain threshold.
Protected
Abstract method to be implemented by subclasses to evaluate a single stopping condition.
The name of the cat to evaluate for early stopping.
Update the internal state of the early stopping strategy based on the provided cats.
A map of cats to update.
Abstract method to be implemented by subclasses to update the early stopping strategy.
Optional
Class implementing early stopping if the standard error of measurement drops below a certain threshold.