![]() |
GoldfarbIdnani Properties |
The GoldfarbIdnani type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveConstraints | |
![]() | ConstraintMatrix |
Gets the constraint matrix A for the problem.
|
![]() | ConstraintTolerances |
Gets the constraint tolerances b for the problem.
|
![]() | ConstraintValues |
Gets the constraint values b for the problem.
|
![]() | Deletions | |
![]() | Function |
Gets or sets the function to be optimized.
(Inherited from BaseOptimizationMethod.) |
![]() | Gradient |
Gets or sets a function returning the gradient
vector of the function to be optimized for a
given value of its free parameters.
(Inherited from BaseGradientOptimizationMethod.) |
![]() | Iterations | |
![]() | Lagrangian |
Gets the Lagrangian multipliers for the
last solution found.
|
![]() | LinearTerms |
Gets the vector of linear terms of the
quadratic optimization problem.
|
![]() | MaxIterations |
Gets or sets the maximum number of iterations that should be
performed before the method terminates. If set to zero, the
method will run to completion. Default is 0.
|
![]() | NumberOfConstraints |
Gets the total number of constraints in the problem.
|
![]() | NumberOfEqualities |
Gets how many constraints are inequality constraints.
|
![]() | NumberOfVariables |
Gets the number of variables (free parameters)
in the optimization problem.
(Inherited from BaseOptimizationMethod.) |
![]() | QuadraticTerms |
Gets the matrix of quadratic terms of
the quadratic optimization problem.
|
![]() | Solution |
Gets the current solution found, the values of
the parameters which optimizes the function.
(Inherited from BaseOptimizationMethod.) |
![]() | Status | |
![]() | Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from BaseOptimizationMethod.) |
![]() | Value |
Gets the output of the function at the current Solution.
(Inherited from BaseOptimizationMethod.) |