summaryrefslogtreecommitdiff
path: root/ot/unbalanced.py
AgeCommit message (Expand)Author
2022-12-15[MRG] New API for OT solver (with pre-computed ground cost matrix) (#388)Rémi Flamary
2022-08-01[MRG] Solve example throwing an error when executed on a GPU (#391)Nathan Cassereau
2022-04-11[MRG] MM algorithms for UOT (#362)Laetitia Chapel
2022-03-24[MRG] Domain adaptation and unbalanced solvers with backend support (#343)Nathan Cassereau
2021-11-03[MRG] Docs updates (#298)ncassereau-idris
2021-10-25[MRG] Bregman backend (#280)ncassereau-idris
2020-04-24better doc per moduleRémi Flamary
2019-10-20fix loop counter in barycenter + precision of dual variablesHicham Janati
2019-10-19same for unbalancedHicham Janati
2019-09-03fix doctest examplesHicham Janati
2019-09-03same for unbalancedHicham Janati
2019-08-28remove square in convergence checkHicham Janati
2019-08-12Added Unbalaced transport to domain adaptation methods. Corrected small bug r...ngayraud
2019-07-09moreAlexandre Gramfort
2019-07-02Merge branch 'master' into doc_modulesRémi Flamary
2019-07-02Bugfix (python2 in unbalanced)Romain Tavenard
2019-07-01Fixed all doctests assuming functions are working properly (actually tested i...Romain Tavenard
2019-07-01Set numpy array formatting version to post-1.13Romain Tavenard
2019-06-25alpha for documentationRémi Flamary
2019-06-24update docstrings + initHicham Janati
2019-06-18update Readme + minor rendering in examplesHicham Janati
2019-06-18fix func names + add more testsHicham Janati
2019-06-12add unbalanced barycentersHicham Janati
2019-06-12integrate comments of jmassichHicham Janati
2019-06-12add unbalanced sinkhorn algorithmHicham Janati