Replies: 3 comments 4 replies
-
Hi @tpapp, it is perfectly fine to ask here. Are the calls far from the domain or are they close to numerical errors? |
Beta Was this translation helpful? Give feedback.
-
@abelsiqueira, thanks for the super-quick answer. The constraints are provided via the NLPModels interface in the I get values which are wildly outside, not merely close to the boundary. |
Beta Was this translation helpful? Give feedback.
-
Still working on an MWE, but I found that my original problem is singular, in the sense that locally there is a 1-dimensional manifold that is optimal and satisfies the constraints. Could that be causing a problem? |
Beta Was this translation helpful? Give feedback.
-
If I have a problem with constraints
lvar .<= x .<= uvar
, is it guaranteed that the objective is always called with anx
that satisfies these constraints in Percival.jl?Empirically this seems not to be the case, I get occasional calls with
x
outside the domain. I am asking here before opening an issue (because isolating an MWE is tedious in my case, it is a rather large problem).If the constraints are not "strict", what's the best strategy if eg
any(x .< lvar)
does not make sense? Returning aInf
objective?Beta Was this translation helpful? Give feedback.
All reactions