IObjectiveModelSetParameters Method |
Sets the model parameters and optional fixed flags for individual parameters.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid 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