summaryrefslogtreecommitdiff
path: root/geom_matching/wasserstein/example
AgeCommit message (Collapse)Author
2019-09-16Add traits for float in Wasserstein.Arnur Nigmetov
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-05-312 bugs fixed in Jacobi for point cloudArnur Nigmetov
2018-03-16Minor changes (indentation, etc)Arnur Nigmetov
2018-03-15Support for reading persistence diagrams in the DIPHA format.Gard Spreemann
2018-01-20Major rewrite, templatized versionArnur Nigmetov
2017-04-05Remove duplicate points for Wasserstein-1Arnur Nigmetov
2017-04-04Prepare to output real relative error.Arnur Nigmetov
In Wasserstein distance computation AuctionRunner class now has a field relativeError which contains the relative error which we can guarantee, so if the user asked for 0.1 accuracy, but the result is 0.03 accurate, this information can be retrieved.
2016-06-06Add actual source from previous reposArnur Nigmetov