GithubHelp home page GithubHelp logo

fsa's Introduction

Factorizable State Attribution for Adjusting Power Flow at Transmission Interface

License: Apache

This repo is building for the source code and corresponding data of paper 'Factorizable State Attribution for Adjusting Power Flow at Transmission Interface'. Full data and code for reproducing our work will be uploaded within a week.

Official codebase for paper [Factorizable State Attribution for Adjusting Power Flow at Transmission Interface]. This codebase is based on the open-source Tianshou and PandaPower framework and please refer to those repo for more documentation. Baseline methods include Soft-Module and a traditional full-connected neural network.

Overview

TLDR: We introduce a factorizable state representation learning (FSRL) scheme that disentangles the node state features into four essential electrical factors and employs a state-of-theart GNN to obtain efficient representations of each distinct state factor, effectively alleviating and mitigating the high coupling issue among features. We develop a State Factor Attribution (FSA) map that generates task-adaptive attention weights for distinct state factors. This enables the acquisition of an expressive power system state representation and enhances the interpretability of efficient strategies to address the problem of transmission interface power flow adjustment.

image

Prerequisites

Install dependencies

  • Python 3.8.13 or higher
  • dgl 1.1 or higher
  • Pytorch 1.13
  • Pandapower 2.11
  • gym 0.23
  • tianshou 0.4.11
  • numpy 1.22.4
  • numba 0.55.2
  • pandas 1.4.2

Usage

Please follow the instructions below to replicate the results in the paper. Note that the model of China realistic 300-bus system is not available due to confidentiality policies of SGCC.

# IEEE 9241-bus System under S4 (Single 4-Interface) task
python train.py --case='case9241' --task='S4' --method='FSA' --model='Attention'
# IEEE 118-bus System under S10 (Single 10-Interface) task
python train.py --case='case118' --task='S10' --method='FSA' --model='Attention'

Contact

Please feel free to contact me via email ([email protected], [email protected], [email protected]) if you are interested in my research :)

fsa's People

Contributors

cra2ydavid avatar chenchkx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.