|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GAStoppingCriteria | |
---|---|
org.biojavax.ga | Classes to provide a genetic algorithm framework |
org.biojavax.ga.impl | Default implementations and abstract classes. |
Uses of GAStoppingCriteria in org.biojavax.ga |
---|
Classes in org.biojavax.ga that implement GAStoppingCriteria | |
---|---|
static class |
GAStoppingCriteria.MaximumGeneration
Simple Implementation of GAStoppingCriteria, signals a GeneticAlgorithm to stop after n generations |
Methods in org.biojavax.ga with parameters of type GAStoppingCriteria | |
---|---|
void |
GeneticAlgorithm.run(GAStoppingCriteria stoppingCriteria)
Iterates the Algorithm until the stopping criteria are met. |
Uses of GAStoppingCriteria in org.biojavax.ga.impl |
---|
Methods in org.biojavax.ga.impl with parameters of type GAStoppingCriteria | |
---|---|
void |
SimpleGeneticAlgorithm.run(GAStoppingCriteria stoppingCriteria)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |