Skip to content

BUG: almost feasible for the restoration NLP #650

Answered by svigerske
TheRealelli asked this question in Q&A
Discussion options

You must be logged in to vote

If I enable option check_derivatives_for_naninf and increase the print_level to 7, I see something like this in the log:

Warning: Evaluation error during soft restoration phase step.
The equality constraints contain an invalid number
DenseVector "unscaled_c" with 111 elements:
unscaled_c[    1]=                   -nan
unscaled_c[    2]= 1.2656489608314992e+01
...

So the first equality constraint couldn't be evaluated and the current iterate.
This results in these Cutting back alpha due to evaluation error error and you may want to reconsider your implementation to avoid these.
For example, ensure that all functions can be evaluated and differentiated within the variable bounds, maybe dis…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by svigerske
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants