ReinsertionBase.CanExpand Property

GeneticSharp

ReinsertionBase CanExpand Property GeneticSharp
Gets if can expand the number of selected chromosomes for reinsertion.

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

Syntax

public bool CanExpand { get; private set; }
public bool CanExpand { get; private set; }

Property Value

Type: OnlineBoolean

Implements

IReinsertion CanExpand
See Also