Package | Description |
---|---|
org.biojavax.ga.functions |
GA functions
A genetic algorithm requires a number of functions.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMutationFunction
Simple no frills Implementation of the MutationFunction interface
This class is final, custom implementations should extend
AbstractMutationFunction |
class |
SwapMutationFunction
This class does a sort of mutation by exchanging two positions on the
chromosome.
|
Copyright © 2014 BioJava. All rights reserved.