summaryrefslogtreecommitdiff
path: root/ot/bregman.py
AgeCommit message (Expand)Author
2023-03-09[MRG] Semi-relaxed (fused) gromov-wasserstein divergence and improvements of ...Cédric Vincent-Cuaz
2023-02-23[MRG] Added argument for warmstart of dual vectors in Sinkhorn-based methods ...Huy Tran
2022-12-23[MRG] Fix warning bug in sinkhorn2 (#417)arincbulgur
2022-12-21[MRG] Fix#421 pass stopThr to the sinkhorn function in empirical_sinkhorn_div...Théo Lacombe
2022-12-20[MRG] Change Doc empirical_sinkhorn_div to reflect what is computed (#423)Théo Lacombe
2022-08-17debug sinkhorn divergence gradientsRémi Flamary
2022-07-27[MRG] Free support Sinkhorn barycenters (#387)Eduardo Fernandes Montesuma
2022-05-09[MRG] Fix barycenter mass (#375)Hicham Janati
2022-03-24[MRG] Domain adaptation and unbalanced solvers with backend support (#343)Nathan Cassereau
2021-12-09[MRG] Tensorflow backend & Benchmarker & Myst_parser (#316)Nathan Cassereau
2021-11-03[MRG] Docs updates (#298)ncassereau-idris
2021-11-03[WIP] Add debiased barycenter (Sinkhorn + convolutional sinkhorn) (#291)Hicham Janati
2021-11-02[MRG] Backend for gromov (#294)ncassereau-idris
2021-10-27[WIP] Sinkhorn in log space (#290)Rémi Flamary
2021-10-25[MRG] Bregman backend (#280)ncassereau-idris
2021-09-30[MRG] GPU bugs solve (#288)ncassereau-idris
2021-06-14[MRG] Batch/Lazy Log Sinkhorn Knopp on samples (#259)Huy Tran
2021-06-01[MRG] POT numpy/torch/jax backends (#249)Rémi Flamary
2021-04-19BUG/DOC FIX - Sinkhorn divergence used the wrong weights, and sinkhorn2 didn'...AdrienCorenflos
2020-12-22[WIP] Update documentation "Why OT" section (#220)Rémi Flamary
2020-06-22Revert "[WIP] Update bregman.py : barycenter_sinkhorn function (#195)" (#196)Rémi Flamary
2020-06-22[WIP] Update bregman.py : barycenter_sinkhorn function (#195)Rémi Flamary
2020-04-24better doc per moduleRémi Flamary
2020-04-24better coverage options verbose and logRémi Flamary
2020-04-15fix soft labels, remove gammas from jcpotievred
2020-04-08added test barycenter + modif targetievred
2020-04-08remove laplace from jcpotievred
2020-04-07updievred
2020-04-07pep bregmanievred
2020-04-07pep bregmanievred
2020-04-02laplace v1ievred
2020-04-01fix test example add M to logievred
2020-03-31readme move to bregmanievred
2020-03-06Fix convolutional_barycenter kernel for non-symmetric imagesAlex Tong
2020-01-24add a warning for non installed Botteleneck moduleMokhtar Z. Alaya
2020-01-18cleanMokhtar Z. Alaya
2020-01-18cleanMokhtar Z. Alaya
2020-01-10improve docMokhtar Z. Alaya
2020-01-10improve docMokhtar Z. Alaya
2020-01-10update screenkhorn exampleMokhtar Z. Alaya
2020-01-10improve documentationMokhtar Z. Alaya
2020-01-08fix binary indexingMokhtar Z. Alaya
2020-01-08using binary indexing for definition the active setsMokhtar Z. Alaya
2020-01-07fix typos in documentationMokhtar Z. Alaya
2020-01-07fix definitions complementary active sets Ic, JcMokhtar Z. Alaya
2020-01-07replace reshape by numpy slicing in returnMokhtar Z. Alaya
2020-01-07fix default values for the budget argumentsMokhtar Z. Alaya
2020-01-07set default param. for LBFGS in the function's prototypeMokhtar Z. Alaya
2020-01-07replace @ operator by np.dotMokhtar Z. Alaya
2020-01-07delete "ArrayBox"-type test of dist. matrix MMokhtar Z. Alaya