summaryrefslogtreecommitdiff
path: root/ot/bregman.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:53:34 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:53:34 +0200
commit176ff069483b9ba630af8a00ce5edc104168c0a2 (patch)
tree12e0a6796f21a4fe840833dd9668ffcb72ace317 /ot/bregman.py
parentaf99bcb8b307e6460e061bff205b1d1b5a575e46 (diff)
comments in modules
Diffstat (limited to 'ot/bregman.py')
-rw-r--r--ot/bregman.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ot/bregman.py b/ot/bregman.py
index a74cd19..81804a7 100644
--- a/ot/bregman.py
+++ b/ot/bregman.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
"""
-Created on Fri Oct 21 09:40:21 2016
-
-@author: rflamary
+Bregman projection for regularized Otimal transport
"""
import numpy as np