MutationBase.IsOrdered Property

GeneticSharp

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

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

Syntax

public bool IsOrdered { get; protected set; }
public bool IsOrdered { get; protected set; }

Property Value

Type: OnlineBoolean

Implements

IChromosomeOperator IsOrdered
See Also