cbx.utils.history.track_drift# class cbx.utils.history.track_drift[source]# Bases: track Class for tracking the ‘drift’ entry in the history. 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