public class NSGAII_Settings extends Settings
| Modifier and Type | Field and Description |
|---|---|
double |
crossoverDistributionIndex_ |
double |
crossoverProbability_ |
int |
maxEvaluations_ |
double |
mutationDistributionIndex_ |
double |
mutationProbability_ |
int |
populationSize_ |
paretoFrontFile_, problem_, problemName_| Constructor and Description |
|---|
NSGAII_Settings(java.lang.String problem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
configure()
Configure NSGAII with user-defined parameter settings
|
public int populationSize_
public int maxEvaluations_
public double mutationProbability_
public double crossoverProbability_
public double mutationDistributionIndex_
public double crossoverDistributionIndex_
public NSGAII_Settings(java.lang.String problem)
throws JMException
JMExceptionpublic Algorithm configure() throws JMException
configure in class SettingsJMException