Gets or sets the current search direction.
Namespace: Extreme.Mathematics.OptimizationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DenseVector<double> CurrentDirection { get; set; }
Public Property CurrentDirection As DenseVector(Of Double)
Get
Set
public:
property DenseVector<double>^ CurrentDirection {
DenseVector<double>^ get ();
void set (DenseVector<double>^ value);
}
member CurrentDirection : DenseVector<float> with get, set
Property Value
Type:
DenseVectorDoubleA dense vector.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference