| Package | Description |
|---|---|
| com.banda.math.business.evo | |
| com.banda.math.domain.evo |
| Modifier and Type | Method and Description |
|---|---|
Population<C> |
GeneticAlgorithmBOAutoSaveHandler.savePopulation(Population<C> population) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticAlgorithmBOAutoSaveHandler.replacePopulation(Long populationId,
Population<C> newPopulation) |
Population<C> |
GeneticAlgorithmBOAutoSaveHandler.savePopulation(Population<C> population) |
| Modifier and Type | Method and Description |
|---|---|
Population<C> |
EvoRun.getLastPopulation() |
Population<C> |
Chromosome.getPopulation() |
| Modifier and Type | Method and Description |
|---|---|
List<Population<C>> |
EvoRun.getPopulations() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvoRun.addPopulation(Population<C> population) |
int |
Population.compareTo(Population<?> population) |
void |
EvoRun.removePopulation(Population<C> population) |
protected void |
Chromosome.setPopulation(Population<C> population) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvoRun.setPopulations(List<Population<C>> populations) |
Copyright © 2019. All Rights Reserved.