|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimplePopulation | |
---|---|
org.dbe.eve.ga.impl | This package provides a default implementation of a Genetic Algorithm. |
org.dbe.eve.util | This package provides some helper classes for the HabitatService. |
Uses of SimplePopulation in org.dbe.eve.ga.impl |
---|
Methods in org.dbe.eve.ga.impl that return SimplePopulation | |
---|---|
SimplePopulation |
SimpleBreeder.breed()
|
SimplePopulation |
SimpleBreeder.breed(SimplePopulation population)
|
SimplePopulation |
SimpleBreeder.getPopulation()
|
Methods in org.dbe.eve.ga.impl with parameters of type SimplePopulation | |
---|---|
SimplePopulation |
SimpleBreeder.breed(SimplePopulation population)
|
void |
SimpleBreeder.setPopulation(SimplePopulation population)
|
Constructors in org.dbe.eve.ga.impl with parameters of type SimplePopulation | |
---|---|
SimplePopulation(SimplePopulation population)
Creates a new SimplePopulation based on the other population |
Uses of SimplePopulation in org.dbe.eve.util |
---|
Methods in org.dbe.eve.util that return SimplePopulation | |
---|---|
(package private) SimplePopulation |
PopulationHelper.createInitialPopulation(int size,
ServicePool pool,
java.lang.String fileName)
Helper Method to create a Population of Solutions. |
SimplePopulation |
PopulationHelper.getPopulationFromFile(java.lang.String filename)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |