ParticleSwarmOptimizer.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#
public Vector<double> Solution { get; set; }

Property Value

Vector<Double>

Implements

ICandidate<TSolution>.Solution

See Also