Brent Derivative Optimizer Constructor
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Brent | Constructs a new BrentDerivativeOptimizer object. |
Brent | Constructs a new BrentDerivativeOptimizer object for the specified type of extremum. |
BrentDerivativeOptimizer
Constructs a new BrentDerivativeOptimizer object.
public BrentDerivativeOptimizer()
BrentDerivativeOptimizer(ExtremumType)
Constructs a new BrentDerivativeOptimizer object for the specified type of extremum.
public BrentDerivativeOptimizer(
ExtremumType extremumType
)
Parameters
- extremumType ExtremumType
- An ExtremumType value that specifies whether a maximum or minimum of the objective function is required.