|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.filters.supervised.attribute.gpattributegeneration.GeneticCrossoverParam
public class GeneticCrossoverParam
Provides a 'struct' to store control variables for Genetic crossover
Field Summary | |
---|---|
int |
crossOverPoint
The point at which to perform crossover. |
boolean |
success
Denotes whether the crossover has been successful yet. |
Constructor Summary | |
---|---|
GeneticCrossoverParam(boolean success,
int crossOverPoint)
Initialise the struct |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean success
public int crossOverPoint
Constructor Detail |
---|
public GeneticCrossoverParam(boolean success, int crossOverPoint)
success
- Denotes whether the crossover has been successful yet. (Has reached the bottom node on the sub-tree being crossed)crossOverPoint
- The point at which to perform crossover.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |