OneDimensionalOptimizer.DerivativeOfObjectiveFunction Property

Gets or sets the derivative of the objective function.

DefinitionPermalink

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public Func<double, double> DerivativeOfObjectiveFunction { get; set; }

Property ValuePermalink

Func<Double, Double>

RemarksPermalink

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

ExceptionsPermalink

InvalidOperationException

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

See AlsoPermalink