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