|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjeco.kernel.operator.selector.SelectionOperator
jeco.kernel.operator.selector.BinaryTournamentNSGAII
public class BinaryTournamentNSGAII
| Field Summary | |
|---|---|
protected java.util.Comparator<Solution> |
comparator
|
| Constructor Summary | |
|---|---|
BinaryTournamentNSGAII()
Constructor TODO: Creates a new instance of the Binary tournament operator (Deb's NSGA-II implementation version) |
|
| Method Summary | |
|---|---|
Solution |
execute(Solutions population)
Performs the operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Comparator<Solution> comparator
| Constructor Detail |
|---|
public BinaryTournamentNSGAII()
| Method Detail |
|---|
public Solution execute(Solutions population)
execute in class SelectionOperatorobject - Object representing a SolutionSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||