Package | Description |
---|---|
net.sourceforge.jabm.evolution |
Classes for implementing evolutionary models and social learning.
|
Modifier and Type | Class and Description |
---|---|
class |
CombiBreeder
A combination of different breeders which forms a pipeline for producing the
next generation.
|
class |
FitnessProportionateBreeder
A breeder which implements Fitness-proportionate reproduction.
|
class |
MutationBreeder |
Modifier and Type | Field and Description |
---|---|
protected Breeder |
EvolvingPopulation.breeder
The breeder for this population which specifies how the population
reproduces.
|
Modifier and Type | Field and Description |
---|---|
protected List<Breeder> |
CombiBreeder.breedingPipeline
The breeding pipeline.
|
Modifier and Type | Method and Description |
---|---|
Breeder |
EvolvingPopulation.getBreeder() |
Modifier and Type | Method and Description |
---|---|
List<Breeder> |
CombiBreeder.getBreedingPipeline() |
Modifier and Type | Method and Description |
---|---|
void |
EvolvingPopulation.setBreeder(Breeder breeder)
Configure the breeder for this population which specifies
how the agents in this population reproduce.
|
Modifier and Type | Method and Description |
---|---|
void |
CombiBreeder.setBreedingPipeline(List<Breeder> breedingPipeline) |
Copyright © 2014. All rights reserved.