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 FitnessFunctionGeneticAlgorithm. 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 voidGeneticAlgorithm. 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 FitnessFunctionSelectionFunction.SelectAll. getFitnessFunction()Methods in org.biojavax.ga.functions with parameters of type FitnessFunction Modifier and Type Method Description voidSelectionFunction.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 FitnessFunctionAbstractGeneticAlgorithm. getFitnessFunction()Methods in org.biojavax.ga.impl with parameters of type FitnessFunction Modifier and Type Method Description voidAbstractGeneticAlgorithm. setFitnessFunction(FitnessFunction func)
-