public class NSGAIIStudy
extends Object
Example of experimental study based on solving the ZDT problems with four versions of NSGA-II, each
of them applying a different crossover probability (from 0.7 to 1.0).
This experiment assumes that the reference Pareto front are known, so the names of files containing
them and the directory where they are located must be specified.
Six quality indicators are used for performance assessment.
The steps to carry out the experiment are:
1. Configure the experiment
2. Execute the algorithms
3. Compute the quality indicators
4. Generate Latex tables reporting means and medians
5. Generate Latex tables with the result of applying the Wilcoxon Rank Sum Test
6. Generate Latex tables with the ranking obtained by applying the Friedman test
7. Generate R scripts to obtain boxplots
- Author:
- Antonio J. Nebro