Click or drag to resize
Accord.NET (logo)

IOptimizationMethodTInput, TOutput Properties

The IOptimizationMethodTInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfVariables
Gets the number of variables (free parameters) in the optimization problem.
Public propertySolution
Gets the current solution found, the values of the parameters which optimizes the function.
Public propertyValue
Gets the output of the function at the current Solution.
Top
See Also