CrossoverService GetCrossoverTypeByName Method | GeneticSharp |
Gets the crossover type by the name.
Namespace: GeneticSharp.Domain.CrossoversAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- name
- Type: System String
The name of crossover.
Return Value
Type: TypeThe crossover type.
See Also