EarlyStopCondition

Type Alias EarlyStopCondition 

Source
pub type EarlyStopCondition = dyn Fn() -> bool + Send;
Expand description

A functor that returns whether the planner must do an early stop.