LP Wasserstein barycenter with scipy linear solver and/or cvxopt by rflamary · Pull Request #47 · PythonOT/POT
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 544
Conversation
Copy link Copy Markdown
Collaborator
rflamary
commented
May 14, 2018
rflamary
commented
The PR add the following:
- LP solver for for Wassersein barycenters (do not scale at all but still nice for comparison).
- Can choose the solver between scipy.optimize and cvxopt (the new interior point solver of scipy as pretty good)
- Documentation and test for the solver, update of the README.
- Example of comparison between LP and regularized barycenter :
rflamary added 11 commits
May 11, 2018 16:07
rflamary
requested a review
from ncourty
ncourty reviewed May 29, 2018
ot/bregman.py
Outdated
ot/bregman.py Outdated
| reg : float | ||
| Regularization term >0 | ||
| weights : np.ndarray (n,) | ||
| Weights of each histogram i_i on the simplex |
Copy link Copy Markdown
Collaborator
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
each histogram i_i -> each histogram bin i
ncourty reviewed May 29, 2018
ot/lp/cvx.py
Outdated
ot/lp/cvx.py Outdated
| reg : float | ||
| Regularization term >0 | ||
| weights : np.ndarray (n,) | ||
| Weights of each histogram i_i on the simplex |
Copy link Copy Markdown
Collaborator
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
ncourty approved these changes May 29, 2018
rflamary
merged commit
90efa5a
into
master
rflamary
deleted the
bary
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
