You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sugestion to make regarding the documentation. The docs states that you can provide many Pareto sets separated by "#" in order to calculate the hypervolume, but it doesn't work. Unfortunately, if you follow the documentation, you get a segmentation fault or a single incorrect hypervolume value. After messing with the code for a while, I figured out it was due to the -DSIMPLE option in the make file, removing it makes everything work fine.
I assume the -DSIMPLE option is for cases where you have a single Pareto set. It would be great if this was added to the readme file to prevent others from having the same problem.
Thanks in advance,
Tiago Peres
The text was updated successfully, but these errors were encountered:
Hello. First, thank you for providing the code.
I have a sugestion to make regarding the documentation. The docs states that you can provide many Pareto sets separated by "#" in order to calculate the hypervolume, but it doesn't work. Unfortunately, if you follow the documentation, you get a segmentation fault or a single incorrect hypervolume value. After messing with the code for a while, I figured out it was due to the -DSIMPLE option in the make file, removing it makes everything work fine.
I assume the -DSIMPLE option is for cases where you have a single Pareto set. It would be great if this was added to the readme file to prevent others from having the same problem.
Thanks in advance,
Tiago Peres
The text was updated successfully, but these errors were encountered: