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

Estimate the logarithm of the polytope volume in CB algorithm #157

Merged
merged 5 commits into from
May 4, 2021

Conversation

TolisChal
Copy link
Member

This PR computes the logarithm of the telescopic product in the Cooling Balls algorithm, i.e. a telescopic sum.
With this improvement, we avoid potential over- or under-flows.

The PR changes the C++ tests and the R interface accordingly. In the R interface the volume function returns a R list with two elements: (a) the logarithm of the estimated volume, (b) the estimated volume.

@TolisChal TolisChal requested a review from vissarion April 29, 2021 20:35
@TolisChal TolisChal merged commit 0ce5001 into GeomScale:develop May 4, 2021
@TolisChal TolisChal deleted the log_volume branch May 4, 2021 15:04
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