cshjin / swmp_ml

Other
2 stars 0 forks source link

Run the optimal power flow on AC network with augmented data #16

Closed TurtleCamera closed 1 year ago

TurtleCamera commented 1 year ago

Change in code

Change in training

Update the model as the regression model to predict the pg/qg/va/vm in generator/bus Keep the DC network as it is.

cshjin commented 1 year ago

Load the result to data only when the termination_status is locally_solved. @TurtleCamera you can move forward with processing the JSON file into dataset.py

cshjin commented 1 year ago

Notes:

cshjin commented 1 year ago

AC_OPF setting is considered as reg problem. Ignore for now.