Package | Description |
---|---|
net.sourceforge.jabm.evolution |
Classes for implementing evolutionary models and social learning.
|
Modifier and Type | Class and Description |
---|---|
class |
EMAFitnessFunction
(c) Steve Phelps 2013
|
Modifier and Type | Field and Description |
---|---|
protected FitnessFunction |
EMAFitnessFunction.baseFitnessFunction |
protected FitnessFunction |
FitnessProportionateBreeder.fitnessFunction
The fitness function which specifies the fitness of each agent.
|
Modifier and Type | Method and Description |
---|---|
FitnessFunction |
EMAFitnessFunction.getBaseFitnessFunction() |
FitnessFunction |
FitnessProportionateBreeder.getFitnessFunction() |
Modifier and Type | Method and Description |
---|---|
void |
EMAFitnessFunction.setBaseFitnessFunction(FitnessFunction baseFitnessFunction) |
void |
FitnessProportionateBreeder.setFitnessFunction(FitnessFunction fitnessFunction) |
Copyright © 2014. All rights reserved.