MultidimensionalOptimizer.ObjectiveFunction Property

Gets or sets the objective function.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Func<Vector<double>, double> ObjectiveFunction { get; set; }

Property Value

Func<Vector<Double>, Double>
A delegate that represents a multivariate function.

Exceptions

InvalidOperationExceptionThe property is set while a calculation is underway.

See Also