First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi there,
I posted a similar question before, I hope I can get any 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!
2 | No.2 Revision |
Hi there,
I posted a similar question before, I hope I can get any 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!