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.
The views to visualize results and interact with 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. -
Uses of Map2Fitness in org.evoludo.simulator.views
Methods in org.evoludo.simulator.views with parameters of type Map2FitnessModifier and TypeMethodDescriptionprivate voidGenericPop.appendFormattedValues(StringBuilder tip, double[] values, int vac, Map2Fitness map, boolean useInvMap) Append a comma separated list of values (or '-' for vacant index).