Click or drag to resize
Accord.NET (logo)

QuadraticObjectiveFunction Properties

The QuadraticObjectiveFunction type exposes the following members.

Properties
  NameDescription
Public propertyConstantTerm
Gets the constant term in the quadratic function.
Public propertyFunction
Gets the objective function.
(Inherited from NonlinearObjectiveFunction.)
Public propertyGradient
Gets the gradient of the objective function.
(Inherited from NonlinearObjectiveFunction.)
Public propertyIndices
Gets the index of each input variable in the function.
(Inherited from NonlinearObjectiveFunction.)
Protected propertyInnerIndices
Gets the index of each input variable in the function.
(Inherited from NonlinearObjectiveFunction.)
Protected propertyInnerVariables
Gets the name of each input variable.
(Inherited from NonlinearObjectiveFunction.)
Public propertyLinearTerms
Gets the vector of linear terms of the quadratic function.
Public propertyNumberOfVariables
Gets the number of input variables for the function.
(Inherited from NonlinearObjectiveFunction.)
Public propertyQuadraticTerms
Gets the quadratic terms of the quadratic function.
Public propertyVariables
Gets the name of each input variable.
(Inherited from NonlinearObjectiveFunction.)
Top
See Also