OneDimensionalOptimizer.ObjectiveFunctionWithDerivative Property

Gets or sets a function that computes the value of the objective function and its derivative.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public FunctionWithDerivative ObjectiveFunctionWithDerivative { get; set; }

Property Value

FunctionWithDerivative

Remarks

The objective function is the function for which an extremum needs to be found.

Exceptions

InvalidOperationExceptionAn attempt was made to change the objective function while the algorithm was running.

See Also