|   | IOptimizationMethod Methods | 
The IOptimizationMethod type exposes the following members.
 Methods
Methods| 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.) | 
 See Also
See Also