openmdao - Restarting SLSQP from sub iteration -


the case solving 2 discipline aerospace problem. architecture idf. using recorders record data @ each iteration. using finite difference. using slsqp optimizer scipy.

if after few major iteration, optimization crashes during line search. how start line search same point?

apart that, want check whether call solver_nonlinear() of component called purpose of derivative calculation or line search, inside component. there way it?

slsqp doesn't offer built in restart capability, there isn't whole lot can there. pyopt-sparse have restart capability openmdao can use. called "hot-start" in code.

as knowing if solve_nonlinear derivative calculations or not, assume mean want know if call fd step or not. don't have feature.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -