1. Introduction
Nowadays, generation expansion planning (GEP) is an inevitable and important issue for power system planners due to energy consumption growth. In this problem, technology type, installation time, and location of new power plants are determined to supply the predicted load with appropriate reliability [
1].
From mathematical modeling viewpoint, the generation expansion problem can have many constraints and variables. In addition, there are various objective functions such as minimizing generation planning cost [
2], maximizing profit in the market [
3], maximizing reliability [
4,
5], minimizing environmental pollution [
6], and combination of mentioned objective functions. The problem constraints include load supply, transmission lines, and generators capacity [
7], and in some cases, greenhouse gas generation, and also some uncertainties [
8,
9] have been considered as constraint.
The authors of [
10] have analyzed the GEP and the transmission expansion planning (TEP) of a large-scale network with renewable energy. The objective function is to minimize investment, maintenance, and fuel costs using a multi-cut Benders decomposition algorithm for the optimization. A comprehensive and accurate optimization model of China GEP has been presented in [
11] and different types of power plants have been used. In [
12], the effects of solar and wind power plant uncertainty on the GEP model of IEEE 300-bus have been investigated. In [
13], the GEP problem has been modeled based on the game theory. The purpose of this article is to reduce carbon emissions by applying carbon taxes. In [
14], a comprehensive and deep review has been performed about the GEP problems such as uncertainties, energy policies, low carbon economy requirements, renewable sources, electricity market, demand-side programs, distributed generation, and so on. A review of the GEP problems, which include renewable energy power plants, has been carried out in [
15,
16] and the operational flexibility issues have been investigated and several ways have been proposed for solving this challenge. In [
17], a review has been performed about adding renewable power plants to the GEP model and three issues of optimization models, general/partial equilibrium models, and alternative models, have been studied. All the advantages and disadvantages of each model have been reviewed which has led to better perception of the expected results. In [
18], the GEP mathematical modelling has been presented and pollutants and renewable energy effects have been investigated. In the article, 100 MW wind power plants have been used as candidate and shown that three 100 MW power plants in 14-years planning can be used. In [
19], the wind power plant has been evaluated as a large portion of power generation and uncertainty effect of wind speed and gas power plants fuel price have been investigated. In [
20], renewable energies have been used to minimize fuel cost and CO
2 emission.
The GEP studies are based on the determination of annual peak load. Modeling the annual peak load uncertainty increases the accuracy of the results. Existing articles in the field of GEP, modelling the peak load uncertainty, can be divided into three categories. In the first category [
2,
4,
6,
18,
21], the researchers have not considered the load uncertainty and only a standard load profile of [
22] has been used. In the second category [
1,
3,
7,
8,
19,
23,
24,
25,
26,
27,
28,
29], the uncertainty of the load has been modelled using the annual load growth rate during the following years. In the third group of the research [
30,
31,
32], the load uncertainty has been considered using different methods. The authors of [
30] and [
31] have used scenario-based methods and in [
32], regression analysis has been used for forecasting the load. To have a good performance, scenario-based methods require the production of a large number of scenarios, which have high computational costs and are inefficient in large-scale problems [
33]. In recent years, deep learning-based methods extensively have been used for modeling uncertainties in power systems [
33,
34]. Long short-term memory (LSTM) networks, which are a new version of recurrent neural networks (RNN), show good performance in modeling uncertainties such as short-term load forecasting [
35], and electric vehicle demand modeling [
36]. In the previous works, the deep-learning-based methods have not been used for forecasting the annual peak load.
The GEP optimal solution with carbon emission cost has been considered by many authors [
37,
38]. Currently, low-carbon technology is divided into two categories. In the first category, carbon is absorbed directly by some technologies such as carbon capture. In the second category, carbon emissions are reduced by using renewable energy instead of fossil fuel power plants or improving the efficiency of power plants [
39]. The authors of [
40] have presented an integrated generation and transmission expansion planning model with carbon capture systems. In this paper, the total cost including investment, generation, and carbon emission costs. In [
41] a multi-period low carbon Generation Expansion Planning (LC-GEP) model is proposed under a low carbon policy. To obtain the optimal generation mix, a mixed-integer programming (MIP) model has been used under different carbon policies. In [
42] a linear programming model for coordinated GEP and TEP is presented. Furthermore, the effects of different carbon emission policies on system planning have been considered.
According to the previous works that are reviewed in
Table 1, the knowledge gap in this field can be defined as follows:
Investigating the effects of power plants’ lifetime constrain on new and existing plants. This constraint affects the GEP problem due to two practical reasons: 1-Some power plants have less lifetime than the planning horizon. This fact may increase the costs, and the GEP might have more cost than the case with a longer lifetime. 2-Some power plants may have derated efficiency due to aging, or out of date technologies in comparison with newer ones with less fuel consumption. Therefore, they should be replaced by new ones.
Using a new version of LSTM networks known as Bi-directional LSTM (BLSTM) networks for forecasting the annual peak load. The advantages of BLSTM networks compared to LSTM networks are its two feedforward and feedback loops, which lead to the use of the whole temporal horizon. This feature of BLSTM networks can increase accuracy in time series forecasting tasks.
Considering the carbon tax policy as a carbon emission reduction method in order to prevent the release of carbon into the environment
Some power plants go out of operation every year due to reaching the end-of-life. This issue is considered as a constraint in the model and a salvage value in the objective function. In addition, in the constraint of load and supply balance, the amount of load is equal to the output of the forecasted method (BLSTM networks). Considering carbon emissions will have a cost added to the objective function. As the objective function is minimized the carbon emissions will be reduced.
Table 1.
Comparison between different works in the GEP.
Table 1.
Comparison between different works in the GEP.
Ref. | GEP | Lifetime of Candidate Plants | Lifetime of Existing Plants | Load Forecasting | Carbon Emission | Renewable Energy |
---|
[11] | ✓ | | | ✓ | ✓ | ✓ |
[14] | ✓ | | | | ✓ | ✓ |
[25] | ✓ | | ✓ | | | |
[26] | ✓ | | ✓ | | ✓ | ✓ |
[27] | ✓ | | | ✓ | ✓ | ✓ |
[29] | ✓ | | ✓ | ✓ | ✓ | ✓ |
[38] | ✓ | | | | ✓ | |
[39] | ✓ | | | | ✓ | |
[40] | ✓ | | | | ✓ | ✓ |
This paper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
The rest of this paper is organized as follows. The GEP model is introduced in
Section 2.
Section 3 describes the deep learning-based approach to forecast annual peak load. The simulation results are included in
Section 4 followed by a conclusion in
Section 5.
3. Deep Learning-Based Approach for Annual Peak Load Forecasting
In this section, LSTM networks are introduced first, and then BLSTM networks are described. Against standard feedforward neural networks, RNNs, which benefit from recurrent weights, can learn the temporal dependence among data. This property of RNNs has a significant effect on the accuracy of time series forecasting results [
43]. The main challenges in the training of deep RNNs are vanishing and exploding gradients. To solve these problems, the robust version of RNNs known as LSTM networks have been introduced in [
33]. The construction of an LSTM block is shown in
Figure 1. Equations (9)–(13) describe the general formulation of an LSTM block [
33,
44]. In Equations (9), (10) and (12), the amount of outputs for input (
it), forget (
ft), and output (
ot) gates are calculated, respectively. In addition, Equation (11) shows the cell state, and
St is the output of LSTM block.:
where LSTM block variables are (
,
,
) ϵ
, (
,
,
) ϵ
,
,
,
,
) ϵ
.
Figure 2 presents the structure of the BLSTM networks which models the long-term dependencies. The accuracy of time series forecasting results can be improved by considering the whole temporal horizon with two-directional memory of the BLSTM networks [
45,
46].
In the BLSTM networks, we have two groups of LSTM blocks, one as a backward layer and another as a forward layer, which provide two ways for transferring information; one from future to past and another way from past to future. As a result, BLSTM networks have high ability in feature extraction and good performance in time series forecasting for long term horizon.
The BLSTM is an appropriate solution, where we are facing with data whose outputs are employed as the input data in the future steps. This configuration brings a strong memory for the BLSTM network to remember and utilize all the useful previous and future features with high accuracy [
47]. In the BLSTM networks,
ϵ
is the mini-batch input data in a time step
t,
ϵ
and
ϵ
are forward and backward hidden states which calculated based on Equations (14) and (15), respectively. Hidden state in a time step
t is
ϵ
, and output is
ϵ
which is calculated based on Equation (16).
BLSTM network variables are ϵ , ϵ , ϵ , ϵ , ϵ , and ϵ .
5. Conclusions
In this paper, the benefits of considering the lifetime constraint on the GEP problem for a 30-year planning horizon have been investigated. Furthermore, since the foundation of GEP studies is based on the annual peak load forecast, a new version of recurrent neural networks known as Bi-directional LSTM networks have been used for forecasting the annual peak load. To show the performance of the BLSTM network, it has been applied on Iran grid data for a test year (2020). The numerical results show the good performance of deep BLSTM which can forecast annual peak load with only 1.22% error in comparison with the real data. To indicate the effect of lifetime constraint, a test system and Iran large-scale power system have been considered as the case studies. The simulation results have shown that after considering the lifetime, sometimes it is not efficient to rebuild retired power plants and another type of power plant should be constructed to meet the demand. In the GEP problem, the power plant(s) of the same type is (are) rebuilt without considering the lifetime constraint. This leads to extra limitations in comparison with the solution, which considers the lifetime constraint. Therefore, the optimal result of the GEP problem with lifetime constraint has less cost. The results of simulations showed that the power plants such as PWR and PHWR, which have low operation costs and high construction, have been constructed in the early years of planning horizon. In contrast, only one LNG power plant has been constructed in the early years of planning horizon due to low construction and high operation cost. In comparison with the total cost of the case, which did not consider the lifetime constraint, the total cost has been decreased by 5.28% and 7.9% after considering the lifetime for the test system and Iran power system, respectively. Moreover, by considering the carbon emission constraint, the total amount of carbon has been decreased by 17%.