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

Dealing with "jumps" in PF with FillGapsOfParetoFrontSequence2D #12

Open
BartgeierXC opened this issue Jul 16, 2024 · 0 comments
Open

Comments

@BartgeierXC
Copy link

How does FillGapsOfParetoFrontSequence2D deal with jumps in the PF? Currently, assuming there is only one area between points of the PF where no solutions can be identified, the distance between the points closest to the are will remain to be the largest one. Thus, FillGapsOfParetoFrontSequence2D will try to identify points in that range and waste computation time while other points on the PF remain undetected.

My quick fix would be to remember the last identified gap and if it is the same as the current gap, the next larger distance will be selected. This has the downside, that the jump will be revisited every second time. Maybe there is a better solution to that?

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