IChromosomeOperator.IsOrdered Property

GeneticSharp

IChromosomeOperator IsOrdered Property GeneticSharp
Gets if the operator is ordered (if can keep the chromosome order).

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

Syntax

bool IsOrdered { get; }
bool IsOrdered { get; }

Property Value

Type: OnlineBoolean
See Also