whv_rect#
- moocore.whv_rect(x, /, rectangles, *, ref, maximise=False)[source]#
- Compute weighted hypervolume given a set of rectangles. - See also - For details about parameters, return value and examples, see - total_whv_rect().- Warning - The current implementation only supports 2 objectives. - Returns:
- float– A single numerical value, the weighted hypervolume.
 - See also