CrossoverBase Constructor (Int32, Int32) | GeneticSharp |
Initializes a new instance of the CrossoverBase class.
Namespace: GeneticSharp.Domain.CrossoversAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- parentsNumber
- Type:
System Int32
The number of parents need for cross.
- childrenNumber
- Type:
System Int32
The number of children generated by cross.
See Also