|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.optimization.ec.es.NonDominatedSortingSelection
public class NonDominatedSortingSelection
Performs the non-dominated sorting selection from NSGA-II.
| Constructor Summary | |
|---|---|
NonDominatedSortingSelection(int popSize)
Creates a new NSGA-II selection. |
|
| 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)
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 NonDominatedSortingSelection(int popSize)
| Method Detail |
|---|
public void operate(Population population)
operate in interface PopulationOperator
public static boolean isDominated(Individual i1,
Individual i2)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||