Click or drag to resize

IUnconstrainedMinimizer Interface

Defines a minimizer for unconstrained optimization problems.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IUnconstrainedMinimizer

The IUnconstrainedMinimizer type exposes the following members.

Methods
 NameDescription
Public methodFindMinimum Finds a minimum of the objective function.
Top
See Also