Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In multi-objective algorithms, non dominated sorting is not performed before calculating metrics #137

Open
HONG-ZI opened this issue Aug 1, 2023 · 1 comment

Comments

@HONG-ZI
Copy link

HONG-ZI commented Aug 1, 2023

Should non-dominated sorting be performed on the final population before calculating HV and IGD, as HV and IGD indicators is designed for non-dominated populations. If there are dominated individuals in the final population, will the results of HV and IGD become unreliable?

@HONG-ZI
Copy link
Author

HONG-ZI commented Aug 1, 2023

I saw this and my confusion was resolved.

PopObj = Population.best.objs;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant