|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.selection.NonDominatedSortingSelection
public class NonDominatedSortingSelection
Performs the non dominated sorting selection from NSGA II.
| Constructor Summary | |
|---|---|
NonDominatedSortingSelection(int popSize)
|
|
| Method Summary | |
|---|---|
static boolean |
isDominated(Individual i1,
Individual 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 |
operate(Population population)
Modifies the population. |
boolean |
performOperation(int generation)
Indicates if the operation should be performed in the given generation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonDominatedSortingSelection(int popSize)
| Method Detail |
|---|
public boolean performOperation(int generation)
PopulationOperator
performOperation in interface PopulationOperatorpublic void operate(Population population)
PopulationOperator
operate in interface PopulationOperator
public static boolean isDominated(Individual i1,
Individual i2)
public java.lang.String toString()
toString in class java.lang.Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||