jmetal.experiments.settings
Class dMOPSO_Settings
java.lang.Object
jmetal.experiments.Settings
jmetal.experiments.settings.dMOPSO_Settings
public class dMOPSO_Settings
- extends Settings
Settings class of algorithm dMOPSO
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataDirectory_
public java.lang.String dataDirectory_
swarmSize_
public int swarmSize_
maxIterations_
public int maxIterations_
maxAge_
public int maxAge_
functionType_
public java.lang.String functionType_
dMOPSO_Settings
public dMOPSO_Settings(java.lang.String problem)
- Constructor
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