From d45c6c015655ff93391660b2303ebbd541901548 Mon Sep 17 00:00:00 2001 From: Daniel Packer Date: Fri, 17 Nov 2023 14:34:18 -0500 Subject: [PATCH] first lb -> third lb --- src/ott/solvers/quadratic/lower_bound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ott/solvers/quadratic/lower_bound.py b/src/ott/solvers/quadratic/lower_bound.py index beace60ec..27d5f0283 100644 --- a/src/ott/solvers/quadratic/lower_bound.py +++ b/src/ott/solvers/quadratic/lower_bound.py @@ -32,7 +32,7 @@ class LowerBoundSolver: As implemented, this solver assumes uniform marginals, non-uniform marginal solver coming soon! - Computes the first lower bound distance from :cite:`memoli:11`, def. 6.1. + Computes the third lower bound distance from :cite:`memoli:11`, def. 6.3. there is an uneven number of points in the distributions, then we perform a stratified subsample of the distribution of distances to approximate the Wasserstein distance between the local distributions of distances.