Computational Optimal Transport: A Comparison of Two Algorithms
We present here two formulations of the Monge optimal transport problem. The first one is a discretization leading to the linear sum assignment problem, which we solve with the Hungarian algorithm. The second is the dynamical formulation of Benamou-Brenier and leads to a functional saddle problem, which we solve by a augmented Lagrangian method. Both methods are implemented, numerically analyzed and compared.
In this project, we have assembled the steps to proove that the Monge problem is equivalent to the Linear sum assignment problem, and we have done the same for the dynamical formulation. The Hungairan algorithm has been implemented in his