IFunctionOptimizationMethodTInput, TOutput Methods |
The IFunctionOptimizationMethodTInput, TOutput generic type exposes the following members.
Name | Description | |
---|---|---|
Maximize |
Finds the maximum value of a function. The solution vector
will be made available at the Solution property.
(Inherited from IOptimizationMethodTInput, TOutput.) | |
Minimize |
Finds the minimum value of a function. The solution vector
will be made available at the Solution property.
(Inherited from IOptimizationMethodTInput, TOutput.) |