Click or drag to resize

ObjectiveFunctionBaseValue Property

Gets the objective function value at Point.

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

Property Value

Double

Implements

IObjectiveFunctionEvaluationValue
See Also