Gets or sets the objective function.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<Vector<double>, double> ObjectiveFunction { get; set; }
Public Property ObjectiveFunction As Func(Of Vector(Of Double), Double)
Get
Set
public:
property Func<Vector<double>^, double>^ ObjectiveFunction {
Func<Vector<double>^, double>^ get ();
void set (Func<Vector<double>^, double>^ value);
}
member ObjectiveFunction : Func<Vector<float>, float> with get, set
Property Value
Type:
FuncVectorDouble,
DoubleA delegate that represents a multivariate function.
Reference