|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.aggregation.AggregationNonDominatedSortingSelection
public class AggregationNonDominatedSortingSelection
Performs the non-dominated sorting selection from NSGA-II.
| Constructor Summary | |
|---|---|
AggregationNonDominatedSortingSelection(int popSize)
Creates a new NSGA-II selection. |
|
| Method Summary | |
|---|---|
static boolean |
isDominated(AggregationIndividual i1,
AggregationIndividual i2)
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized). |
void |
performSelection(java.util.List<AggregationIndividual> population)
Performs non-dominated sorting selection from NSGA-II. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationNonDominatedSortingSelection(int popSize)
| Method Detail |
|---|
public void performSelection(java.util.List<AggregationIndividual> population)
performSelection in interface AggregationSelection
public static boolean isDominated(AggregationIndividual i1,
AggregationIndividual i2)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||