CrossoverService CreateCrossoverByName Method | GeneticSharp |
Creates the ICrossover's implementation with the specified name.
Namespace: GeneticSharp.Domain.CrossoversAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- name
- Type:
System String
The crossover name.
- constructorArgs
- Type:
System Object
Constructor arguments.
Return Value
Type: ICrossoverThe crossover implementation instance.
See Also