public class AMALGAMBreeder extends Breeder
| Constructor and Description |
|---|
AMALGAMBreeder() |
| Modifier and Type | Method and Description |
|---|---|
Population |
breedPopulation(EvolutionState state)
Updates the distribution given the current population, then
replaces the population with new samples generated from the distribution.
|
void |
setup(EvolutionState state,
Parameter base)
Sets up the object by reading it from the parameters stored
in state, built off of the parameter base base.
|
public void setup(EvolutionState state, Parameter base)
Setuppublic Population breedPopulation(EvolutionState state)
breedPopulation in class Breeder