IObjectiveModelNonAllocatingSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Method |
Sets the initial parameters and the information whether some of the parameters are fixed.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid 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