|
1 | 1 | POT: Python Optimal Transport |
2 | 2 | ============================= |
3 | 3 |
|
4 | | -|PyPI version| |Build Status| |Documentation Status| |Anaconda Cloud| |
5 | | -|License| |Anaconda downloads| |
| 4 | +|PyPI version| |Anaconda Cloud| |Build Status| |Documentation Status| |
| 5 | +|Anaconda downloads| |License| |
6 | 6 |
|
7 | 7 | This open source Python library provide several solvers for optimization |
8 | 8 | problems related to Optimal Transport for signal, image processing and |
@@ -311,15 +311,22 @@ approach to object |
311 | 311 | matching <https://media.adelaide.edu.au/acvt/Publications/2011/2011-Gromov%E2%80%93Wasserstein%20Distances%20and%20the%20Metric%20Approach%20to%20Object%20Matching.pdf>`__. |
312 | 312 | Foundations of computational mathematics 11.4 (2011): 417-487. |
313 | 313 |
|
| 314 | +[14] Knott, M. and Smith, C. S. `On the optimal mapping of |
| 315 | +distributions <https://link.springer.com/article/10.1007/BF00934745>`__, |
| 316 | +Journal of Optimization Theory and Applications Vol 43, 1984. |
| 317 | + |
| 318 | +[15] Peyré, G., & Cuturi, M. (2017). `Computational Optimal |
| 319 | +Transport <https://arxiv.org/pdf/1803.00567.pdf>`__ , 2018. |
| 320 | + |
314 | 321 | .. |PyPI version| image:: https://badge.fury.io/py/POT.svg |
315 | 322 | :target: https://badge.fury.io/py/POT |
| 323 | +.. |Anaconda Cloud| image:: https://anaconda.org/conda-forge/pot/badges/version.svg |
| 324 | + :target: https://anaconda.org/conda-forge/pot |
316 | 325 | .. |Build Status| image:: https://travis-ci.org/rflamary/POT.svg?branch=master |
317 | 326 | :target: https://travis-ci.org/rflamary/POT |
318 | 327 | .. |Documentation Status| image:: https://readthedocs.org/projects/pot/badge/?version=latest |
319 | 328 | :target: http://pot.readthedocs.io/en/latest/?badge=latest |
320 | | -.. |Anaconda Cloud| image:: https://anaconda.org/conda-forge/pot/badges/version.svg |
| 329 | +.. |Anaconda downloads| image:: https://anaconda.org/conda-forge/pot/badges/downloads.svg |
321 | 330 | :target: https://anaconda.org/conda-forge/pot |
322 | 331 | .. |License| image:: https://anaconda.org/conda-forge/pot/badges/license.svg |
323 | 332 | :target: https://github.com/rflamary/POT/blob/master/LICENSE |
324 | | -.. |Anaconda downloads| image:: https://anaconda.org/conda-forge/pot/badges/downloads.svg |
325 | | - :target: https://anaconda.org/conda-forge/pot |
|
0 commit comments