You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The racecar benchmarks and test case show slow convergence after 1.5.0, with the restoration phase of IPOPT failing.
It appears that setting p.driver.opt_settings['bound_mult_init_method'] = 'mu-based' will fix the issue.
There are no linear boundary and path constraints that should be affecting this behavior.
Example
See `examples/racecar/doc/test_doc_racecar.py'.
Environment
Dymos 1.5.0
The text was updated successfully, but these errors were encountered:
Issue Type
Description
The racecar benchmarks and test case show slow convergence after 1.5.0, with the restoration phase of IPOPT failing.
It appears that setting
p.driver.opt_settings['bound_mult_init_method'] = 'mu-based'
will fix the issue.There are no linear boundary and path constraints that should be affecting this behavior.
Example
See `examples/racecar/doc/test_doc_racecar.py'.
Environment
Dymos 1.5.0
The text was updated successfully, but these errors were encountered: