GeneticSharp.Domain.Mutations Namespace | GeneticSharp |
[Missing <summary> documentation for "N:GeneticSharp.Domain.Mutations"]
Classes
Class | Description | |
---|---|---|
MutationBase |
Base class for IMutation's implementation.
|
|
MutationException |
Exception throw when an error occurs during the execution of mutate.
|
|
MutationService |
Mutation service.
|
|
ReverseSequenceMutation |
Reverse Sequence Mutation (RSM).
Remarks |
|
TworsMutation |
Twors mutation allows the exchange of position of two genes randomly chosen.
Remarks |
|
UniformMutation |
This operator replaces the value of the chosen gene with a uniform random value selected
between the user-specified upper and lower bounds for that gene.
Wikipedia
|
Interfaces
Interface | Description | |
---|---|---|
IMutation |
http://en.wikipedia.org/wiki/Mutation_(genetic_algorithm)
|