Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Method

Sets model parameters and optional fixed flags for individual parameters.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual void SetParameters(
	IReadOnlyList<double> initialGuess,
	IReadOnlyList<bool>? isFixed = null
)

Parameters

initialGuess  IReadOnlyListDouble
The initial values of the parameters.
isFixed  IReadOnlyListBoolean  (Optional)
Optional list with the same length as initialGuess. For every fixed parameter, the corresponding element is .

Implements

IObjectiveModelNonAllocatingSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean)
See Also