public interface PopulationListener
Modifier and Type | Method and Description |
---|---|
void |
onChanged(List<Chromosome> population)
Called after the population has changed.
|
void onChanged(List<Chromosome> population)
population
- The population after it has changed.Copyright © 2020. All rights reserved.