Click or drag to resize

IObjectiveModelNonAllocatingSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Method

Sets the initial parameters, and the information, if some of the parameters are fixed.

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

Parameters

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