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

Time efficiency with large number of kernels #2

Open
nikohansen opened this issue Sep 28, 2021 · 0 comments
Open

Time efficiency with large number of kernels #2

nikohansen opened this issue Sep 28, 2021 · 0 comments

Comments

@nikohansen
Copy link
Contributor

I suspect that the (repeated) initialization of the non-dominated archive (and the sorting) in IndicatorFront.set_kernel is increasingly and unnecessarily time consuming. Assuming that kernels are only appended to moes like self.kernels += kernels, new kernels could be added to the archive and the currently changing kernel could be removed and re-added afterwards.

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