Uses of Interface
org.biojavax.ga.functions.FitnessFunction
-
Packages that use FitnessFunction Package Description org.biojavax.ga Classes to provide a genetic algorithm frameworkorg.biojavax.ga.functions GA functionsorg.biojavax.ga.impl Default implementations and abstract classes. -
-
Uses of FitnessFunction in org.biojavax.ga
Methods in org.biojavax.ga that return FitnessFunction Modifier and Type Method Description FitnessFunction
GeneticAlgorithm. getFitnessFunction()
Returns the fitness function, i.e. the class that computes the fitness of each organism in a population.Methods in org.biojavax.ga with parameters of type FitnessFunction Modifier and Type Method Description void
GeneticAlgorithm. setFitnessFunction(FitnessFunction func)
The fitness function that will be used to compute the fitness of each organism. -
Uses of FitnessFunction in org.biojavax.ga.functions
Methods in org.biojavax.ga.functions that return FitnessFunction Modifier and Type Method Description FitnessFunction
SelectionFunction.SelectAll. getFitnessFunction()
Methods in org.biojavax.ga.functions with parameters of type FitnessFunction Modifier and Type Method Description void
SelectionFunction.SelectAll. setFitnessFunction(FitnessFunction func)
-
Uses of FitnessFunction in org.biojavax.ga.impl
Methods in org.biojavax.ga.impl that return FitnessFunction Modifier and Type Method Description FitnessFunction
AbstractGeneticAlgorithm. getFitnessFunction()
Methods in org.biojavax.ga.impl with parameters of type FitnessFunction Modifier and Type Method Description void
AbstractGeneticAlgorithm. setFitnessFunction(FitnessFunction func)
-