|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.ga.functions.SimpleGACrossResult
public final class SimpleGACrossResult
Simple implementation of the GACross
interface. Basically a
data structure to hold the results of a GACross
Constructor Summary | |
---|---|
SimpleGACrossResult(PointLocation[] crossOverPositions,
SymbolList[] chromosomes)
|
Method Summary | |
---|---|
SymbolList[] |
getChromosomes()
Gets the chromosomes after the cross |
PointLocation[] |
getCrossOverPositions()
Returns the collection of cross over locations from the last cross |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleGACrossResult(PointLocation[] crossOverPositions, SymbolList[] chromosomes)
Method Detail |
---|
public PointLocation[] getCrossOverPositions()
GACrossResult
getCrossOverPositions
in interface GACrossResult
PointLocations
describing the cross over points.public SymbolList[] getChromosomes()
GACrossResult
getChromosomes
in interface GACrossResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |