Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseFunctionEvaluations Property

Gets or sets the number of calls to the objective function.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int FunctionEvaluations { get; set; }

Property Value

Int32

Implements

IObjectiveModelEvaluationFunctionEvaluations
See Also