Replies: 2 comments 6 replies
|
Sure sounds like nonlinearity - thats why opt writes the estimated and simulated results. opt can only tolerate the mildest nonlinearity...are you iterating with opt at all? Also what size perturbations on those MAR rates are you using and are your model solver tolerances pretty tight? Typically the decision variable perturbations would be larger than the parameter perturbations that are used to fill a jco... |
|
Hey @jtwhite79 just came across this discussion and seems to be what I'm running into. My first question is how to adjust decision variable perturbation amounts, both "initially" and between iterations. For my setup, the result seems to be bouncing around too much in between iterations. You mention here that there's a ++ arg for this (what is it? rlambda1?). I am, similar to @IsaDio , starting with a feasible solution, but definitely not optimized. It's very slightly non-linear but pretty dang close. I guess my follow up general question also is if I should expect to see pestpp-opt "march" slowly towards a (maybe local based on initial conditions) optimal solution, or should I see it try a bunch of crazy things (e.g. violate constraints big time etc.) and eventually bounce to a good solution? W a gradient based optimizer I expected the former but my intuition has been very wrong before... Thanks as always! |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I started running OPT for a problem where we want to optimise managed aquifer recharge rates (minimise MAR rates) to achieve a given flow in a creek at the end of MAR (greater than constraints).
It looks like it is working (yay!) but OPT seems to have difficulties finding a solution. The estimated constraints/objective usually look great but the actuals (simulated) are often quite different and lower (constraints not satisfied). Is this due to the non linearity of the solution, and OPT is struggling to find the answer? Or could it be something else? Is there something that can be done to help with this (initial conditions of parameters, OPT settings..)?
Thank you!
All reactions