IChromosome Interface |
Namespace: Accord.Genetic
The IChromosome type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clone the chromosome.
| |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparable.) | |
CreateNew |
Create new random chromosome with same parameters (factory method).
| |
Crossover |
Crossover operator.
| |
Evaluate |
Evaluate chromosome with specified fitness function.
| |
Generate |
Generate random chromosome value.
| |
Mutate |
Mutation operator.
|
The interfase should be implemented by all classes, which implement particular chromosome type.