jmetal.experiments.settings
Class NSGAIIBinary_Settings

java.lang.Object
  extended by jmetal.experiments.Settings
      extended by jmetal.experiments.settings.NSGAIIBinary_Settings

public class NSGAIIBinary_Settings
extends Settings

Settings class of algorithm NSGA-II (binary encoding)


Field Summary
 double crossoverProbability_
           
 int maxEvaluations_
           
 double mutationProbability_
           
 int populationSize_
           
 
Fields inherited from class jmetal.experiments.Settings
paretoFrontFile_, problem_, problemName_
 
Constructor Summary
NSGAIIBinary_Settings(java.lang.String problem)
          Constructor
 
Method Summary
 Algorithm configure()
          Configure NSGAII with user-defined parameter experiments.settings
 Algorithm configure(java.util.Properties configuration)
          Configure NSGAII with user-defined parameter experiments.settings
 
Methods inherited from class jmetal.experiments.Settings
configure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

populationSize_

public int populationSize_

maxEvaluations_

public int maxEvaluations_

mutationProbability_

public double mutationProbability_

crossoverProbability_

public double crossoverProbability_
Constructor Detail

NSGAIIBinary_Settings

public NSGAIIBinary_Settings(java.lang.String problem)
Constructor

Method Detail

configure

public Algorithm configure()
                    throws JMException
Configure NSGAII with user-defined parameter experiments.settings

Specified by:
configure in class Settings
Returns:
A NSGAII algorithm object
Throws:
JMException

configure

public Algorithm configure(java.util.Properties configuration)
                    throws JMException
Configure NSGAII with user-defined parameter experiments.settings

Overrides:
configure in class Settings
Parameters:
configuration - Properties file
Returns:
A NSGAII algorithm object
Throws:
JMException