jmetal.experiments.settings
Class dMOPSO_Settings

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

public class dMOPSO_Settings
extends Settings

Settings class of algorithm dMOPSO


Field Summary
 java.lang.String dataDirectory_
           
 java.lang.String functionType_
           
 int maxAge_
           
 int maxIterations_
           
 int swarmSize_
           
 
Fields inherited from class jmetal.experiments.Settings
paretoFrontFile_, problem_, problemName_
 
Constructor Summary
dMOPSO_Settings(java.lang.String problem)
          Constructor
 
Method Summary
 Algorithm configure()
          Configure the algorithm with the specified parameter experiments.settings
 Algorithm configure(java.util.Properties configuration)
          Configure dMOPSO 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

dataDirectory_

public java.lang.String dataDirectory_

swarmSize_

public int swarmSize_

maxIterations_

public int maxIterations_

maxAge_

public int maxAge_

functionType_

public java.lang.String functionType_
Constructor Detail

dMOPSO_Settings

public dMOPSO_Settings(java.lang.String problem)
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 dMOPSO with user-defined parameter experiments.settings

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