Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct documentation for support barycenter #201

Merged
merged 7 commits into from
Jul 20, 2020
Merged

Correct documentation for support barycenter #201

merged 7 commits into from
Jul 20, 2020

Conversation

AdrienCorenflos
Copy link
Contributor

Types of changes

  • [ x] Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Motivation and context / Related issue

#200

How has this been tested (if it applies)

I can't render the doc locally so not tested

Checklist

  • [ x] The documentation is up-to-date with the changes I made.
  • [x ] I have read the CONTRIBUTING document.
  • All tests passed, and additional code has been covered with new tests.

@rflamary
Copy link
Collaborator

hello @AdrienCorenflos

This is the output of the doc for your PR:
https://317-71472695-gh.circle-artifacts.com/0/dev/index.html

@AdrienCorenflos
Copy link
Contributor Author

AdrienCorenflos commented Jul 15, 2020 via email

@@ -443,18 +443,30 @@ def free_support_barycenter(measures_locations, measures_weights, X_init, b=None
- we do not optimize over the weights
- we do not do line search for the locations updates, we use i.e. theta = 1 in [1] (Algorithm 2). This can be seen as a discrete implementation of the fixed-point algorithm of [2] proposed in the continuous setting.

Formally we solve the following problem:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please put the optimization problem after the first sentence and before the discussion on the algorithm?

Also the itemize in the discussion does not work (it needs an empty line maybe)

@AdrienCorenflos
Copy link
Contributor Author

AdrienCorenflos commented Jul 15, 2020 via email

@rflamary
Copy link
Collaborator

Yes you can remove the repetition.

@rflamary rflamary merged commit 23db72c into PythonOT:master Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants