:py:mod:`fragile.callbacks.time_tracking` ========================================= .. py:module:: fragile.callbacks.time_tracking Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: fragile.callbacks.time_tracking.TrackSteps .. py:class:: TrackSteps(swarm = None, param_dict = None, inputs = None, outputs = None) Bases: :py:obj:`fragile.core.api_classes.Callback` The :class:`Walkers` is a data structure that takes care of all the data involved in making a Swarm evolve. .. py:attribute:: name :annotation: = track_steps .. py:attribute:: default_inputs .. py:attribute:: default_outputs :annotation: = ['n_step'] .. py:method:: param_dict() :property: Return the dictionary defining all the data attributes that the component requires. .. py:method:: update_steps() .. py:method:: after_env()