Click or drag to resize

StupidLineSearch Constructor

Initializes a new instance of the StupidLineSearch class.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public StupidLineSearch(
	ICostFunction cost
)

Parameters

cost  ICostFunction
The cost function to minimize.
See Also