Package net.sourceforge.jabm.evolution

Classes for implementing evolutionary models and social learning.

See:
          Description

Interface Summary
Breeder A Breeder specifies a mapping between a previous generation of agents and the next generation.
FitnessFunction  
ImitationOperator  
MutationOperator  
 

Class Summary
CombiBreeder A combination of different breeders which forms a pipeline for producing the next generation.
EvolvingPopulation A population of agents which evolves through reproduction.
FitnessProportionateBreeder A breeder which implements Fitness-proportionate reproduction.
MutationBreeder  
StrategyImitationOperator  
 

Package net.sourceforge.jabm.evolution Description

Classes for implementing evolutionary models and social learning.