ott.problems#
The ott.problems
module describes the low level optimal transport
problems that are solved by OTT
ott.solvers
. These problems are
loosely divided into two categories, first finite-sample based problems, as in
ott.problems.linear
and ott.problems.quadratic
, or relying on
iterators. In that latter category, ott.problems.nn
contains synthetic
data iterators.