Candidate.Value Property

Gets or sets the value.

Definition

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

Property Value

Double

Implements

ICandidate<TSolution>.Value

See Also