ReinsertionBase Constructor

GeneticSharp

ReinsertionBase Constructor GeneticSharp
Initializes a new instance of the ReinsertionBase class.

Namespace: GeneticSharp.Domain.Reinsertions
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

protected ReinsertionBase(
	bool canCollapse,
	bool canExpand
)
protected ReinsertionBase(
	bool canCollapse,
	bool canExpand
)

Parameters

canCollapse
Type: OnlineSystem Boolean
If set to true can collapse the number of selected chromosomes for reinsertion.
canExpand
Type: OnlineSystem Boolean
If set to true can expand the number of selected chromosomes for reinsertion.
See Also