Population.MaxSize Property

GeneticSharp

Population MaxSize Property GeneticSharp
Gets the size of the max.

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

Syntax

public int MaxSize { get; set; }
public int MaxSize { get; set; }

Property Value

Type: OnlineInt32
The size of the max.
See Also