First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Jun 5 '1

IndiraX gravatar image

Optimization task post-simulation results

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!

click to hide/show revision 2
No.2 Revision

Optimization task post-simulation results

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!