Candidate Structure

Represents a candidate with a solution of type Vector<double>.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public readonly struct Candidate : ICandidate<Vector<double>>
Inheritance
Object  →  ValueType  →  Candidate
Implements
ICandidate<Vector<Double>>

Properties

Index Gets the index of the candidate.
Solution Gets or sets the solution.
Value Gets or sets the value.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also