Class NSGAIIStoppingByHypervolume

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

public class NSGAIIStoppingByHypervolume extends Object
Class to configure and run the NSGA-II algorithm with a stopping condition based on finding a Pareto front approximation having a hypervolume value higher than the 95% of the hypervolume of the reference front.
Author:
Antonio J. Nebro <antonio@lcc.uma.es>