Distance

class cockpit.quantities.Distance(track_schedule, verbose=False)[source]

Distance Quantity class tracking distance of the parameters from their init.

Initialization sets the tracking schedule & creates the output dict.

Parameters
  • track_schedule (callable) – Function that maps the global_step to a boolean, which determines if the quantity should be computed.

  • verbose (bool, optional) – Turns on verbose mode. Defaults to False.