Package | Description |
---|---|
org.biojavax.ga |
Classes to provide a genetic algorithm framework
|
org.biojavax.ga.impl |
Default implementations and abstract classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
GAStoppingCriteria.MaximumGeneration
Simple Implementation of GAStoppingCriteria, signals
a
GeneticAlgorithm to stop after n generations
Useful for pausing and seeing what the
state of the algorithm is at any particular time and possibly changing
parameters etc before calling the run() method of the
GeneticAlgorithm again. |
Modifier and Type | Method and Description |
---|---|
void |
GeneticAlgorithm.run(GAStoppingCriteria stoppingCriteria)
Iterates the Algorithm until the stopping criteria are met.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleGeneticAlgorithm.run(GAStoppingCriteria stoppingCriteria) |
Copyright © 2014 BioJava. All rights reserved.