FadeOutTracker#

class FadeOutTracker(model, verbose=False)[source]#

Bases: BaseFadeOutTracker

A component that tracks the number of nodes experiencing fade-outs over time.

Initialize the component.

Parameters:
  • model – The model instance this component belongs to.

  • verbose (bool) – Whether to enable verbose output. Defaults to False.