check#
- abstractmethod Breakpointer.check(state)[source]#
Evaluates the pipeline state to determine if it should stop.
- Parameters:
state (PipelineState) – The current state of the pipeline after a full iteration, containing the current and previous mixture models.
- Returns:
True if the stopping condition is met and the pipeline should terminate, False otherwise.
- Return type:
bool