ParticleSwarmOptimizer.Particle.Velocity Property

Gets or sets the velocity vector of this particle.

Definition

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

Property Value

Vector<Double>

See Also