FluxTraining.CallbackCondition

abstract type defined in module FluxTraining


			abstract type CallbackCondition

Supertype for conditions to use with ConditionalCallback .
To implement a CallbackCondition , implement
shouldrun (::MyCondition, event, phase) .

See FrequencyThrottle , TimeThrottle and throttle .

Backlinks