jmetal.experiments.settings
Class PAES_Settings

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

public class PAES_Settings
extends Settings

Settings class of algorithm PAES


Field Summary
 int archiveSize_
           
 int biSections_
           
 int maxEvaluations_
           
 double mutationDistributionIndex_
           
 double mutationProbability_
           
 
Fields inherited from class jmetal.experiments.Settings
paretoFrontFile_, problem_, problemName_
 
Constructor Summary
PAES_Settings(java.lang.String problem)
          Constructor
 
Method Summary
 Algorithm configure()
          Configure the MOCell algorithm with default parameter experiments.settings
 Algorithm configure(java.util.Properties configuration)
          Configure PAES 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

maxEvaluations_

public int maxEvaluations_

archiveSize_

public int archiveSize_

biSections_

public int biSections_

mutationProbability_

public double mutationProbability_

mutationDistributionIndex_

public double mutationDistributionIndex_
Constructor Detail

PAES_Settings

public PAES_Settings(java.lang.String problem)
Constructor

Method Detail

configure

public Algorithm configure()
                    throws JMException
Configure the MOCell algorithm with default parameter experiments.settings

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

configure

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

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