Population Based Optimizer<TSolution, TPopulation, TCandidate>.Diversity Test Property
Gets the convergence test that measures population diversity.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public SimpleConvergenceTest DiversityTest { get; }
Property Value
SimpleConvergenceTestRemarks
This test measures the average pairwise Euclidean distance between solutions in the population. When this distance falls below the tolerance, it indicates the population has converged to a small region.