-
Notifications
You must be signed in to change notification settings - Fork 127
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
Python interface and fast membership oracles for polytopes #69
Closed
Conversation
This file contains 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
…without sampling.
…ssian on the chord intersecting polytope in rdhnr.
…ian sampling. Now it returns a pair of double and not points. We will merge this into schedule_annealing branch to continue working on cv algo.
… hit and run. The samplers are implemented in gaussian_annealing.h header file.
… The new function is volume_gaussian_annealing in volume.h header file. No tests have been made.
…runs but returns wrong volume approximation.
…ssian dist. Add some printing for debbuging.
…om sampler using chrono library. CV algo returns the correct result.
…ample just a point and to exploit coordinate direction better complexity.
…e-install boost library in your system
…rsection of two V-polytoppes. We modify VPolytope() R class and develop Rcpp volume function.
…ned by the intersection of two V-polytopes. If there less than d+1 known vertices in the intersection the computation fails and an error message is printed.
…pp R exported functions. Make adjustments in test in order to use the new interface. Improve cran packege (included header files in .cpp, Rbuildignore).
…pe.R, sample_points.R (add references) and volume.R
…in InnerBall tests.
… on sphere function
Closed since that PR was really old and messy. Should work these features in a new PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@van51 I reopen this PR against
develop
since #7 is now closed due to branch cleaning in the repository.