PopulationBasedOptimizer<TSolution, TPopulation, TCandidate>.Values Property

Gets the function values of the current population.

Definition

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

Property Value

Vector<Double>

See Also