Click or drag to resize
Accord.NET (logo)

NonlinearObjectiveFunction Properties

The NonlinearObjectiveFunction type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets the objective function.
Public propertyGradient
Gets the gradient of the objective function.
Public propertyIndices
Gets the index of each input variable in the function.
Protected propertyInnerIndices
Gets the index of each input variable in the function.
Protected propertyInnerVariables
Gets the name of each input variable.
Public propertyNumberOfVariables
Gets the number of input variables for the function.
Public propertyVariables
Gets the name of each input variable.
Top
See Also