cbx.utils.history.track#

class cbx.utils.history.track[source]#

Bases: object

Base class for tracking of variables in the history dictionary of given dynamics.

static init_history(dyn)[source]#

Initializes the value to be tracked in the history dictionary of the given dyn object.

Parameters:

dyn (object) – The object to track in the history dictionary.

Return type:

None

static update(dyn)[source]#

Updates the value to be tracked in the history dictionary of the given dyn object.

Parameters:

dyn (object) – The object to track in the history dictionary.

Return type:

None