Click or drag to resize

ForwardDifferenceGradientObjectiveFunctionInnerObjectiveFunction Property

Gets or sets the wrapped objective function.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IObjectiveFunction InnerObjectiveFunction { get; protected set; }

Property Value

IObjectiveFunction
See Also