0

I need to use a multi objective optimization algorithm accurately NSGA 2. And I couldn't find in the web a clear and detailed pseudocode of NSGA2 to be able to imlement it.

Thanks in advance.

  • https://en.wikipedia.org/wiki/NSGA-II redirects to https://en.wikipedia.org/wiki/Multi-objective_optimization#A_posteriori_methods which refers to http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=996017 , which you have to sign in to the IEEE for or purchase. – PJTraill May 31 '15 at 17:38

1 Answers1

0

Here is Deb's original paper on NSGA-II. It might not be the clearest description but it is doable (I implemented it according to the paper once).

zegkljan
  • 8,051
  • 5
  • 34
  • 49