Multidimensional Optimizer.Symbolic Objective Function Property
Gets or sets the objective function.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that represents a multivariate function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Expression<Func<Vector<double>, double>> SymbolicObjectiveFunction { get; set; }
Property Value
Expression<Func<Vector<Double>, Double>>A delegate that represents a multivariate function.
Exceptions
Invalid | The property is set while a calculation is underway. |