-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Description
Now that moocore
is a dependency of pymoo
(#667 ), you could make more use of it:
- Fast dominance filtering and Pareto ranking: https://multi-objective.github.io/moocore/python/reference/functions.dominance.html
- IGD+ computation: https://multi-objective.github.io/moocore/python/reference/functions.metrics.html
- Provide epsilon metric: https://multi-objective.github.io/moocore/python/reference/functions.metrics.html#epsilon-metric
- HV approximation: https://multi-objective.github.io/moocore/python/reference/generated/moocore.hv_approx.html
- HV contributions (HVC): https://multi-objective.github.io/moocore/python/reference/generated/moocore.hv_contributions.html
There are more things in moocore
, like weighted hypervolume, empirical attainment function and Vorob'ev expectation and deviation, but those would require more work to make them available and useful to the users of pymoo
.
Metadata
Metadata
Assignees
Labels
No labels