7.1.10. Non-dominated Sorting Genetic Algorithm II (NSGA-II)




This scheduler is based on the Non-dominated Sorting Genetic Algorithm II (NSGA-II) developed by prof. K. Deb et al. (2000, KanGAL Report No. 200001) at Kanpur Genetic Algorithms Laboratory (KanGAL).

NSGA-II is a fast and elitist multi-objective evolutionary algorithm. Its main features are:

Note:

The NSGA-II version implemented in modeFRONTIERTM recognizes automatically real-coded and binary-coded variables: it distinguishes them according to the value specified in the Base field. Continuous (real-coded) variables have a Base equal to 0, while discrete (binary-coded) variables have a Base equal to a positive integer. In the latter case the user can define directly the discretization to be adopted (setting the Base value): on the contrary in the original C version of NSGA-II algorithm the user has to define the number of bits to be assigned to each binary-coded variable.

NSGA-II Scheduler Panel

Figure 7.15. NSGA-II Scheduler Panel

The user must specify:

The user can also specify:

References


Return to modeFRONTIER Index