Package | Description |
---|---|
org.biojavax.ga.functions |
GA functions
A genetic algorithm requires a number of functions.
|
Modifier and Type | Method and Description |
---|---|
PointLocation[] |
SimpleGACrossResult.getCrossOverPositions() |
PointLocation[] |
GACrossResult.getCrossOverPositions()
Returns the collection of cross over locations from the last cross
|
PointLocation[] |
GACross.getCrossOverPositions()
Returns the collection of cross over locations from the last cross
|
Constructor and Description |
---|
SimpleGACrossResult(PointLocation[] crossOverPositions,
SymbolList[] chromosomes) |
Copyright © 2014 BioJava. All rights reserved.