Class NSGAIIWithCrowdingDistanceArchiveExample

java.lang.Object
org.uma.jmetal.component.examples.multiobjective.nsgaii.NSGAIIWithCrowdingDistanceArchiveExample

public class NSGAIIWithCrowdingDistanceArchiveExample extends Object
Class to configure and run the NSGA-II algorithm configured a bounded external archive that uses the crowding distance to remove solutions when the archive gets full.
Author:
Antonio J. Nebro <antonio@lcc.uma.es>