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

Update README.md #71

Closed
wants to merge 1 commit into from
Closed

Update README.md #71

wants to merge 1 commit into from

Conversation

nitishmalang
Copy link
Contributor

No description provided.

@@ -139,7 +139,7 @@ A_rounded, b_rounded, Tr, Tr_shift = sampler.round_polytope(A, b, method="min_el
Then, to sample from the rounded polytope, the user has to call the following static method of PolytopeSampler class,

```python
samples = sample_from_polytope(A_rounded, b_rounded)
sampler = sample_from_polytope(A_rounded, b_rounded)
Copy link
Member

Choose a reason for hiding this comment

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

I think this is not correct. This is a set of samples (that also used below) not a sampler as the one returned for instance from PolytopeSampler(model)

@TolisChal
Copy link
Member

Are there any other additional changes for this PR or we shall close it?

@nitishmalang
Copy link
Contributor Author

close it

@TolisChal TolisChal closed this Aug 21, 2023
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.

3 participants