BrentDerivativeOptimizer Constructor

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

BrentDerivativeOptimizer() Constructs a new BrentDerivativeOptimizer object.
BrentDerivativeOptimizer(ExtremumType) Constructs a new BrentDerivativeOptimizer object for the specified type of extremum.

BrentDerivativeOptimizer

Constructs a new BrentDerivativeOptimizer object.
C#
public BrentDerivativeOptimizer()

BrentDerivativeOptimizer(ExtremumType)

Constructs a new BrentDerivativeOptimizer object for the specified type of extremum.
C#
public BrentDerivativeOptimizer(
	ExtremumType extremumType
)

Parameters

extremumType  ExtremumType
An ExtremumType value that specifies whether a maximum or minimum of the objective function is required.

See Also