ParticleSwarmOptimizer.Particle.PersonalBest Property

Gets or sets the personal best solution vector of this particle.

Definition

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

Property Value

Vector<Double>

See Also