KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Stability-OPF
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
CBHG-architect-end2end-speech-synthesis
:
Tensorflow Implementation for CBHG in Tacotron, and end2end speech synthesis
CoJezdzi
:
iOS application that shows trams and busses locations.
shadowsocks
:
shadowsocks科学上网 带账号密码
Blogger-Template-Documentation
:
Code Reference For Blogger Theme Development
GraphQLWebAPI
:
GraphQL Integration in ASP.NET Web API
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Stability-OPF
?
Download (.md)
# Stability-OPF This code supplements the material presented in the following publications: 1. M. Bazrafshan, N. Gatsis, A. F. Taha, and J. A. Taylor, “Augmenting the optimal power flow for stability,” in Proc. 55th IEEE Conference on Decision and Control (CDC), Las Vegas, NV, 2016, pp. 4104-4109. 2. M. Bazrafshan, N. Gatsis, A. Taha, and J. A. Taylor, “Coupling load-following stability with OPF,” IEEE Trans. Smart Grid, 2017, [Submitted]. # Usage 1. Open main_script.m. 2. You can choose either of the following casefiles. The casefiles are located in Stability-OPF/casefiles * case9wmac_con * case14wmac_con * case39wmac_con 3. Select `stcontrol='OPF'` or `stcontrol='LQR-OPF'`. 4. Select `lfcontrol='LQR'`. 5. Choose the coupling parameter `alpha=0` (or any other value between 0 and 1). 6. Run the command `workflow(casefile, stcontrol, lfcontrol,alpha)`.