GeneticAlgorithm.Mutation Property

GeneticSharp

GeneticAlgorithm Mutation Property GeneticSharp
Gets the mutation operator.

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

Syntax

public IMutation Mutation { get; set; }
public IMutation Mutation { get; set; }

Property Value

Type: IMutation
See Also