Week08_Assignment08_Solution
Week08_Assignment08_Solution
1. (d). In Non-dominated rank comparison for given two solutions i and j, solution i is preferred to
solution j if Ri < Rj .
2. (a). The crowding distance of a solution in NSGA-II is calculated by measuring the Euclidean distance
between consecutive solutions in the objective space.
3. (b). Solutions with lower crowding distances during selection in NSGA-II are less likely to get selected.
5. (d). The strategy of the crowding distance is followed by NSGA-II to make the solution diverse.
6. (a) and (c). The advantages of Vector Optimized Evolution Strategy (VOES) are improved convergence,
i.e. VOES converge faster than traditional ES algorithms, and multi-objective optimization i.e. VOES
can handle multi-objective optimization problems, which is very useful in many real-world applications.
10. (b). Niched-Pareto Genetic Algorithm uses a tournament selection scheme based on Pareto dominance.