Changelog
Source:NEWS.md
moocore 0.1.7
CRAN release: 2025-06-05
hypervolume()
now uses the HV3D+ algorithm for the 3D case and the HV4D+ algorithm for the 4D case. For dimensions larger than 4, the recursive algorithm uses HV4D+ as the base case, which is significantly faster.read_datasets()
is significantly faster for large files.is_nondominated()
andfilter_dominated()
are faster for 3D inputs.
moocore 0.1.5
CRAN release: 2025-05-11
- Rename
vorobT()
andvorobDev()
tovorob_t()
andvorob_dev()
to be consistent with other function names.