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
Hello,
I am very interested in your code and I may use it during my work on the PHD thesis if you have no problem.
Actually I am new in this domain (NSGA 2 algorithm and related concepts) and I am trying to understand the code.
During my research about NSGA 2 algorithm I found that the crowding distance for individuals (other than the first and last one) is the difference of the objective value of two closet neighbors.
But in your code, you calculated the crowding distance of an individual by the difference of the crowding distance of two closet neighbors.
Can you explain please?
Thank you in advance for your time.
The text was updated successfully, but these errors were encountered:
Hello,
I am very interested in your code and I may use it during my work on the PHD thesis if you have no problem.
Actually I am new in this domain (NSGA 2 algorithm and related concepts) and I am trying to understand the code.
During my research about NSGA 2 algorithm I found that the crowding distance for individuals (other than the first and last one) is the difference of the objective value of two closet neighbors.
But in your code, you calculated the crowding distance of an individual by the difference of the crowding distance of two closet neighbors.
Can you explain please?
Thank you in advance for your time.
The text was updated successfully, but these errors were encountered: