fbaeuerlein / AuctionAlgorithm
Bertsekas auction algorithm for asymmetric matrices with positive real coefficients (from 0 to 1; eg. MHT data association) - Multithreaded implementation (gauss-seidel) included in AuctionMT; works for dense matrices (Eigen) and sparse matrices (own implementation, might be changed soon)
☆11Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for AuctionAlgorithm
- Murty's Algorithm for m-best assignments; Implementation inspired by Miller's pseudocode (see code)☆19Updated 5 years ago
- Multiple Hypothesis Tracking