Constraint output of the optimization #255
-
Hi there, I've been checking out more of the optimization output, as the output showed successful termination and violated lower bounds of constraints. I'm not sure if this is a problem in my implementation, but from the output I get, it seems plausible to me that the problem might be the
Hope this is understandable and you can tell me, where the problem lies.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello! We usually rely on the optimizer specific output files and/or the history file to keep track of the variables, function, and constraint values. |
Beta Was this translation helpful? Give feedback.
Hello!
Just to clarify, the variables and constraints lists you are printing come directly from your user-defined function evaluation, right?
It does look like the final printout is inconsistent, we need to take a look at the code to understand what is going on.
We usually rely on the optimizer specific output files and/or the history file to keep track of the variables, function, and constraint values.
I would recommend to use the history file data in this case, as SLSQP output file does not include a lot of information.
Anyway, this remains a potentially misleading output, could you please open an issue (using the same info above) so we can better keep track of it?