-
Notifications
You must be signed in to change notification settings - Fork 52
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
Question regarding test problems #3
Comments
Sure.
These values were taken from a website which happens to provide results for reference point (11, 11): http://people.ee.ethz.ch/~sop/download/supplementary/testproblems/
I am not sure if I understand your question, but I think you should seek for your answer in |
@kamilmielnik Thanks for the quick reply! The website you link to is immensely helpful to me, thanks! It explains everything that was unclear to me! |
init .txt I have another question, this time regarding test problem ZDT4. This isn't included in the current project, but I wanted to add it myself. The issue is that I am not able to generate a good pareto front for this problem. I get an HVR graph that starts at a value grater than 8, and just fall closer and closer to 0. See attached graph. I also attach the files relevant to the ZDT4 implementation. |
I don't have python set up now, so I don't know if it helps - does it? If not, could you create a PR with your changes? |
@kamilmielnik You are right when it comes to the h function. Unfortunately though, this does not help the results. I have created a pull request ( #4 ) with my code. Thanks for trying to help me! |
Your code appears correct. My guess is this:
Wish you good luck! |
This might not fit under issues, but I hope you can help me anyways. I am exploring the option of using this code for a project at my university. (First of, is this ok?)
If I am to use it, I need to implement test problem ZDT6. What I am wondering is how you are able to calculate the perfect pareto front for problems 1, 2 and 3? How would I then do this for ZDT6?
I also have a bit of trouble understanding the hypervolume metric. Firstly, why do you choose 11, 11 as a reference point? Is this just random, and unimportant as long as the reference point is the same for all hypercubes? Lastly, how do you calculate the max hypervolume? Is this just the hypervolume for the pareto optimal set?
The text was updated successfully, but these errors were encountered: