summaryrefslogtreecommitdiff
path: root/test/test_stochastic.py
AgeCommit message (Collapse)Author
2022-04-04[WIP] Add backend dual loss and plan computation for stochastic optimization ↵Rémi Flamary
or regularized OT (#360) * add losses and plan computations and exmaple for dual oiptimization * pep8 * add nice exmaple * update awesome example stochasti dual * add all tests * pep8 + speedup exmaple * add release info
2021-10-25[MRG] Bregman backend (#280)ncassereau-idris
* Bregman * Resolve conflicts * Bug solve * Bregman updated for JAX compatibility * Tests coherence between backend improved * No longer enforcing 64 bits operations on Jax except for tests * Now using mixtures, to make backend dependent tests with less code * Better test skipping code * Pep8 + test optimizations * redundancy removed * Docs * Typo corrected * Typo * Typo * Docs * Docs * pep8 * Backend docs * Prettier docs * Mistake corrected * small changes * Better wording Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
2021-06-17[MRG] Speedup tests (#262)Rémi Flamary
* speedup tests * add color to tests and timings * add test unbalanced * stupid missing -
2020-04-24pep8Rémi Flamary
2020-04-24better coverage options verbose and logRémi Flamary
2018-09-14speedup test stochasticRémi Flamary
2018-09-14correct path function in exampleRémi Flamary
2018-08-29replaced marginal testsKilian Fatras
2018-08-28fixed test errorKilian Fatras
2018-08-28fixed test gaussKilian Fatras
2018-08-28fixed argument functionsKilian Fatras
2018-08-28updated README and fixed pep8Kilian Fatras
2018-08-28added gaussian testKilian Fatras
2018-06-21gave better step size ASGD & SAGKilian Fatras
2018-06-19remove if in test and cleaned codeKilian Fatras
2018-06-18pep8Kilian Fatras
2018-06-18add sgdKilian Fatras
2018-06-15PEP8Kilian Fatras
2018-06-15add problems solved in docKilian Fatras