Click or drag to resize

IObjectiveModelSetParameters Method

Sets the model parameters and optional fixed flags for individual parameters.

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

Parameters

initialGuess  VectorDouble
Initial parameter values.
isFixed  ListBoolean  (Optional)
Optional list of flags indicating fixed parameters.
See Also