jmetal.experiments.settings
Class GDE3_Settings

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

public class GDE3_Settings
extends Settings

Settings class of algorithm GDE3


Field Summary
 double CR_
           
 double F_
           
 int maxIterations_
           
 int populationSize_
           
 
Fields inherited from class jmetal.experiments.Settings
paretoFrontFile_, problem_, problemName_
 
Constructor Summary
GDE3_Settings(java.lang.String problemName)
          Constructor
 
Method Summary
 Algorithm configure()
          Configure the algorithm with the specified parameter experiments.settings
 Algorithm configure(java.util.Properties configuration)
          Configure GDE3 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

CR_

public double CR_

F_

public double F_

populationSize_

public int populationSize_

maxIterations_

public int maxIterations_
Constructor Detail

GDE3_Settings

public GDE3_Settings(java.lang.String problemName)
Constructor

Method Detail

configure

public Algorithm configure()
                    throws JMException
Configure the algorithm with the specified 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 GDE3 with user-defined parameter experiments.settings

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