You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instance nlp-expr/001_010 contains the periodic cos(y), y free, in its objective.
This means that any point (-1, pi + 2k pi, 1) is a global solution.
returncheck_solution([x, y, z], [-1, pi, 1], tol = primal_tol)
An SQP method may converge towards y = pi from the starting point, but a trust-region SLP method (that captures no curvature) may travel a bit and get y = 3pi.
The text was updated successfully, but these errors were encountered:
The instance
nlp-expr/001_010
contains the periodiccos(y)
,y
free, in its objective.This means that any point
(-1, pi + 2k pi, 1)
is a global solution.MINLPTests.jl/src/nlp-expr/001_010.jl
Line 32 in 46ce897
An SQP method may converge towards
y = pi
from the starting point, but a trust-region SLP method (that captures no curvature) may travel a bit and gety = 3pi
.The text was updated successfully, but these errors were encountered: