summaryrefslogtreecommitdiff
path: root/geom_matching/wasserstein/include/auction_runner_gs.hpp
AgeCommit message (Collapse)Author
2019-02-06Switch to opts, tolerate max-iterations-exceeded.Arnur Nigmetov
1. Use opts.h for command-line parsing in wasserstein_dist. 2. Real relative error at the end of auction is stored in params, params is passed by reference. 3. If -e command line option is given to wasserstein_dist, relative error will be printed. 4. If -t option is given to wasserstein_dist, no exception will be thrown, if maximum number of iterations is exceeded. 5. Run wasserstein_dist -h to see all options.
2018-06-01First trivial test for point cloud versionArnur Nigmetov
2018-05-31Fix bug in point cloud version.Arnur Nigmetov
internal_p was not respected by DynamicPointTraits, l_2 distance was always used.
2018-01-20Major rewrite, templatized versionArnur Nigmetov