|
|
QuadraticObjectiveFunction Properties |
The QuadraticObjectiveFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| ConstantTerm |
Gets the constant term in the quadratic function.
| |
| Function |
Gets the objective function.
(Inherited from NonlinearObjectiveFunction.) | |
| Gradient |
Gets the gradient of the objective function.
(Inherited from NonlinearObjectiveFunction.) | |
| Indices |
Gets the index of each input variable in the function.
(Inherited from NonlinearObjectiveFunction.) | |
| InnerIndices |
Gets the index of each input variable in the function.
(Inherited from NonlinearObjectiveFunction.) | |
| InnerVariables |
Gets the name of each input variable.
(Inherited from NonlinearObjectiveFunction.) | |
| LinearTerms |
Gets the vector of linear terms of the quadratic function.
| |
| NumberOfVariables |
Gets the number of input variables for the function.
(Inherited from NonlinearObjectiveFunction.) | |
| QuadraticTerms |
Gets the quadratic terms of the quadratic function.
| |
| Variables |
Gets the name of each input variable.
(Inherited from NonlinearObjectiveFunction.) |