Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseSetParameters(VectorDouble, ListBoolean) Method

Set parameters and bounds.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetParameters(
	Vector<double> initialGuess,
	List<bool> isFixed = null
)

Parameters

initialGuess  VectorDouble
The initial values of parameters.
isFixed  ListBoolean  (Optional)
The list to the parameters fix or free.

Implements

IObjectiveModelSetParameters(VectorDouble, ListBoolean)
See Also