CrossoverService Methods

GeneticSharp

CrossoverService Methods GeneticSharp
The CrossoverService type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateCrossoverByName
Creates the ICrossover's implementation with the specified name.
Public methodStatic memberGetCrossoverNames
Gets the available crossover names.
Public methodStatic memberGetCrossoverTypeByName
Gets the crossover type by the name.
Public methodStatic memberGetCrossoverTypes
Gets available crossover types.
Back to Top
See Also