summaryrefslogtreecommitdiff
path: root/ot/optim.py
AgeCommit message (Collapse)Author
2021-04-19[MRG] Cleanup test warnings (#242)Rémi Flamary
* remove warnings in tests from docstrings * working tets for bregman implemneted methods * pep8
2020-08-24Check if alpha is not None when restricting it to be at most 1 (#199)Panayiotis Panayiotou
* Check if alpha is not None when restricting it to be at most 1 * Write check more clearly * Add no regression test for line search armijo returning None for alpha Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
2020-06-22Revert "[WIP] Update bregman.py : barycenter_sinkhorn function (#195)" (#196)Rémi Flamary
This reverts commit b2eae39e8a422b18ecc3fadc08bc909ee1dae55f.
2020-06-22[WIP] Update bregman.py : barycenter_sinkhorn function (#195)Rémi Flamary
* Update bregman.py * correct call to function Co-authored-by: FerdinandGns <56926826+FerdinandGns@users.noreply.github.com>
2020-05-26Restrict Armijo linesearch function step to be at most 1 (#189)Panayiotis Panayiotou
Thanks for the modification @panpan2
2020-04-24better doc per moduleRémi Flamary
2019-11-15fix bug numItermax emd in cgKilian
2019-07-09trailing spacesAlexandre Gramfort
2019-07-09moreAlexandre Gramfort
2019-06-04changes forgotten comentstvayer
2019-05-29code review1tvayer
2019-05-29relative+absolute losstvayer
2019-05-29Doc+armijotvayer
2019-05-29wizard stufftvayer
2019-05-29python2 divide problemtvayer
2019-05-29test checktvayer
2019-05-29pep8tvayer
2019-05-28solve conlicttvayer
2019-05-28FGW+gromov changestvayer
2018-03-21add linear mapping test + autopep8Rémi Flamary
2017-07-26pep8Rémi Flamary
2017-07-26add license and authors on all modulesRémi Flamary
2017-07-20pep8Alexandre Gramfort
2016-12-02cleanup pyflakes issue #23Rémi Flamary
2016-11-09da with GLNicolas Courty
2016-11-08da with GLNicolas Courty
2016-11-07gcgNicolas Courty
2016-11-04doc nonlinear mapping estimationRémi Flamary
2016-11-04add mapping estimation with kernels works!Rémi Flamary
2016-11-02add mapping estimation (still debugging)Rémi Flamary
2016-10-28relative pathRémi Flamary
2016-10-28update bregman with docRémi Flamary
2016-10-28update doc optim+bregman; add log to sinkhornRémi Flamary
2016-10-27rename emd module to lpRémi Flamary
2016-10-27demo optimRémi Flamary
2016-10-26add conditionnal gradient and demoRémi Flamary
2016-10-26add conditionnal gradient and demoRémi Flamary