ott.solvers.quadratic.lower_bound.third_lower_bound#
- ott.solvers.quadratic.lower_bound.third_lower_bound(prob, distrib_cost, epsilon=None, **kwargs)[source]#
Computes the third lower bound distance from [Mémoli, 2011], def. 6.3.
- Parameters:
prob (
QuadraticProblem
) – Quadratic OT problem.distrib_cost (
UnivariateWasserstein
) – Univariate Wasserstein cost used to compare two point clouds in different spaces. Each point is seen as its distribution of costs to other points in its respective point cloud.
- Return type:
- Returns:
An approximation of the GW coupling that can be used to initialize the solution of the quadratic OT problem.