FPRAS - #70
Open
MLopez-Ibanez wants to merge 8 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 77.13% 77.00% -0.14%
==========================================
Files 69 70 +1
Lines 7195 7396 +201
Branches 1434 1465 +31
==========================================
+ Hits 5550 5695 +145
- Misses 1277 1330 +53
- Partials 368 371 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
MLopez-Ibanez
force-pushed
the
main
branch
2 times, most recently
from
July 10, 2026 16:25
501fd28 to
3460490
Compare
MLopez-Ibanez
force-pushed
the
fpras
branch
3 times, most recently
from
August 7, 2026 11:53
bc8734e to
2385a0b
Compare
MLopez-Ibanez
force-pushed
the
fpras
branch
2 times, most recently
from
August 10, 2026 13:17
049965d to
7bd8dfb
Compare
* python/doc/source/_static/bench/hvapprox_bench-*.png: Regenerate. * python/doc/source/benchmarks.inc.rst: Update.
* python/benchmarks/bench_ndom.py: Likewise. * python/doc/source/_static/bench/ndom_bench-*.png: Regenerate. * python/doc/source/_static/bench/wndom_bench-*.png: Likewise.
…rvolume. * c/config.h (UINT32_MAX, UINT64_MAX): Define. * c/common.h (cumsum_of_vector_double, kahan_sum_of_vector_double): New. * c/hvapprox.c (hv_approx_fpras): New. * c/rng.h (rng_uniform_u32_ubound, rng_uniform_u32_bounded, rng_validate_cdf, rng_random_wheel_uint32): New. * c/rng_alias.h: New file. * c/main-hvapprox.c: Handle FPRAS. * c/gcc_attribs.h (is_finite, is_normal): New. * c/NEWS.md: Update. * tools/tools/test-rng_alias.c: New file. * python/src/moocore/_moocore.py (hv_approx_fpras): New. * python/examples/plot_hv_approx.py: Add FPRAS examples. * python/doc/source/whatsnew/index.rst: Update. * python/doc/source/benchmarks.inc.rst: Only consider 6D and higher for hypervolume approximation. * python/benchmarks/bench_hvapprox.py: Benchmark hv_approx_fpras(). * python/tests/test_moocore.py: Add tests for hv_approx_fpras(). * bibkeys.txt (Vose1991alias): New. * python/doc/source/REFERENCES.bib: Regenerate. * r/NEWS.md: Update * r/R/hv_approx.R (hv_approx_fpras): New. * r/man/hv_approx_fpras.Rd: New. * r/src/Rmoocore.c (hv_approx_fpras_C): New. * r/src/init.h (hv_approx_fpras_C): Declare. * r/tests/testthat/test-doctest-hv_approx_fpras.R: New file. * r/tests/testthat/test-hv_approx.R: Update * r/vignettes/articles/hv_approx.Rmd: Add FPRAS example. * r/inst/REFERENCES.bib: Regenerate.
…e 3D and 4D results.
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
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.
No description provided.