jmetal.experiments.settings
Class SPEA2_Settings
java.lang.Object
jmetal.experiments.Settings
jmetal.experiments.settings.SPEA2_Settings
public class SPEA2_Settings
- extends Settings
Settings class of algorithm SPEA2
Constructor Summary |
SPEA2_Settings(java.lang.String problem)
Constructor |
Method Summary |
Algorithm |
configure()
Configure SPEA2 with default parameter experiments.settings |
Algorithm |
configure(java.util.Properties configuration)
Configure SPEA2 with user-defined parameter experiments.settings |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
populationSize_
public int populationSize_
archiveSize_
public int archiveSize_
maxEvaluations_
public int maxEvaluations_
mutationProbability_
public double mutationProbability_
crossoverProbability_
public double crossoverProbability_
crossoverDistributionIndex_
public double crossoverDistributionIndex_
mutationDistributionIndex_
public double mutationDistributionIndex_
SPEA2_Settings
public SPEA2_Settings(java.lang.String problem)
- Constructor
configure
public Algorithm configure()
throws JMException
- Configure SPEA2 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 SPEA2 with user-defined parameter experiments.settings
- Overrides:
configure
in class Settings
- Parameters:
configuration
- Properties file
- Returns:
- A SPEA2 algorithm object
- Throws:
JMException