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
I ran the code evtol_dymos_vectorized.py in RevHack2020/problems/evtol_trajectory/evtol_dymos, then plot the results.
I download the code directly from github, and did not modify it.
However, the plots (below) I got did not seem to be matched with the plots showing in README.md
When I ran evtol_dymos.py, the plot (below) is similar to the plot showing in README.md
I also ran evtol_dymos_vectorized_shooting.py & evtol_dymos_shooting.py, but there was a error showing
"ValueError: Value (True) of option 'solve_segments' is not one of (False, 'forward', 'backward')." (line 59)
I used IPOPT for my optimizer.
I am wondering if there was something wrong with my environment or the code itself?
Thank you for your time and assistance.
Here is the environment I used
python 3.9.13
openmdao 3.18.0
dymos 1.5.1.dev0
IPOPT 3.14.8
numpy 1.22.4
matplotlib 3.5.2
The text was updated successfully, but these errors were encountered:
To whom it may concern,
I ran the code
evtol_dymos_vectorized.py
inRevHack2020/problems/evtol_trajectory/evtol_dymos
, then plot the results.I download the code directly from github, and did not modify it.
However, the plots (below) I got did not seem to be matched with the plots showing in
README.md
When I ran
evtol_dymos.py
, the plot (below) is similar to the plot showing inREADME.md
I also ran
evtol_dymos_vectorized_shooting.py
&evtol_dymos_shooting.py
, but there was a error showing"ValueError: Value (True) of option 'solve_segments' is not one of (False, 'forward', 'backward')." (line 59)
I used IPOPT for my optimizer.
I am wondering if there was something wrong with my environment or the code itself?
Thank you for your time and assistance.
Here is the environment I used
python 3.9.13
openmdao 3.18.0
dymos 1.5.1.dev0
IPOPT 3.14.8
numpy 1.22.4
matplotlib 3.5.2
The text was updated successfully, but these errors were encountered: