jmetal.experiments.studies
Class NSGAIIStudy

java.lang.Object
  extended by jmetal.experiments.Experiment
      extended by jmetal.experiments.studies.NSGAIIStudy

public class NSGAIIStudy
extends Experiment

Class implementing an example of experiment using NSGA-II as base algorithm. The experiment consisting in studying the effect of the crossover probability in NSGA-II.


Field Summary
 
Fields inherited from class jmetal.experiments.Experiment
algorithmIndex, algorithmNameList_, algorithmSettings_, experimentBaseDirectory_, experimentName_, finished_, frontPath_, independentRuns_, indicatorList_, indicatorMinimize_, irunIndex, latexDirectory_, outputParetoFrontFile_, outputParetoSetFile_, paretoFrontDirectory_, paretoFrontFile_, problemIndex, problemList_, problemsSettings_
 
Constructor Summary
NSGAIIStudy()
           
 
Method Summary
 void algorithmSettings(java.lang.String problemName, int problemIndex, Algorithm[] algorithm)
          Configures the algorithms in each independent run
static void main(java.lang.String[] args)
           
 
Methods inherited from class jmetal.experiments.Experiment
generateLatexTables, generateQualityIndicators, generateRBoxplotScripts, generateReferenceFronts, generateReferenceFronts, generateRWilcoxonScripts, getNextProblem, initExperiment, runCompleteExperiment, runCompleteExperiment, runExperiment, runExperiment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSGAIIStudy

public NSGAIIStudy()
Method Detail

algorithmSettings

public void algorithmSettings(java.lang.String problemName,
                              int problemIndex,
                              Algorithm[] algorithm)
                       throws java.lang.ClassNotFoundException
Configures the algorithms in each independent run

Specified by:
algorithmSettings in class Experiment
Parameters:
problemName - The problem to solve
problemIndex -
algorithm - Array containing the algorithms to run
Throws:
java.lang.ClassNotFoundException

main

public static void main(java.lang.String[] args)
                 throws JMException,
                        java.io.IOException
Throws:
JMException
java.io.IOException