Changelog
Source:NEWS.md
moocore 0.1.8
CRAN release: 2025-07-15
- Document the EAF and Vorob’ev expectation and deviation in more detail.
- New function
hv_approx()
. - Function
hv_contributions()
is much faster for 2D inputs. - New article “Approximating the hypervolume”.
- New datasets
DTLZLinearShape.8d.front.60pts.10
andran.10pts.9d.10
.
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.