Population.MinSize Property

GeneticSharp

Population MinSize Property GeneticSharp
Gets the minimum size.

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

Syntax

public int MinSize { get; set; }
public int MinSize { get; set; }

Property Value

Type: OnlineInt32
The minimum size.
See Also