GeneticSharp.Domain.Crossovers Namespace | GeneticSharp |
[Missing <summary> documentation for "N:GeneticSharp.Domain.Crossovers"]
Classes
Class | Description | |
---|---|---|
CrossoverBase |
A base class for crossovers.
|
|
CrossoverException |
Exception throw when an error occurs during the execution of cross.
|
|
CrossoverService |
Crossover service.
|
|
CutAndSpliceCrossover |
Cut and Splice crossover.
Remarks |
|
CycleCrossover |
Cycle Crossover (CX).
Remarks |
|
OnePointCrossover |
One-Point crossover.
Remarks Examples |
|
OrderedCrossover |
Ordered Crossover (OX1).
Remarks |
|
PartiallyMappedCrossover |
Partially mapped crossover (PMX).
Remarks |
|
ThreeParentCrossover |
Three Parent Crossover.
Remarks |
|
TwoPointCrossover |
Two-Point Crossover
Remarks |
|
UniformCrossover |
The Uniform Crossover uses a fixed mixing ratio between two parents.
Unlike one-point and two-point crossover, the Uniform Crossover enables the parent chromosomes to contribute the gene level rather than the segment level.
Remarks |
Interfaces
Interface | Description | |
---|---|---|
ICrossover |
Defines a interface for a crossover genetic operator.
Remarks |