Particle Swarm Optimizer.Particle Structure
Represents a particle in the swarm.
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 readonly struct Particle : ICandidate<Vector<double>>
- Implements
- ICandidate<Vector<Double>>
Properties
Index | Gets the index of this particle in the population. |
Personal | Gets or sets the personal best solution vector of this particle. |
Personal | Gets or sets the personal best value of this particle. |
Solution | Gets or sets the solution vector of this particle. |
Value | Gets or sets the current value of this particle. |
Velocity | Gets or sets the velocity vector of this particle. |
Methods
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
Get | Returns the hash code for this instance. (Inherited from ValueType) |
Get | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |