Optimization task post-simulation results

asked 2021-06-05 08:54:19 -0500

IndiraX gravatar image

updated 2021-06-05 08:54:39 -0500

Hi there,

I posted a similar question before, I hope I can get some help.

I need to minimize the error of a variable obtained by using a dynamic simulation (20 seconds). Thus, the optimization iteration should be done for each dynamic simulation.

Does anyone have work with scipy optimize during PSSE dynamic simulations? Does anyone have a code example for optimization in a loop of dynamic simulations?

from scipy.optimize import minimize

Thanks, guys!

edit retag flag offensive close merge delete