The Interior Point NLP Solver |
Solver Termination Messages |
Upon termination, the solver produces the following messages in the log:
The solver has successfully found a local solution to the optimization problem.
The solver is sufficiently close to a local solution, but it has difficulty in completely satisfying the user-defined optimality tolerance. This can happen when the line search finds very small steps that result in very slight progress of the algorithm. It can also happen when the prespecified tolerance is too strict for the optimization problem at hand.
The solver could not find a local optimum in the prespecified number of iterations.
The solver could not find a local optimum in the prespecified maximum real time for the optimization process.
The solver could not satisfy the optimality conditions and failed to converge.
The objective function takes arbitrarily large values, and the optimality conditions fail to be satisfied. This can happen when the problem is unconstrained or when the problem is constrained and the feasible region is not bounded.
The solver cannot identify a point in the feasible region.
The problem is so large that the solver requires more memory to solve the problem.
The problem was solved by the OPTMODEL presolver.
Copyright © SAS Institute, Inc. All Rights Reserved.