Skip to content

Commit

Permalink
Fix math
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Aug 28, 2023
1 parent b1f013e commit 144b75f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ott/solvers/linear/sinkhorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def ent_reg_cost(self) -> float:
r"""Entropy regularized cost.
This outputs
.. math::
\langle P^{\star},C\rangle - \varepsilon H(P^{\star}) +
Expand All @@ -377,6 +378,7 @@ def kl_reg_cost(self) -> float:
r"""KL regularized OT transport cost.
This outputs
.. math::
\langle P^{\star}, C \rangle + \varepsilon KL(P^{\star},ab^T) +
Expand Down

0 comments on commit 144b75f

Please sign in to comment.