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

How front is estimated and how to avoid duplication and invalid points #18

Open
jdzhu19 opened this issue Jun 30, 2023 · 0 comments
Open

Comments

@jdzhu19
Copy link

jdzhu19 commented Jun 30, 2023

First of all, I would like to ask how the target function value corresponding to pop is calculated in _NSGA2.py, and whether pop is the target function value or the fitness? (It seems to look like it, but I don't see from the code how it was calculated), I am a bit confused about this part.

Also, I would like to ask what you would suggest I do if I want to deal with duplicate(what I mean is that I manually approximate continuous points into discrete points, how to avoid duplication of discrete points after the change) and invalid points. My current method is to add a loop to _bayes.py and try to collect a random point immediately when a duplicate or invalid point is observed, but this does not work well, so I would like to ask if there is a way to avoid invalid points or points that have been sampled before when sampling the parameter points? Is it possible to do it with the constraints? Or do you have any better suggestions?

Thank you very much for your time and I hope to hear from you soon!

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