ParticleSwarmOptimizer.Particle.PersonalBestValue Property

Gets or sets the personal best value of this particle.

Definition

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

Property Value

Double

See Also