Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseFunctionEvaluations Property

Get the number of calls to function.

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

Property Value

Int32

Implements

IObjectiveModelEvaluationFunctionEvaluations
See Also