summaryrefslogtreecommitdiff
path: root/ot/bregman.py
AgeCommit message (Collapse)Author
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
2020-01-07improve documentation of screenkhornMokhtar Z. Alaya
add Exception at the beginning to check the installation of bottleneck module
2020-01-07close "bottleneck" tagMokhtar Z. Alaya
2020-01-06add screenkhorn: screening Sinkhorn algorithmMokhtar Z. Alaya
2019-10-19add weights arg in generic barycenter funcHicham Janati
2019-09-04improve docHicham Janati
2019-09-03style + make funcs publicHicham Janati
2019-08-28fix empirical sinkhorn doc-exampleHicham Janati
2019-08-28remove square in convergence checkHicham Janati
add unbalanced with stabilization add unbalanced tests with stabilization fix doctest examples add xvfb in travis remove explicit call xvfb in travis change alpha to reg_m minor flake8 remove redundant sink definitions + better doc and naming add stabilized unbalanced barycenter + add not converged warnings add test for stable barycenter add generic barycenter func + make method funcs private fix typo + add method test for barycenters fix doc examples + add xml to gitignore fix whitespace in example change logsumexp import - scipy deprecation warning fix doctest improve naming + add stable barycenter in bregman add test for stable bar + test the method arg in bregman
2019-07-23fix issue 94 + add testHicham Janati
2019-07-09trailing spacesAlexandre Gramfort
2019-07-09moreAlexandre Gramfort
2019-07-02Fix tolerance in doctestRomain Tavenard
2019-07-01Fixed all doctests assuming functions are working properly (actually tested ↵Romain Tavenard
in tests/)
2019-07-01Set numpy array formatting version to post-1.13Romain Tavenard
2019-07-01Fixed doctestsRomain Tavenard
2019-06-18fix func names + add more testsHicham Janati
2019-05-29Merge remote-tracking branch 'rflamary/master'tvayer
merge pot
2019-05-28solve 2tvayer
2019-05-28solve conlicttvayer
2019-05-28FGW+gromov changestvayer
2019-04-04fix test sinkhorn divKilian Fatras
2019-04-04fix log in sinkhorn div and add log testsKilian Fatras
2019-04-04fix docKilian Fatras
2019-03-29import unif and dist in bregman fileKilian Fatras
2019-03-29call ot.unif and ot.distKilian Fatras
2019-03-29fix pep8Kilian Fatras
2019-03-29add empirical sinkhorn and sikhorn divergence functionsKilian Fatras
2019-03-11add test sinkhorn+logRémi Flamary
2018-11-19remove W605 errorsRémi Flamary
2018-09-24remove variable i initializationRémi Flamary
2018-09-24correct reference number in docRémi Flamary
2018-09-24Merge readme with masterRémi Flamary
2018-09-24remove i+1Rémi Flamary
2018-09-24implement for loopRémi Flamary