-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadMe.txt
43 lines (35 loc) · 1.17 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
################## Licence ##########################
#
# Copyright (c) 2024 Ketian Ye
# The following sample of source code is for project:
# Overloading Risk Assessment Considering Topology Change
#
################## Folder Tree #####################
#
.
└── PPGP-topology/
├── dataset_generation/
│ └── ...
├── plot_topo/
│ └── ...
├── ppgp_iso/
│ └── ...
├── utility/
│ └── ...
├── main_ppgp_topo.m
└── ReadMe.txt
#
################## Introduction #####################
#
# The code consists of two parts:
# 1. Data Generation: Code comments can be found in "dataset_generation/main.m".
# This part is for generating power flow simulation data.
# 2. Proposed PPGP method and topology embedding approach: Code comments can be found in "main_ppgp_topo.m".
# This part is for constructing PPGP model and embedding topology information into input.
#
################## Requirement ######################
#
# Matpower: https://matpower.org/
# UQLab: https://www.uqlab.com/
#
##################### End of Introduction ###########