Faster Jonker-Volgenant Assignment Algorithm
This updated version performs the JV algorithm for a standard assignment problem for only valid entries in the cost matrix.
The modification removes rows and columns of the matrix where all values are inf, which is useful for applications where it is necessary to mask off certain assignments, such as in the k-best assignment algorithm (Murty algorithm).
The improvement in the runtime is dependent upon how many rows/cols are masked, but can be as 7-20x for many cases.
Yi Cao agreed to let me post this update, and the majority of the code is his.
Cita come
Eric Trautmann (2025). Faster Jonker-Volgenant Assignment Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/30838-faster-jonker-volgenant-assignment-algorithm), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Robotics and Autonomous Systems > Sensor Fusion and Tracking Toolbox > Multi-Object Trackers >
- Radar > Sensor Fusion and Tracking Toolbox > Multi-Object Trackers >
Tag
Riconoscimenti
Ispirato da: LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem V3.0
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.