Multidimensional Optimizer.Symbolic Objective Function Property
Gets or sets the objective function.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A delegate that represents a multivariate function.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |