Click or drag to resize
Accord.NET (logo)

BaseOptimizationMethod Properties

The BaseOptimizationMethod type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets or sets the function to be optimized.
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 propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyValue
Gets the output of the function at the current Solution.
Top
See Also