Uses of Interface
org.biojavax.ga.functions.MutationFunction
Packages that use MutationFunction
Package
Description
Classes to provide a genetic algorithm framework
GA functions
Default implementations and abstract classes.
-
Uses of MutationFunction in org.biojavax.ga
Methods in org.biojavax.ga that return MutationFunctionMethods in org.biojavax.ga with parameters of type MutationFunctionModifier and TypeMethodDescriptionvoidGeneticAlgorithm.setMutationFunction(MutationFunction function) Sets the currentMutationFunction -
Uses of MutationFunction in org.biojavax.ga.functions
Classes in org.biojavax.ga.functions that implement MutationFunctionModifier and TypeClassDescriptionclassAbstract implementation ofMutationFunctionall custom implementations should inherit from here.static final classPlace Holder class that doesn't mutate its SymbolListsfinal classSimple no frills Implementation of the MutationFunction interfaceclassThis class does a sort of mutation by exchanging two positions on the chromosome.Fields in org.biojavax.ga.functions declared as MutationFunction -
Uses of MutationFunction in org.biojavax.ga.impl
Methods in org.biojavax.ga.impl that return MutationFunctionModifier and TypeMethodDescriptionfinal MutationFunctionAbstractGeneticAlgorithm.getMutationFunction()Methods in org.biojavax.ga.impl with parameters of type MutationFunctionModifier and TypeMethodDescriptionfinal voidAbstractGeneticAlgorithm.setMutationFunction(MutationFunction function) Constructors in org.biojavax.ga.impl with parameters of type MutationFunctionModifierConstructorDescriptionSimpleGeneticAlgorithm(Population pop, MutationFunction mutFunc, CrossOverFunction xFunc, SelectionFunction selFunc)