Uses of Class
org.evoludo.simulator.modules.Map2Fitness
Packages that use Map2Fitness
Package
Description
The models that generate evolutionary trajectories based on the specifications of each module.
The modules to implement various evolutionary models.
-
Uses of Map2Fitness in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as Map2FitnessModifier and TypeFieldDescriptionprotected Map2FitnessIBSPopulation.map2fitThe map converting scores to fitness and vice versa. -
Uses of Map2Fitness in org.evoludo.simulator.modules
Fields in org.evoludo.simulator.modules declared as Map2FitnessModifier and TypeFieldDescriptionprotected Map2FitnessModule.map2fitnessMap to convert score/payoff to fitnessMethods in org.evoludo.simulator.modules that return Map2FitnessModifier and TypeMethodDescriptionFeatures.Payoffs.getMap2Fitness()Gets the score/payoff to fitness map.Module.getMap2Fitness()Default implementation of Payoffs interface.