PopulationBasedOptimizer<TPopulation, TCandidate>.InitializationType Property

Gets or sets the method used to initialize the population.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public PopulationInitializationMethod InitializationType { get; set; }

Property Value

PopulationInitializationMethod

Remarks

The default is Random initialization. For low-dimensional problems (less than 20 dimensions), Sobol or Halton sequences may provide better initial coverage of the search space.

See Also