Optimization task post-simulation results
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!