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