ReinsertionBase Constructor | GeneticSharp |
Initializes a new instance of the ReinsertionBase class.
Namespace: GeneticSharp.Domain.ReinsertionsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- canCollapse
- Type:
System Boolean
If set to true can collapse the number of selected chromosomes for reinsertion.
- canExpand
- Type:
System Boolean
If set to true can expand the number of selected chromosomes for reinsertion.
See Also