Description
|
Newton Barrier. This limits the number of consecutive indefinite barrier iterations that
will be performed. The optimizer will try to minimize (resp. maximize) a QP problem even if the Q
matrix is not positive (resp. negative) semi-definite. However, the optimizer may detect that the Q
matrix is indefinite and this can result in the optimizer not converging. This control specifies how
many indefinite iterations may occur before the optimizer stops and reports that the problem is
indefinite. It is usual to specify a value greater than one, and only stop after a series of
indefinite matrices, as the problem may be found to be indefinite incorrectly on a few iterations
for numerical reasons.
|