This repository implements Sinkhorn's Algorithm, an algorithm to solve discrete optimal transport problem.
You can move source and target points and change the regularization weight gamma interactively.
Poetry or pip
poetry install
pip install -r requirements.txt
- Python 3.7+
- numpy
- scipy
- cython
- POT