Click or drag to resize

IScalarObjectiveFunctionEvaluation Interface

Represents the evaluation of a scalar objective function at a single point.

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

The IScalarObjectiveFunctionEvaluation type exposes the following members.

Properties
 NameDescription
Public propertyDerivative Gets the first derivative at Point.
Public propertyPoint Gets the point at which the function is evaluated.
Public propertySecondDerivative Gets the second derivative at Point.
Public propertyValue Gets the function value at Point.
Top
See Also