|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.filters.supervised.attribute.gpattributegeneration.NSGAII
public class NSGAII
Class to provide NSGA-II features and methods. Uses some code adapted from Luke Devonshire's project
Constructor Summary | |
---|---|
NSGAII(Population pop)
Instantiate a new NSGAII class with the specified population. |
Method Summary | |
---|---|
java.util.ArrayList<java.util.ArrayList<Genome<Gene>>> |
getNonDomFronts()
Return the non dominated fronts |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NSGAII(Population pop)
pop
- The population to instantiate the class withMethod Detail |
---|
public java.util.ArrayList<java.util.ArrayList<Genome<Gene>>> getNonDomFronts()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |