Click or drag to resize
Accord.NET (logo)

IOptimizationMethodTInput, TOutput Methods

The IOptimizationMethodTInput, TOutput generic type exposes the following members.

Methods
  NameDescription
Public methodMaximize
Finds the maximum value of a function. The solution vector will be made available at the Solution property.
Public methodMinimize
Finds the minimum value of a function. The solution vector will be made available at the Solution property.
Top
See Also