type

assignment.AutoLAP

class AutoLAP(Assignment):

:class:`Assignment` wrapper around the auto-dispatched LAP solver.

Defaults to the CPU LAPJV path (see module docstring). Pass ``prefer="cuda"`` to pin to the torchmatch CUDA solver.

Parameters

NameTypeDescription
*args = ()Positional arguments forwarded to :class:`Assignment`.
prefer = Prefer.AUTOPrefer or strBackend preference. Default :attr:`Prefer.AUTO`.
**kwargs = {}Keyword arguments forwarded to :class:`Assignment`.

Members

method

property

Source: unitrack/assignment/_auto.py:130