pyomeca / bioptim

An optimization framework that links CasADi, Ipopt, ACADOS and biorbd for Optimal Control Problem
MIT License
95 stars 47 forks source link

show_online_optim not building graphs #795

Closed EveCharbie closed 9 months ago

EveCharbie commented 1 year ago
solver = Solver.IPOPT(show_online_optim=False, show_options=dict(show_bounds=True))
Does not show graphs anymore (on my example at least). If it happens on other problems, I will report it here.
EveCharbie commented 9 months ago

My bad, I was importing bioviz :/