See: Description
Interface | Description |
---|---|
Breeder |
A Breeder specifies a mapping between a previous generation of agents
and the next generation.
|
FitnessFunction | |
ImitationOperator | |
MutationOperator |
Class | Description |
---|---|
CombiBreeder |
A combination of different breeders which forms a pipeline for producing the
next generation.
|
EMAFitnessFunction |
(c) Steve Phelps 2013
|
EvolvingPopulation |
A population of agents which evolves through reproduction.
|
FitnessProportionateBreeder |
A breeder which implements Fitness-proportionate reproduction.
|
MutationBreeder | |
StrategyImitationOperator |
Copyright © 2014. All rights reserved.