Package | Description |
---|---|
org.biojavax.ga.functions |
GA functions
A genetic algorithm requires a number of functions.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderCrossover
This does a 2-point-crossover on two chromosomes keeping the Symbols in each
chromosome constant.
|
class |
SimpleCrossOverFunction
Simple Implementation of the
CrossOverFunction interface |
Copyright © 2014 BioJava. All rights reserved.