Iteration Log for Multistart |
When the MULTISTART option is enabled, the iteration log differs from that of the local solver. More specifically, when a value of 2 is specified for the MSPRINTLEVEL= option, the following information is displayed in the log:
indicates the total number of starting points attempted so far.
indicates the value of the objective function at the best local solution found so far.
indicates the value of the objective function obtained at the solution returned by the local solver.
indicates the infeasibility error at the solution returned by the local solver.
indicates the optimality error at the solution returned by the local solver.
indicates the solution status of the local solver. Several different values can appear in this column:
indicates that the local solver found a locally optimal solution.
indicates that the local solver returned the best feasible point found. See the SOLTYPE= option for more information.
indicates that the local solver failed to find a locally optimal solution.
indicates that the local solver determined that the problem is unbounded.
indicates that the local solver converged to a point that might be infeasible.
indicates that the local solver reached the maximum number of iterations and could not find a locally optimal solution.
indicates that the local solver reached the maximum allowable time and could not find a locally optimal solution.
When a value of 3 is specified for the MSPRINTLEVEL= option, the iteration log of the local solver is also printed for each starting point.