Click or drag to resize

IObjectiveModelNonAllocatingSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Method

Sets the initial parameters and the information whether some of the parameters are fixed.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void SetParameters(
	IReadOnlyList<double> parameters,
	IReadOnlyList<bool> isFixed
)

Parameters

parameters  IReadOnlyListDouble
The initial parameter values.
isFixed  IReadOnlyListBoolean
Array with the same length as parameters. For every fixed parameter, the corresponding element is .
See Also