Abstract
Abstract class for early stopping strategies.
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
Abstract class for early stopping strategies.