Description Slots Built-in fitness definitions
In Evolutionary Behaviour Dynamics (McDowell, 2004), each behaviour has an associated fitness. This determines the probability with which they are selected to be parents. Behaviours in the population are sampled to be parents from a probability distribution (fitness function) with its domain defined by fitness values. The fitnesses definition is implemented as a elemental object that contains a function that calculates the fitnesses according to the specified fitness definition.
EBD_fitness_defContains a function for calculating fitness values.
nameThe name of the EBD_fitness_def object. Inherited from elemental.
typeThis will be elemental because EBD_fitness_def is a elemental object. Inherited from elemental.
Here is a list of the built-in fitness definition functions.
wrapped_specific_individual_fitnessFitness is defined as the minimum absolute difference between each behaviour in the population and a reference behaviour, with the distance wrapped around a circle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.