auction-lap icon indicating copy to clipboard operation
auction-lap copied to clipboard

Auction algorithm for solving linear assignment problem (LAP)

Results 5 auction-lap issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi, Thanks for the great library. Are you planning to upgrade the pytorch version you are using (0.3.1), since the code is not compatible with newer version of pytorch? Thank...

I started with a [Docker image](https://github.com/anibali/docker-pytorch) that had conda, cuda and pytorch preinstalled. I had to downgrade the pytorch version, so it might be faster to just start with an...

`auction_lap` returns three values instead of two. The CPU time wasn't used in the benchmark so I removed it.

Hi Ben, Thanks for sharing about the python implementation of the auction algorithm! I found some bugs in 'auction_lap.py' that actually make the codes output wrong results. I fixed them...