|
|
IOptimizationMethodTInput, TOutput Methods |
The IOptimizationMethodTInput, 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.
| |
| Minimize |
Finds the minimum value of a function. The solution vector
will be made available at the Solution property.
|