Click or drag to resize

IScalarObjectiveFunction Interface

Represents a scalar objective function that can be evaluated at scalar points.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IScalarObjectiveFunction

The IScalarObjectiveFunction type exposes the following members.

Properties
 NameDescription
Public propertyIsDerivativeSupported Gets a value indicating whether the first derivative is supported.
Public propertyIsSecondDerivativeSupported Gets a value indicating whether the second derivative is supported.
Top
Methods
 NameDescription
Public methodEvaluate Evaluates the scalar objective function at the specified point.
Top
See Also