Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 480 Bytes

optimize_for_tracking.rst

File metadata and controls

10 lines (8 loc) · 480 Bytes

Optimize line and tracker for multi-turn tracking speed

When the tracker is used for multi-turn tracking, the line and tracker can be optimized to increase the tracking speed. This can be done with the Tracker.optimize_for_tracking() method, as shown in the following example:

.. literalinclude:: generated_code_snippets/optimized_tracker.py
   :language: python