Next Article in Journal
Integrated Hydrological-Hydraulic Model for Flood Simulation in Tropical Urban Catchment
Previous Article in Journal
Venture Capital and Industrial Structure Upgrading from the Perspective of Spatial Spillover
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Integrated Energy System Operating Scenarios Generator Based on Generative Adversarial Network

1
School of Electrical Engineering, Southeast University, Nanjing 210096, China
2
School of Electric Power Engineering, South China University of Technology, Guangzhou 510641, China
3
School of Cyber Science and Engineering, Southeast University, Nanjing 210096, China
4
Department of Computer Science and Engineering, College of Engineering, University of Notre Dame, Notre Dame, IN 46556, USA
*
Author to whom correspondence should be addressed.
Sustainability 2019, 11(23), 6699; https://doi.org/10.3390/su11236699
Submission received: 2 November 2019 / Revised: 14 November 2019 / Accepted: 18 November 2019 / Published: 27 November 2019
(This article belongs to the Section Energy Sustainability)

Abstract

:
The convergence of energy security and environmental protection has given birth to the development of integrated energy systems (IES). However, the different physical characteristics and complex coupling of different energy sources have deeply troubled researchers. With the rapid development of AI and big data, some attempts to apply data-driven methods to IES have been made. Data-driven technologies aim to abandon complex IES modeling, instead mining the mapping relationships between different parameters based on massive volumes of operating data. However, integrated energy system construction is still in the initial stage of development and operational data are difficult to obtain, or the operational scenarios contained in the data are not enough to support data-driven technologies. In this paper, we first propose an IES operating scenario generator, based on a Generative Adversarial Network (GAN), to produce high quality IES operational data, including energy price, load, and generator output. We estimate the quality of the generated data, in both visual and quantitative aspects. Secondly, we propose a control strategy based on the Q-learning algorithm for a renewable energy and storage system with high uncertainty. The agent can accurately map between the control strategy and the operating states. Furthermore, we use the original data set and the expanded data set to train an agent; the latter works better, confirming that the generated data complements the original data set and enriches the running scenarios.

1. Introduction

Energy security and environmental protection have become prominent challenges in contemporary energy systems. Integrated energy systems (IES) have been proposed to solve the problems of outstanding security, high energy efficiency, and excellent economic performance [1]. An integrated energy system should meet diverse energy demands while improving the energy efficiency, using electricity as core energy while integrating various energy sources (e.g., natural gas, thermal, and wind energy) in a region to achieve uniform dispatch [2].
Advanced information technologies for energy data exchange and intelligent dispatch strategies are necessary for effectively managing a complex IES. Nevertheless, the different physical characteristics and complex coupling among different energy sources have made establishing precise mathematical models of IES systems a challenge for researchers, which has correspondingly rendered a number of traditional model-based approaches unsuitable for IES management. Artificial intelligence (AI) methods have achieved more satisfactory results than traditional modeling methods in data analysis and decision optimization problems [3,4]. On the other hand, an explosion in the availability of data has been witnessed over the last decade. Massive amounts of data are now routinely collected in many industries [5,6,7,8]. Furthermore, a large amount of data is available in the energy industry: Transaction data from retailers, order patterns across supply chains from suppliers [6], global weather data [9], historical demand profiles [10], and (in some cases) real-time power consumption information [11,12]. Many precious laws are hidden in this massive amount of data, strongly driving an active area of research in which a number of studies based on data-driven technologies have been carried out. Large amounts of operational and control data are required for adopting the methods proposed in the aforementioned research, if reasonable control strategies are to be achieved.
In the day-ahead scheduling domain, it is necessary to provide accurate forecast data, such as weather data or load data, as the basis of control strategies. Considering that data-driven approaches can better approximate the non-linear relationships between predicted data and related factors, they have been exploited as the prime choice. In [13], the ability to handle the time-series problem by long-short-term memory (LSTM) was exploited to construct a photovoltaic (PV) system output power prediction model. In [14], the internal structure and features of complex wind speed sequences and predict wind power were characterized. The performances of two different time-series approaches (deep learning and non-deep learning) in the application of day-ahead building-level load forecasts have been systematically compared in [15], where the deep learning method presented better performance. A Long-Short-Term Memory network with multi-input and multi-output models was trained to forecast electricity demand, based upon the season, in [16]. Searching for the non-linear relationship between control strategies and control effects from IES operational data is another research direction. Generally, IES operation is carried out by collaborative optimization, rather than a simple superposition of multiple energy supply systems, which can be modeled as a large-scale optimization problem. In [17], an energy management system for combined heat and power (CHP), in order to minimize operating costs and carbon dioxide emissions, was designed using a reinforcement learning approach. In [18], an RL-based online power management strategy was proposed, which could reduce the energy loss effectively—the relative decrease of the total energy loss was shown to reach 16.8%.
In addition, some researchers have made other attempts using data-driven methods. In [19], the defects of using model-based tools in a smart grid system with massive data was pointed out, and introduced random matrix theory to map the energy system. Alahakoon and Yu [20] carried out an advanced analysis, referring to a number of techniques in many specific fields, such as data mining, knowledge discovery, machine learning technologies, and so on.
At present, research into data-driven and model-free control methods for IES operation is still in its early stage, while load or renewable energy prediction technologies are relatively mature. This is because large amounts of operational and control data are pivotal for adopting data-driven methods for IES operations. For data prediction researches, a large amount of high-quality data, including weather, radiation, and wind speed data, are available. On the contrary, IES operational and control data are rare. Even in the existing data sets, the scope of running scenarios is not yet rich enough. To address this problem, we present an IES scenario generation approach, based on a Generative Adversarial Network (GAN) [21]. GAN-based methods, such as star-GAN [22], energy-based GAN [23], and cycle-GAN [24], have attracted a lot of attention for their powerful ability to generate data and mixing generated data with genuine data.
In this paper, an adversarially trained agent is trained to generate IES operating scenarios, based on a probability distribution of target data using a GAN framework. The framework contains one data generator and one data discriminator. The generator is trained to generate new data with a similar probability distribution as the target data set, while the discriminator is trained to distinguish between generated data and real data. The generated data shows a high similarity to the raw IES operating data. In addition, scenes which do not exist in the original data set are generated, correspondingly improving the overall diversity of the data. Furthermore, we test the effectiveness of generating data for data-driven methods using the proposed control strategy, based on the Q-learning algorithm for a simple renewable energy and storage system. We aim to evaluate whether the GAN-based generator can assist the formulation of a data-driven control strategy. Furthermore, we compare the control performance of a strategy trained under the original data set and the extended data set. The result shows that using the expanded data set can effectively improve the sample richness and developed control effect. Our contributions are as follows:
  • An adversarially trained IES data generator, which interprets real operating data and generates new data with the same distribution as the real data, is introduced. We hope to solve the problems of insufficient real operating scenarios in data-driven methods for IES by the proposed generator. Through this method, a large number of IES operating data could be generated to supplement the monotonous raw data set. Furthermore, we can obtain IES operating data on various operating states such as normal operating status, fault status, and edge status, so as to study control strategies that can be used for more operating conditions (i.e., Quick response strategies can be generated in the event of a system failure).
  • A model-free control method for a renewable energy and storage system is proposed, where generated data is used to improve the control performance. Q-learning is a decision-making method that can cope with high randomness and uncertainty. In this way, the agent can learn to generate the control strategy with highest reward under different IES operations. In addition, we use a dataset that has been extended by the generator to train the agent and achieve better performance in diverse operating scenarios.
  • We provide both qualitative and quantitative results on the IES operating scenarios generator and control strategy for renewable and storage system, showing its superiority over the original data.
The remainder of this paper is organized as below. Section II describes the GAN-based generator. Section III details the renewable energy, storage system, and control strategy. Case studies are presented in Section IV, and Section V gives the conclusions.

2. Materials and Methods

A GAN is a state-of-art AI framework, which was first used for image generation. GANs have also been extended for use in picture translation, style synthesis, image inpainting, and so on. Due to the complexity of IES operations, it is difficult to learn optimal operation rules for IES without sufficient operational data. In this section, we propose an operating scenario generation approach based on GAN technology. The core idea of a GAN is to establish a game relationship between a generator and a discriminator. The generator generates samples to deceive the discriminator network, while the discriminator tries to distinguish the real samples from the generated samples. The general structure of a GAN is shown in Figure 1. The generator generates IES operational data from a random noise input. The input of the discriminator is either generated data or real data, and the output is a probability of whether the input is real data.
In this paper, we aim to construct a generative model G capable of sampling from some target data distribution p d . For example, when given a batch of real load operating data with a distribution over a region, the generative model G generates data with a similar distribution as the real data. Thus, our task is equivalent to recovering a distribution p a such that p d p a . We model p a as a convolutional neural network (CNN), π , which is called the generator network.
In order to optimize π , an adversarial framework [19] was employed, in which the generator G aims to maximally confuse a discriminator D , which is trained to distinguish between samples drawn from p d and samples generated by the model. As a result, the distribution defined by G gradually becomes closer to p d . We give the concrete training objectives for G and D below.

2.1. Objectives

As shown in Figure 1, generators and discriminators improve their generative and discriminatory power, respectively, by back-propagation. For the generator, its back-propagation process is designed to narrow the gap between the generated data and the real data. When the generated data and the real data are input to the discriminator, the discriminator outputs the predicted probability that the set of data is real data. Back-propagation for discriminator is used to expand the predictive probability between real and generated data. Next, we will detail the objective function by which the above back-propagation process operates.
To begin with, m points { x 1 , x 2 , , x m } are sampled from the target data distributions p d . The probability of using the generator G to generate the target data is
L = i = 1 m P G ( x i , θ ) ,
where θ represents the network parameters of the generator. The aim of training process is to find the θ * which maximizes L [25]:
θ * = a r g m a x θ i = 1 m P G ( x i , θ ) θ * a r g m a x θ ( l o g i = 1 m P G ( x i , θ ) ) θ * a r g m a x θ p d ( x ) l o g P G ( x , θ ) d x ) ,
As the generator is an arbitrary, non-differentiable function, we cannot optimize (2) using naïve gradient descent. Therefore, we follow the method presented in [26]:
We define a prior on input noise variables p z ( z ) , then represent a mapping to the target data space as G ( z , θ ) , where G is a differentiable function represented by the generator convolutional neural network (CNN) with parameter θ . We also define another CNN D ( x , θ ) , which outputs the probability that x came from the target data, rather than from G . Our training objective is to maximize the probability of assigning the correct label to both training examples and samples from G . We simultaneously train G to minimize log ( 1 D ( G ( z ) ) ) .
Thus, D and G play the following two-player minimax game with value function V ( G , D ) :
m i n G m a x D V ( D , G ) = E x p d ( x ) [ l o g D ( x ) ] + / E z p z ( z ) [ l o g ( 1 D ( G ( z ) ) ) ] .
Generator: The objective for G is minimize E z p z ( z ) log ( 1 D ( G ( z ) ) ) . We hope the generated data from G is as close to the real data as possible. The loss function for the generator is:
L 1 = D ( G ( z ) )
Discriminator: The objective for D is to maximize E x p d ( x ) [ l o g D ( x ) ] + E z p z ( z ) l o g ( 1 D ( G ( z ) ) ) , which denotes that the discriminator maximizes the probability gap between the generated data and the real data. The loss function for discriminator is:
L 2 = D ( G ( z ) ) + D ( x ) + γ ( D ( x ) )
where is the gradient of D ( x ) , and γ is a coefficient between 0 and 1. In [24], it has been noted that adding an additional item to the objective function can address the problem of gradient disappearance. Therefore, we use interpolation algorithm to obtain x = x θ + ( 1 θ ) x f a k e .
The whole training process is as follows:
(1)
Input a batch of random noise z to G to obtain a set of fake sample data G ( z ) ;
(2)
Sample m points { x 1 , x 2 , , x m } randomly from the target data;
(3)
Calculate the values of the objectives for the discriminator and generator;
(4)
Back-propagate and update the network parameters θ ; and
(5)
Repeat steps 1–4 until convergence.

2.2. Networks

The generator and discriminator are multi-layer neural networks, where the discriminator is a convolutional neural network and the generator is a deconvolution network. The parameters are updated to reduce the distance between the current state and the objective function. In this subsection, we will introduce the specific structure of the two networks and the input and output dimensions.
The discriminator module consists of three convolution layers and one fully connected layer, where the filter sizes of the first, second, and third convolution layers are all 5 × 5. The convolution step is 2. The structure is formally presented in Figure 2.
The generator module consists mainly of a fully connected layer and four deconvolutional layers. The input of the generator is a set of random arrays of size 96 × 1. The generator is similar to the inverse process of the discriminator, and the structure is demonstrated in Figure 3. The (Output 48∗12∗4) denotes the size of data arrays, which means that the data is a three-dimensional array, and the size of the first dimension is 48, the size of the second dimension is 12, and the size of the third dimension is 4.

2.3. Q-Learning Algorithm Based on Extended Data

Our research aims to generate sufficient IES operating data for model-free methods (i.e., Deep learning or Reinforcement learning) to study IES comprehensively. In this section, we introduce a control strategy based on the Q-learning algorithm, which requires rich and varied training sample data to guarantee stability. Therefore, we used the data generator to expand the training set and compared the result with that using the sample without expansion. The extension process is shown in Figure 4.

2.4. Problem Statement

The goal of co-operation between a renewable energy system and an energy storage system (Figure 5) is to maximize the benefits of the system. A renewable energy generation system can benefit by selling electricity to the grid. It also needs to buy some spinning reserves to compensate for the instability of renewable energy sources. On the other hand, if the control strategy deviates greatly from the actual load, there will be energy abandonment, storage switching with high frequency, and other undesirable outcomes. Hence, we learn the operating rules, by using the Q-learning algorithm, to choose the optimal control strategy in different situations.
We define the predicted value of renewable power generation during the period t during the day to be P n e w , t , the charging and discharging power of energy storage system to be P s t o r e d , t , and the interactive power with power grid to be P n e t , t :
P n e t , t = P n e w , t + P s t o r e d , t
Due to the uncertainty of a renewable energy system, it is necessary to purchase reserve capacity from the grid. Compensation for storage is required when the actual power generation of renewable energy exceeds the reserve range:
P s t o r e d , t r e a l = { P s t o r e d , t + ( P n e w , t P n e w , t r e a l P u p , t ) , P n e w , t P n e w , t r e a l > P u p , t P s t o r e d , t , P d o w n , t P n e w , t P n e w , t r e a l < P u p , t P s t o r e d , t + ( P n e w , t P n e w , t r e a l + P d o w n , t ) , P n e w , t P n e w , t r e a l < P d o w n , t
where P u p , t and P d o w n , t are the standby capacities for up- and down-regulation, respectively.
Objective: The objective function is given by maximizing the accumulative return during one period:
m a x t = 1 T ( λ t P n e t , t μ t u p P u p , t μ t d o w n P d o w n , t C t )
where T denotes the number of periods, λ is the price of electricity, μ is the price for reserve capacity, and C denotes Penalty costs.
Penalty costs: A renewable energy system needs to pay penalty fees when the co-operation system cannot meet the demands of power grid dispatching. The following defines the penalty costs:
When the charging and discharging power of an energy storage system exceeds the charging and discharging limit, the charging or discharging power will be restricted to upper or lower limits, respectively. In this case, the grid has to accept an excess load, which increases the burden on the power grid:
C t = { ( p s t o r e d , t r e a l p d i s , t m a x ) μ g t , P s t o r e d , t r e a l > P d i s m a x 0 , P c h a r m a x P s t o r e d , t r e a l P d i s m a x ( p s t o r e d , t r e a l p c h a r , t m a x ) μ g t , P s t o r e d , t r e a l < P c h a r m a x

2.5. Q-Learning

The Q-learning algorithm is a learning algorithm which is based on previous experience or operational data. An agent learns how to control the system efficiently through constant attempts. In an attempt, there is first an interaction with the environment, which is defined as an action. At the same time, the environment will give rewards, according to the quality of the action. The agent stores the experience gained from each interaction in a Q-table. The Q-table can be regarded as a two-dimensional table. One dimension records the scene in the environment, and the other dimension records the behavior that an agent can take [27].
Table 1 gives an example of a Q-table, where s represents the environment, a represents an action, and Q records the degree of learning. The values in the Q-table are modified, according to the formula (10).
Q k + 1 ( s n , a n ) = Q k ( s n , a n ) + α ( R ( s n , s n + 1 , a n ) + γ ( m a x Q k ( s n + 1 ) Q k ( s n , a n ) )
After enough attempts, the experience learned by agents tends to converge, rather than grow. At this point, the Q-table can be considered stable.
During the assessment phase, the agent will choose an action by Equation (11):
P a m a x = β + Q k ( s , a m a x ) m i n Q k ( s , a ) n = 1 A Q k ( s , a n ) ( 1 β ) P a a m a x a = Q k ( s , a ) m i n Q k ( s , a ) n = 1 A Q k ( s , a n ) ( 1 β )
where a m a x is the action corresponding to the maximum Q value in the Q-table, and β is the exploration factor, which denotes that the agent has a capacity to explore other actions randomly, rather than choose the action with the maximum Q value; such that it does not fall into a local optimum.
In a renewable energy system, the environment refers to the whole system and an action refers to control instructions for storage. Therefore, the optimization problem is translated into the problem of maximizing rewards.
Data: There are many parameter settings involved in every training episode, such as photovoltaic and wind power or energy price. This means that sufficient scenarios are needed in the training set; otherwise, the agent will not learn control strategies for the missing scenarios. Thus, we expanded our training set by the data generation method presented in Section 2.
Environment: The state in the scenario includes the power generation P t of the renewable energy and the power storage E t . First, P t is discretized into an N-dimensional interval: [0, Δ P ), [ Δ P , 2 Δ P ), …, [ P n e w m a x Δ P , P n e w m a x ]. Then, E t is discretized into an M-dimensional interval: [0, Δ E ), [ Δ E , 2 Δ E ), …, [ E m a x Δ E , E m a x ].
Action: Similar discretization processing is needed for action set, including the charging and discharging rate P s t o r e d and reserve capacities P u p and P d o w n .

3. Results

3.1. Data Set

We collected real load, wind, solar, energy price, and weather data in France from [28].

3.2. Data Generation

The programs consisted of 40 episodes, in each of which the generator was trained 500 times.
Crucially, our goal was to generate new and unique scenes which captured the intrinsic characteristics of historical data, rather than simply repeating the training data. This section will give several illustrations, in order to show that the generated scene had the same visual and statistical characteristics as the sample data.

3.2.1. Time-Series Over One Day.

Figure 6, Figure 7 and Figure 8 present comparisons between the generated data and the original data, as well as the generated data of power price, load, and photovoltaic generation. The origin represents the data sampled from raw dataset, and e p o c h = n denotes the data generated by generator after n training epochs. Although the generated data were not exactly the same as the original data, with the increase of training epochs, the variation law of generated data became closer to the original data. As a result, we confirm that the IES scene generator could capture the distribution of the data and generate almost-realistic data.

3.2.2. Long-Term Data Generation

As there is no obvious periodicity in wind output and wind speed, we need to judge the authenticity and richness of generated scenarios by observing long-term generated data. Figure 9 demonstrates the generated data and original data of wind turbine output over 16 days.
In the fifth training epoch, the wind turbine operation scenario generated by the generator was still very monotonous, while the generated data became brighter with an increase of training time. In addition to verifying the richness of the generated data, we also need to justify whether these data satisfied the distribution of the real data.
Figure 10 shows a probability map of the data distribution. We find that the probability distribution of the generated data gradually approximated the original data, and we chose two criteria for evaluating the similarity between generated data and original data. One is a Cumulative Distribution Function (CDF)—which is the integral of the probability density function and describes the probability distribution of a variable completely. Figure 11a is a comparison between the CDF of the original data and the data generated at epoch 40, which demonstrates that the CDF trend of the original data and the generated data was highly similar. The similarity of CFD between the generated and real data, as calculated by the similarity function, was (100–16.57) % = 83.43%.
Another criterion we chose for testing the similarity was the autocorrelation coefficient. Figure 11b illustrates the autocorrelation coefficient of the generated and original data, and the similarity was (100–11.28) % = 88.72%.

3.3. Q-Learning Based on Generated Data

Income of Energy Storage System

We evaluated the average return per hour in the last 120 h of the training process and compared the results of training using the original training set compared to using the expanded training set. Figure 12 shows the training results.
In the early stages of training, the agent chose actions more randomly, and the average income was at a lower level. With an increase of training episodes, the agent gradually mastered the optimal control strategy, such that the average income kept increasing until eventually stabilizing.
Comparing the income curves under the two different training sets, we found that the final income was stable at around 80,000€ when using original training data set, while the final income increased to 92,000€ when using the expanded data set. This was because the data set augmented with the GAN method contained a richer scope of scenes than the original data and so, the agent was able to choose the optimal control strategy for more states S and avoided falling into a local optimum.
In order to evaluate the performance of the proposed control strategy based on Q-learning algorithm, we also observed the storage (battery) fluctuations. The energy storage curve is shown in Figure 13. After training, the agent not only satisfied the requirements of higher economy, but also made the energy storage more stable and improved the stability margin of the system. Therefore, the agent learned how to improve the economy while avoiding excessive storage power, which reduced the penalty fee.

4. Discussion

In this paper, we proposed an IES operating scenario generator, based on a GAN method using a single generator and a discriminator. Besides diversifying the scope of the data, the generator generated IES scenarios of high visual quality, owing to its ability to capture time sequence characteristics. In addition, the CDF similarity of the wind turbine output reached 83.43%, and the autocorrelation coefficient similarity reached 88.72%.
Furthermore, we proposed a control strategy for a new energy and storage system, based on the Q-learning method. For a system with high uncertainty, the Q-learning method does not depend on explicit mathematical expressions but, instead, chooses actions according to learned experience (as stored in a Q-table). This method has strong requirements for the training set: Only training sets containing a comprehensive scope of operating scenarios can allow the agent to learn accurate mapping relations in the training process. The agent selects the most appropriate control action, according to the Q-table, with relation to the current scenario. Hence, we trained the Q-table with both the original data and the expanded data using GAN method for comparison. The results showed that the average hourly income using the latter was 12,000€ more than that of the former, which verifies the richness and authenticity of the extended data.
According to these qualitative and quantitative result analyses, the performance of GAN generator accords with our original design. It could generate data that are similar to the raw data distribution, which could support the data-driven method research for IES. It can be seen from the existing researches of data-driven methods in IES that more high-quality operational data is beneficial to improve the accuracy of the model or control strategy. [19] addresses a big data modeling for complex smart grid, its result of fault detection shows that multiple fault structures cannot be detected. We infer that the lack of these structures in training set causes the problem. If the generated fault samples are added to the training set, the generality of model can be improved. [5] gives a big data analysis method for estimating driving range of an electric vehicle, and achieved high accuracy. Its accurate model of batteries is based on large, comprehensive operational data.
However, there are limitations in the work. In future works, we will consider more factors in terms of the generators, including the IES network architecture and transport characteristics of different energy. On this basis, we hope to build a comprehensive integrated energy system operation scenario generation method. When users input the structure of the integrated energy system, the generator could generate matching operational data. Data-driven technology does not conflict with classical analysis or pretreatment. When it is not possible to solve the problem with a mechanistic model, data-driven method is a good alternation. We hope this study can serve as the basis for data-driven research, which could ensure adequate and high-quality research data resources.

Author Contributions

Conceptualization, S.Z.; methodology, Z.H.; software, Z.Z., D.H.; validation, M.J.

Funding

This work was supported in by the National Natural Science Foundation of China under Grant 51807024, the Fundamental Research Funds for the Central Universities and the Science and technology Project of Zhejiang Electric Power Company.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Nomenclature

p d Target data distributions
θ Neural network parameters
G Generator
D Discriminator
V Value function
γ Hyperparameter
λ Electricity price
μ Reserve price
C Penalty Costs
s environment
a action
Q k Q value at episode k
β exploration facto
P n e w , t Prediction of renewable power generation at timestep t
P s t o r e d , t Charging or discharging power of energy storage at timestep t
P n e t , t Interactive power with power grid at timestep t
P n e w , t r e a l real value of renewable power at timestep t

References

  1. Wang, D.; Liu, L.; Jia, H.; Wang, W.; Zhi, Y.; Meng, Z.; Zhou, B. Review of key problems related to integrated energy distribution systems. CSEE J. Power Energy Syst. 2018, 4, 130–145. [Google Scholar] [CrossRef]
  2. Sun, H.; Guo, Q.; Zhang, B.; Wu, W.; Wang, B.; Shen, X.; Wang, J. Integrated energy management system: Concept, design, and demonstration in China. IEEE Electr. Mag. 2018, 6, 42–50. [Google Scholar] [CrossRef]
  3. Leo Kumar, S.P. State of the art-intense review on artificial intelligence systems application in process planning and manufacturing. Eng. Appl. Artif. Intell. 2017, 65, 294–329. [Google Scholar] [CrossRef]
  4. Zhou, S.; Hu, Z.; Gu, W. Artificial intelligence based smart energy community management: A reinforcement learning approach. CSEE J. Power Energy Syst. 2019, 5, 1–10. [Google Scholar] [CrossRef]
  5. Lee, C.H.; Wu, C.H. A novel big data modeling method for improving driving range estimation of EVs. IEEE Access 2015, 3, 1980–1993. [Google Scholar] [CrossRef]
  6. Banaee, H.; Loutfi, A. Data–driven rule mining and representation of temporal patterns in physiological sensor data. IEEE J. Biomed. Health Inform. 2015, 19, 1557–1566. [Google Scholar] [CrossRef]
  7. Wu, X.; Zhu, X.; Wu, G.Q.; Ding, W. Data mining with big data. IEEE Trans. Knowl. Data Eng. 2014, 26, 97–107. [Google Scholar]
  8. Chen, H.; Chiang, R.H.L.; Storey, V.C. Business intelligence and analytics: From big data to big impact. MIS Q. 2012, 36, 1165. [Google Scholar] [CrossRef]
  9. Ramachandran, S.; Wang, M. Near-real-time ocean color data processing using ancillary data from the global forecast system model. IEEE Trans. Geosci. Remote Sens. 2011, 49, 1485–1495. [Google Scholar] [CrossRef]
  10. Sridhar, S.; Hahn, A.; Govindarasu, M. Cyber-physical system security for the electric power grid. Proc. IEEE 2012, 100, 210–224. [Google Scholar] [CrossRef]
  11. Elamvazuthi, I.; Ahamed Khan, M.K.A.; Bin Shaari, S.B.; Sinnadurai, R.; Amudha, M. Electrical power consumption monitoring using a real-time system. In Proceedings of the 2012 IEEE Conference on Sustainable Utilization and Development in Engineering and Technology (STUDENT), Kuala Lumpur, Malaysia, 6–9 October 2012; pp. 295–298. [Google Scholar]
  12. Bertsimas, D.; Gupta, V.; Kallus, N. Data-driven robust optimization. Math. Program. 2018, 167, 235–292. [Google Scholar] [CrossRef]
  13. Abdel-Nasser, M.; Mahmoud, K. Accurate photovoltaic power forecasting models using deep LSTM-RNN. Neural Comput. Appl. 2019, 31, 2727–2740. [Google Scholar] [CrossRef]
  14. Wang, H.Z.; Wang, G.B.; Li, G.Q.; Peng, J.C.; Liu, Y.T. Deep belief network based deterministic and probabilistic wind speed forecasting approach. Appl. Energy 2016, 182, 80–93. [Google Scholar] [CrossRef]
  15. Cai, M.; Pipattanasomporn, M.; Rahman, S. Day-ahead building-level load forecasts using deep learning vs. traditional time-series techniques. Appl. Energy 2019, 236, 1078–1088. [Google Scholar] [CrossRef]
  16. Bedi, J.; Toshniwal, D. Deep learning framework to forecast electricity demand. Appl. Energy 2019, 238, 1312–1326. [Google Scholar] [CrossRef]
  17. Sun, Q.; Wang, D.; Ma, D.; Huang, B. Multi-objective energy management for we-energy in Energy Internet using reinforcement learning. In Proceedings of the 2017 IEEE Symposium Series on Computational Intelligence (SSCI), Honolulu, HI, USA, 27 November–1 December 2017; pp. 1–6. [Google Scholar]
  18. Xiong, R.; Cao, J.; Yu, Q. Reinforcement learning-based real-time power management for hybrid energy storage system in the plug-in hybrid electric vehicle. Appl. Energy 2018, 211, 538–548. [Google Scholar] [CrossRef]
  19. He, X.; Ai, Q.; Qiu, R.C.; Huang, W.; Piao, L.; Liu, H. A big data architecture design for smart grids based on random matrix theory. IEEE Trans. Smart Grid 2015, 8, 674–686. [Google Scholar] [CrossRef]
  20. Alahakoon, D.; Yu, X. Advanced analytics for harnessing the power of smart meter big data. In Proceedings of the 2013 IEEE International Workshop on Inteligent Energy Systems (IWIES), Vienna, Austria, 14 November 2013; pp. 40–45. [Google Scholar]
  21. Goodfellow, I.J.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative adversarial networks. arXiv 2014, arXiv:14062661. [Google Scholar]
  22. Choi, Y.; Choi, M.; Kim, M.; Ha, J.W.; Kim, S.; Choo, J. StarGAN: Unified generative adversarial networks for multi-domain image-to-image translation. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018; pp. 8789–8797. [Google Scholar]
  23. Zhao, J.; Mathieu, M.; LeCun, Y. Energy-based generative adversarial network. arXiv 2016, arXiv:160903126. [Google Scholar]
  24. Almahairi, A.; Rajeswar, S.; Sordoni, A.; Bachman, P.; Courville, A. Augmented CycleGAN: Learning many-to-many mappings from unpaired data. arXiv 2018, arXiv:180210151. [Google Scholar]
  25. Radford, A.; Metz, L.; Chintala, S. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv 2015, arXiv:151106434. [Google Scholar]
  26. Arjovsky, M.; Chintala, S.; Bottou, L. Wasserstein GAN. arXiv 2017, arXiv:170107875. [Google Scholar]
  27. Van Hasselt, H.; Guez, A.; Silver, D. Deep reinforcement learning with double Q-learning. In Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence, Phoenix, AZ, USA, 12–17 February 2016. [Google Scholar]
  28. Open Power System Data. Renewable Power Plants. Available online: https://data.open-power-system-data.org/renewable_power_plants/2019-04-05 (accessed on 16 August 2019).
Figure 1. Structure of a generative adversarial network (GAN).
Figure 1. Structure of a generative adversarial network (GAN).
Sustainability 11 06699 g001
Figure 2. Structure of the Discriminator Network.
Figure 2. Structure of the Discriminator Network.
Sustainability 11 06699 g002
Figure 3. Structure of the Generator Network.
Figure 3. Structure of the Generator Network.
Sustainability 11 06699 g003
Figure 4. Training set extension.
Figure 4. Training set extension.
Sustainability 11 06699 g004
Figure 5. Renewable energy and storage system co-operation.
Figure 5. Renewable energy and storage system co-operation.
Sustainability 11 06699 g005
Figure 6. Generated price.
Figure 6. Generated price.
Sustainability 11 06699 g006
Figure 7. Generated load.
Figure 7. Generated load.
Sustainability 11 06699 g007
Figure 8. Generated photovoltaic power.
Figure 8. Generated photovoltaic power.
Sustainability 11 06699 g008
Figure 9. Generated wind turbine output over 16 days.
Figure 9. Generated wind turbine output over 16 days.
Sustainability 11 06699 g009
Figure 10. Generated data distribution.
Figure 10. Generated data distribution.
Sustainability 11 06699 g010
Figure 11. Cumulative Distribution Function and Autocorrelation Coefficient. (a) Comparison between the CDF of the original data and the data generated at epoch 40; (b) The autocorrelation coefficient of the generated and original data.
Figure 11. Cumulative Distribution Function and Autocorrelation Coefficient. (a) Comparison between the CDF of the original data and the data generated at epoch 40; (b) The autocorrelation coefficient of the generated and original data.
Sustainability 11 06699 g011
Figure 12. Average return over the last 120 h.
Figure 12. Average return over the last 120 h.
Sustainability 11 06699 g012
Figure 13. Energy storage.
Figure 13. Energy storage.
Sustainability 11 06699 g013
Table 1. A Q-Table.
Table 1. A Q-Table.
a 1 a 2 a n
s 1 Q ( s 1 , a 1 ) Q ( s 1 , a 2 ) Q ( s 1 , a n )
s 2 Q ( s 2 , a 1 ) Q ( s 2 , a 2 ) Q ( s 2 , a n )
s n Q ( s n , a 1 ) Q ( s n , a 2 ) Q ( s n , a n )

Share and Cite

MDPI and ACS Style

Zhou, S.; Hu, Z.; Zhong, Z.; He, D.; Jiang, M. An Integrated Energy System Operating Scenarios Generator Based on Generative Adversarial Network. Sustainability 2019, 11, 6699. https://doi.org/10.3390/su11236699

AMA Style

Zhou S, Hu Z, Zhong Z, He D, Jiang M. An Integrated Energy System Operating Scenarios Generator Based on Generative Adversarial Network. Sustainability. 2019; 11(23):6699. https://doi.org/10.3390/su11236699

Chicago/Turabian Style

Zhou, Suyang, Zijian Hu, Zhi Zhong, Di He, and Meng Jiang. 2019. "An Integrated Energy System Operating Scenarios Generator Based on Generative Adversarial Network" Sustainability 11, no. 23: 6699. https://doi.org/10.3390/su11236699

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop