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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public readonly struct Candidate : ICandidate<Vector<double>>
- 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
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
Get | Returns the hash code for this instance. (Inherited from ValueType) |
Get | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |