11 February 2020 6 5K Report

Hi,

I just want to make sure that I understand the mechanics of the NSGA-II (the non-dominating sorting genetic algorithm) for a multiobjective optimization problem, since the resources I have (I am not satisfied with, I would be grateful if anyone can recommend me a good paper or source to read more about the NSGA-II)

Here is what I got so far:

1- We start with a random population lets call P_0 of N individuals

2- Generate an off-spring population Q_0 of size N from P_0 by using binary tournament selection, crossover and mutation)

3- Let R_0=P_0 U Q_0

While (itr

More Ehsan Shams's questions See All
Similar questions and discussions