Particle Swarm Optimizer.Particle.Solution Property
Gets or sets the solution vector of this particle.
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 Vector<double> Solution { get; set; }