SlideShare a Scribd company logo
1 of 37
6th International Summer School National University of Technology of the Ukraine Kiev, Ukraine,  August 8-20, 2011 Estimation of EnergyDemandof Turkey Particle SwarmOptimizationApproach Turan Paksoy a, Eren Özceylana, Nimet Y. Pehlivan b, Gerhard-Wilhelm Weberc a  SelcukUniversity, Department of Industrial Engineering, Campus, 42031, Konya, Turkey b SelcukUniversity, Department of Statistics, Campus, 42031, Konya, Turkey CMiddle East Technical University, Institute of Applied Mathematics, Campus, 06531, Ankara, Turkey tpaksoy@yahoo.com, nimet@selcuk.edu.tr, eozceylan@selcuk.edu.tr
Outline Introduction Literature Review Particle Swarm Optimization (PSO) PSO Energy Demand Estimation (EEPSO) Estimation of Turkey Energy Demand ComparisonsandScenarioAnalyzes Conclusion and Future Search     2 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
It is widely known that energy consumption and demand level is directly related to the level of development of a country like Turkey.  Hence, carrying an idea about energy demand and policy is a matter of serious importance.  Introduction *Turkey, which is a Eurasian country thatstretches  across the Anatolian peninsula in western Asia  and Thrace in the Balkan region of South-Eastern  Europe, has been one of the fastest growing  power markets in the world with its young and  growing population, rapid urbanization, strong  economic growth and low per-capita electricity  consumption for two decades.  3 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Figure 1 shows energy demand growth rates of ENTSO-E (European Network of Transmission System Operators for Electricity) members and Turkey. High growth potential of Turkey could be seen clearly besides other European countries. EnergySituation of Turkey 4 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Turkey’s energy demand has grown rapidly almost every year and will continue to grow along with its economy.  The primary energy need of Turkey has been growing by some 6% per annum for decades.  Turkey’s primary energy sources are hard coal, lignite, hydropower, oil, natural gas, geothermal and solar energy, wood, as well as animal and plant wastes.  However, the level of energy production in Turkey is very low (Figure). At present, around 26% of the total energy demand is being met by domestic energy sources, while the rest originates from a diversified import-portfolio. EnergySituation of Turkey MTOE: million tons of oil equivalents 5 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Coal, natural gas and oil consumptions are very close and have 91% in total primary energy consumption, while their production is 63.6% in total primary energy production.  In other words, only a small percentage of total primary consumption was provided by domestic production.  It is expected that by the year 2020, domestic energy consumption will reach 222 MTOE, while domestic production will be at 70 MTOE, or 30% of national demand. These indicators show that Turkey is forced to increase its dependence on foreign energy supplies.  Thus, the accurate estimating of energy demand is a very critical factor in the Turkey's energy policy making.  The goal of this study is to provide that accurate estimating model of energy demand using PSO. Energy of Turkey 6 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Energy estimation modeling is a subject of widespread current interest among practitioners and academicians concerned with problems of energy production and consumption.  First applications on energy demand forecasting in Turkey have been implemented by State Planning Organization (SPO) via using of simple regression techniques. Modern econometric techniques have been applied for energy planning and estimation of future energy demands of Turkey in 1984 first.  One of the modern econometric techniques, model for analysis of energy demand (MAED) which is a kind of simulation model and developed by International Atomic Energy Agency (IAEA) was started to be used by Ministry of Energy and Natural Resources of Turkey (MENR).  MAED is used to estimate the medium and long term energy demand, considering the relationships between several factors that affect the social, economic and technologic system of the country.  Literature Review 7 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
The MAED was applied six times over the period, in the years 1986, 1990, 1994 1997, 2000 and 2005.  In the overall assessment of Turkish energy demand forecasts, these studies always foresaw energy demand as being greater than it actually is.  These policies lead Turkey to be import dependent and much more vulnerable to external shocks and prevent energy markets from liberalizing.  Literature Review 8 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Many models have been developed from many researches using various forms of mathematical formulations, which are directly or indirectly related to energy development models to find a relation between energy consumption and income. For energy forecasting, statistical models are also considered by Ediger and Tatlıdil (2002), Sarak and Satman (2003), Yumurtacı and Asmaz (2004), Görücü and Gümrah (2004), Aras and Aras (2004), Ediger and Akar (2007), Erdoğdu (2007), Mucuk and Uysal (2009), Akkurt et al., (2010) and Dilaver and Hunt (2011).  In the energy estimation literature, meta-heuristic methods, which are used to solve combinatorial optimization problem, have been rarely applied to estimate energy consumption.  A summary of techniques, used for Turkey’s energy demand forecasting is given in Table.  Literature Review 9 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Literature Review 10 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
The Particle Swarm Optimization is one of the recent meta-heuristic techniques proposed by Kennedy and Eberhart(1995)based on natural flocking and swarming behavior of birds and insects. It isinitialized with a population of random solutions and searches for optima by updating generations.  In PSO, the potentialsolutions, or particles, move through the problem space by following the current optimum particles.  The concept of PSO gained in popularity due to its simplicity. Like other swarm-based techniques, PSO consists of a number of individualrefining their knowledge of the given search space.  However, unlike GA, the PSO algorithm has no evolutionary operators, such as crossover and mutation.  Particle Swarm Optimization (PSO) 11 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Particle Swarm Optimization (PSO) The individuals in a PSO have a position and a velocity and are denoted as particles.  The PSO algorithm works by attracting the particles to search space positions of high fitness.  Each particle has a memory function, and adjusts its trajectory according to two pieces of information, the best position that it has so far visited, and the global best position attained by the whole swarm. The system is initialized with a population of random solutions (particles) and searches iteratively through the d-dimensional problem space for optima by updating generations.  Each particle keeps a memory of its previous best position, pbest, and a velocity along each dimension, represented as Vi= (νi1, νi1,…., νid).  When a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest.  12 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Particle Swarm Optimization (PSO) The PSO concept consists of, at each time step, changing the velocity (V) of (accelerating) each particle toward its pbest location according to Eq. (1).  𝑣𝑖𝑑𝑡+1=𝑤.𝑣𝑖𝑑𝑡+𝑐1.𝑟𝑎𝑛𝑑1.𝑝𝑏𝑒𝑠𝑡𝑖𝑑𝑡−𝑥𝑖𝑑𝑡+𝑐2.𝑟𝑎𝑛𝑑2.𝑔𝑏𝑒𝑠𝑡𝑖𝑑𝑡−𝑥𝑖𝑑𝑡(1) The new position of the particle is determined by the sum of previous position and the new velocity which is given in Eq. (2): 𝑥𝑖𝑑𝑡+1= 𝑥𝑖𝑑𝑡+𝑣𝑖𝑑(𝑡+1)(2) Where 𝑐1 and 𝑐2 determine the relative influence of the social and cognitive components (learning factors), while 𝑟𝑎𝑛𝑑1 and 𝑟𝑎𝑛𝑑2 denote two random numbers uniformly distributed in the interval [0, 1].  wis a parameter called inertia weight used to control the impact of the previous velocities on the current one. In proposed PSO, inertia value of the equation changes on the each iteration. Inertia function is obtained as follow: 𝑤=𝑤𝑚𝑎𝑥−𝑤𝑚𝑎𝑥−𝑤𝑚𝑖𝑛𝑖𝑡𝑒𝑟𝑚𝑎𝑥∗𝑖𝑡𝑒𝑟(3) Where wmax is the first and maximum inertia force, wmin is minimum inertia force and itermax is maximum iteration number.     13 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Flowchart of the PSO algorithm  14 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Four indicators (population, GDP, import and export) were used in energy demand estimating models which are proposed based on PSO.  These indicators are commonly used in literature and believed that energy demand of a country is mostly affected by them.  Table shows four indicators and energy demand of Turkey between 1970 and 2005. The data are collected from Turkish Statistical Institute (TSI) and the MENR.  Data until 2005 is used to make a comparison other models which are developed for the same problem. PSO Energy Demand Estimation (EEPSO) 15 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Energy demand, GDP, population, import and export data of Turkey  16 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
PSO Energy Demand Estimation (EEPSO) As it seen in Table, it is clear that there is a linear relationship between four indicators and energy demand.  For example, while GDP, population, import and export of Turkey increased 3.4; 0.63; 22 and 31.5 times respectively, energy consumption of Turkey has increased 1.98 times between 1979-2005 years.  In this study, the estimation of energy demand based on economic indicators was modeled by using various forms, e.g. linear (Eq. (4)) and quadratic (Eq. (5)).  Linear form (EEPSOL) can be expressed as, Elinear= w1.X1 + w2.X2 + w3.X3 + w4.X4 + w5(4) and quadratic form (EEPSOQ) can be expressed as, Equadratic= w1.X1 + w2.X2 + w3.X3 + w4.X4 + w5.X1.X2 + w6.X1.X3 + w7.X1.X4 + w8.X2.X3 + w9.X2.X4 + w10.X3.X4 + w11.X12 + w12.X22 + w13.X32 + w14.X42 + w15(5) 17 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
PSO Energy Demand Estimation (EEPSO) EEPSO model optimizes coefficients (wi) of the design parameters (Xi), which are included by models, concurrently.  In energy demand estimating, the aim is to find the fittest model to the data. The fitness function of the model is given by,  Min𝑓𝑣=𝑖=1𝑛(𝐸𝑖𝑜𝑏𝑠𝑒𝑟𝑣𝑒𝑑−𝐸𝑖𝑝𝑟𝑒𝑑𝑖𝑐𝑡𝑒𝑑)2(6)   where Eobserved and Epredictedare the actual and predicted energy demand, respectively, n is the number of observations.    18 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
PSO Energy Demand Estimation (EEPSO) The EEPSO algorithm is composed of 4 main steps: Step1.Initialize a defined population of particles with random positions (Xi), velocities (Vi) and set iteration number, c1, c2 and wmax-min values.  Step2.Compute the objective values (forecasting errors) of all particles. Define own best position of each particle and its objective value pbest equal to its initial position and objective value, and define global best position and its objective value gbest equal to the best initial particle position and its objective value.   Step3.Change velocities and positions by using Eqs. (1) and (2). Step4.Repeat step 2 and step 3 until the predefined number of iterations is completed. 19 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
EEPSO models (linear (EEPSOL) and quadratic (EEPSOQ)) are developed to estimate the future energy demand values based on population, GDP (gross domestic product), import and export figures.  The EEPSO model was coded with MATLAB 2009 and run on a Pentium IV, 1.66 GHz, 2 GB RAM notebook computer.  One of the important problems is setting the best parameters of PSO.  Four important factors, particle size, inertia weight (w), maximum iteration number (iter) and c1,2are considered.  According to Shi and Eberhart(1998)c1 and c2 have a fixed value as 2.  The other parameters except inertia weight (w) is considered with the same of Ünler(2008); as particle size: 20 and as maximum iteration number: 1000.  A few statistical experiments are performed in order to find the best value of wmax and wmin. As a result of the statistical analysis, wmax and wmin are determined as 0.7 and 0.5. Estimation of Turkey Energy Demand 20 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimation of Turkey Energy Demand Twenty-seven data (1979–2005) were used to determine the weighting parameters of EEPSO models.  EEPSOL and EEPSOQ models with aforementioned parameters and data were tested 20 times and best results were considered.  In the linear form, coefficients obtained are given below: Elinear= 0,003806X1 + 1,912274X2 + 0,373543X3 – 0,483516X4 – 55,899070 	   (7) In the quadratic form of the proposed EEPSO model, coefficients obtained are given below: Equadratic= -0,005446X1+ 0,044550X2 – 0,431963X3 + 1,039665X4 + 0,004848X1*X2 + 0,008802X1*X3 – 0,006318X1*X4 – 0,006640X2*X3 – 0,002213X2*X4 + 0,002804X3*X4 – 0,001327X12 + 0,009923X22 - 0,006355X32 – 0,003039X42 + 1,254002                                     (8)   where X1 is GDP, X2 is population, X3 is import, X4 is export and f(v) is sum of squared errors.  21 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimation of Turkey Energy Demand Ten data (1996–2005) were used to validate the models. Table shows relative errors between estimated and observed data. 22 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimation of Turkey Energy Demand According to Table, proposed EEPSO approach for energy demand estimation are very robust and successful.  Although the largest deviation is 3.37% for linear form and -2.38% for quadratic form, they are quite acceptable levels. The largest deviations are obtained in 1999 because of the decreasing in GDP, import and export in that year.  Results show that quadratic form provided better fit estimation than the linear form due to the fluctuations of the economic indicators.  23 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimation of Turkey Energy Demand It is also observed that while proposed EEPSOL approach is providing better fit estimation than Toksarı (2007) and Ünler(2008) in linear form, EEPSOQ remains between Toksarı(2007)and Ünler(2008)in quadratic form.  Comparisons of energy demand in linear form 24 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimation of Turkey Energy Demand Comparisons of energy demand in quadratic form 25 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimation of Turkey Energy Demand When twenty seven data is considered (1979-2005), proposed approach finds less relative error than the other studies in both of linear and quadratic forms.  Tables give coefficients and forecasting relative errors of each study in linear and quadratic forms. Comparisons of coefficients and relative errors in linear form Comparisons of coefficients and relative errors in quadratic form 26 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
In order to show the accuracy of proposed models, three scenarios are used for forecasting Turkey’s energy demand in the years 2006–2025 and they are compared with Toksari’s(2007)ACO, Ünler’s(2008)PSO models and MENR projections.  Each scenario is explained below [40]; Scenario 1:It is assumed that the average growth rate of GDP is 6%, population growth rate is 0.17%, import growth rate is 4.5%, and export growth rate is 2% during the period of 2006–2025.  Scenario 2:It is assumed that the average growth rate of GDP is 5%, population growth rate is 0.15%, %, import growth rate is 5%, and proportion of import covered by export is 45% during the period of 2006–2025. Scenario 3:It is assumed that the average growth rate of GDP is 4%, population growth rate is 0.18%, import growth rate is 4.5%, and export growth rate 3.5% during the period of 2006–2025. Scenarios 27 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Tableshowsthe estimated values for two forms of proposed approach for the Scenario 1.  Proposed EEPSOQ form gives lower forecasts of the energy demand than the Toksarı(2007), Ünler(2008)and MENR projections.  The proposed EEPSOL form also gives lower estimates of the energy demand than the Toksarı(2007)and MENR projections. It gives a bit higher estimation values than Ünler’s(2008)linear model. Scenario 1 28 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Scenario 1 Future projections of total energy demand in MTOE according to Scenario 1 (linear form) Future projections of total energy demand in MTOE according to Scenario 1 (quadratic form) 29 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Table showsthe estimated values for two forms of proposed approach for the Scenario 2.  As can be seen, three linear studies (Toksarı2007; Ünler2008; EEPSOL)give nearly the same estimation that proposed EEPSOL method is lower than Toksarı(2007)higher than Ünler(2008).  Proposed EEPSOQ form gives lower forecasts of the energy demand than Toksarı(2007)and Ünler(2008). Scenario 2 30 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Scenario 2 Future projections of total energy demand in MTOE according to Scenario 2(linear form) Future projections of total energy demand in MTOE according to Scenario 2 (quadratic form) 31 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Estimated values for two forms of proposed approach for the Scenario 3 could be seen in Table. EEPSOL gives lower estimates of energy demand than Toksarı’s(2007)linear model and MENR projections.  It is also lower than Ünler’s(2008)linear model until 2011 then they give nearly the same estimation.  In quadratic form, as it can be seen fromtable, proposed EEPSOQ model gives the lowest forecasts of the energy demand. Scenario 3 32 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Scenario 3 Future projections of total energy demand in MTOE according to Scenario 3 (quadratic form) Future projections of total energy demand in MTOE according to Scenario 3(linear form) 33 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Conclusion Planning and estimating of energy is quite important to make sustainable energy policy for countries.  The relation between energy demand and socio-economic development of a country shows the importance of the need for systematic optimization of the energy demand estimation in Turkey.  That’s why, in this study, estimation of Turkey’s energy demand based on PSO is suggested via considering GDP, population, import and export indicators.  Two forms (linear and quadratic) of the EEPSO model are developed because of fluctuations of the economic indicators.  27 years data (1979-2005) is used to show the availability and advantages of proposed approach than the previous studies.  Three scenarios are proposed to forecast Turkey’s energy demand in the years 2006–2025 using the two forms of the EEPSO.  They are compared with the MENR, Toksarı’sACOand Ünler’sPSOprojections.  34 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Conclusion In this study, the following main conclusions may be drawn: While the largest deviation is 3.37% for linear form (EEPSOL), the largest deviation is 2.38% for quadratic form (EEPSOQ) in modeling with 27 years data (1979-2005). Then, it is observed that quadratic EEPSO provided better fit solution than linear form due to the fluctuations of the economic indicators. According to results of modeling and scenario analysis, it is clear that particle swarm optimization technique gives better forecasts than ant colony optimization technique.  While EEPSOL gives lower relative error than Toksarı’s(2007)linear model with 8.77% and Ünler’s(2008)linear model with 2.12%, EEPSOQ gives lower relative error than Toksarı’s(2007)quadratic model with 22.95% and Ünler’s(2008)quadratic model with 22.16%. The estimation of energy demand of Turkey using EEPSOQ form is underestimated and EEPSOL form has close estimations when the results are compared with Toksarı’s(2007), Ünler’s(2008)and MENR projections (2006-2025). So, it can be say that EEPSO forms, especially EEPSOQ is more realistic and acceptable.  35 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
It is concluded that the suggested models are satisfactory tools for successful energy demand forecasting.  The results presented here provide helpful insight into energy system modeling.  They could be also instrumental to scholars and policy makers as a potential tool for developing energy plans.  Future works should be focused on comparing the methods presented here with other available tools.  Forecasting of energy demand can also be investigated with bee colony optimization, artificial bee colony, bacterial foraging optimization, fuzzy logic, artificial neural networks or other meta-heuristic such as tabu search, simulated annealing, etc.  The results of the different methods can be compared with the PSO methods.    Future Research 36 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
Merci Teşekkürler Grazie ευχαριστία  Salamat Thank You благодарность Shoukran Danke Gracias 37 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey

More Related Content

What's hot

Design and implementation of smart electronic solar tracker based on Arduino
Design and implementation of smart electronic solar tracker based on ArduinoDesign and implementation of smart electronic solar tracker based on Arduino
Design and implementation of smart electronic solar tracker based on Arduino
TELKOMNIKA JOURNAL
 

What's hot (20)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Optimal design of adaptive power scheduling using modified ant colony optimi...
Optimal design of adaptive power scheduling using modified  ant colony optimi...Optimal design of adaptive power scheduling using modified  ant colony optimi...
Optimal design of adaptive power scheduling using modified ant colony optimi...
 
Economic viability and profitability assessments of WECS
Economic viability and profitability assessments of WECS Economic viability and profitability assessments of WECS
Economic viability and profitability assessments of WECS
 
A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
A Post-processing Approach for Solar Power Combined Forecasts of Ramp EventsA Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
 
The study of reducing the cost of investment in wind energy based on the cat ...
The study of reducing the cost of investment in wind energy based on the cat ...The study of reducing the cost of investment in wind energy based on the cat ...
The study of reducing the cost of investment in wind energy based on the cat ...
 
Hourly probabilistic solar power forecasts 3v
Hourly probabilistic solar power forecasts 3vHourly probabilistic solar power forecasts 3v
Hourly probabilistic solar power forecasts 3v
 
Stochastic control for optimal power flow in islanded microgrid
Stochastic control for optimal power flow in islanded microgridStochastic control for optimal power flow in islanded microgrid
Stochastic control for optimal power flow in islanded microgrid
 
Oil Consumption and Economic Growth in Turkey: An ARDL Bounds Test Approach i...
Oil Consumption and Economic Growth in Turkey: An ARDL Bounds Test Approach i...Oil Consumption and Economic Growth in Turkey: An ARDL Bounds Test Approach i...
Oil Consumption and Economic Growth in Turkey: An ARDL Bounds Test Approach i...
 
Short term load forecasting system based on support vector kernel methods
Short term load forecasting system based on support vector kernel methodsShort term load forecasting system based on support vector kernel methods
Short term load forecasting system based on support vector kernel methods
 
NSGA-II and MOPSO based optimization for sizing of hybrid PV/wind/battery ene...
NSGA-II and MOPSO based optimization for sizing of hybrid PV/wind/battery ene...NSGA-II and MOPSO based optimization for sizing of hybrid PV/wind/battery ene...
NSGA-II and MOPSO based optimization for sizing of hybrid PV/wind/battery ene...
 
Design and implementation of smart electronic solar tracker based on Arduino
Design and implementation of smart electronic solar tracker based on ArduinoDesign and implementation of smart electronic solar tracker based on Arduino
Design and implementation of smart electronic solar tracker based on Arduino
 
Impact of compressed air energy storage system into diesel power plant with w...
Impact of compressed air energy storage system into diesel power plant with w...Impact of compressed air energy storage system into diesel power plant with w...
Impact of compressed air energy storage system into diesel power plant with w...
 
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
 
Estimation of wind power density with artificial neural network
Estimation of wind power density with artificial neural networkEstimation of wind power density with artificial neural network
Estimation of wind power density with artificial neural network
 
PV Solar Power Forecasting
PV Solar Power ForecastingPV Solar Power Forecasting
PV Solar Power Forecasting
 
The quality of data and the accuracy of energy generation forecast by artific...
The quality of data and the accuracy of energy generation forecast by artific...The quality of data and the accuracy of energy generation forecast by artific...
The quality of data and the accuracy of energy generation forecast by artific...
 
Optimal Configuration of Wind Farms in Radial Distribution System Using Parti...
Optimal Configuration of Wind Farms in Radial Distribution System Using Parti...Optimal Configuration of Wind Farms in Radial Distribution System Using Parti...
Optimal Configuration of Wind Farms in Radial Distribution System Using Parti...
 
Electric Load Forecasting Using Genetic Algorithm – A Review
Electric Load Forecasting Using Genetic Algorithm – A Review Electric Load Forecasting Using Genetic Algorithm – A Review
Electric Load Forecasting Using Genetic Algorithm – A Review
 
40220130406008
4022013040600840220130406008
40220130406008
 

Similar to Estimation of Energy Demand of Turkey Particle Swarm Optimization Approach

Ijmer 46050715
Ijmer 46050715Ijmer 46050715
Ijmer 46050715
IJMER
 
Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...
Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...
Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...
IAES-IJPEDS
 
Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...
Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...
Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...
Power System Operation
 

Similar to Estimation of Energy Demand of Turkey Particle Swarm Optimization Approach (20)

Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
 
An Application of Energy and Exergy Analysis of Transport Sector of India
An Application of Energy and Exergy Analysis of Transport  Sector of IndiaAn Application of Energy and Exergy Analysis of Transport  Sector of India
An Application of Energy and Exergy Analysis of Transport Sector of India
 
Ijmer 46050715
Ijmer 46050715Ijmer 46050715
Ijmer 46050715
 
Analysis of Households’ Electricity Consumption with Ordered Logit Models: Ex...
Analysis of Households’ Electricity Consumption with Ordered Logit Models: Ex...Analysis of Households’ Electricity Consumption with Ordered Logit Models: Ex...
Analysis of Households’ Electricity Consumption with Ordered Logit Models: Ex...
 
Power plant engineering unit 1 by Varun Pratap Singh
Power plant engineering unit 1 by Varun Pratap SinghPower plant engineering unit 1 by Varun Pratap Singh
Power plant engineering unit 1 by Varun Pratap Singh
 
5 article azojete vol 9 37 50
5 article azojete vol 9 37 505 article azojete vol 9 37 50
5 article azojete vol 9 37 50
 
Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...
Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...
Optimal Planning of an Off-grid Electricity Generation with Renewable Energy ...
 
I010136772
I010136772I010136772
I010136772
 
Energy Policy in India
Energy Policy in IndiaEnergy Policy in India
Energy Policy in India
 
Energy Policy in India
Energy Policy in IndiaEnergy Policy in India
Energy Policy in India
 
Exergy analysis and igcc plant technology to improve the efficiency and to re...
Exergy analysis and igcc plant technology to improve the efficiency and to re...Exergy analysis and igcc plant technology to improve the efficiency and to re...
Exergy analysis and igcc plant technology to improve the efficiency and to re...
 
Turkey
TurkeyTurkey
Turkey
 
45 Seyed Masoud Kamali
45 Seyed Masoud Kamali45 Seyed Masoud Kamali
45 Seyed Masoud Kamali
 
Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...
Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...
Performance analysis based on probabilistic modelling of Quaid-e-Azam Solar P...
 
A Systematic Review of Renewable Energy Trend.pdf
A Systematic Review of Renewable Energy Trend.pdfA Systematic Review of Renewable Energy Trend.pdf
A Systematic Review of Renewable Energy Trend.pdf
 
Energy and exergy analysis for biomass co firing coal fuel based thermal powe...
Energy and exergy analysis for biomass co firing coal fuel based thermal powe...Energy and exergy analysis for biomass co firing coal fuel based thermal powe...
Energy and exergy analysis for biomass co firing coal fuel based thermal powe...
 
Leveling the playing field - the economics of electricity generation in Europe
Leveling the playing field - the economics of electricity generation in EuropeLeveling the playing field - the economics of electricity generation in Europe
Leveling the playing field - the economics of electricity generation in Europe
 
The Energy Strategy of India
The Energy Strategy of IndiaThe Energy Strategy of India
The Energy Strategy of India
 
Viability study of on-grid PV/Wind integrated System
Viability study of on-grid PV/Wind integrated SystemViability study of on-grid PV/Wind integrated System
Viability study of on-grid PV/Wind integrated System
 
Does price shock in electricity sector correct the consumption
Does price shock in electricity sector correct the consumptionDoes price shock in electricity sector correct the consumption
Does price shock in electricity sector correct the consumption
 

More from SSA KPI

Germany presentation
Germany presentationGermany presentation
Germany presentation
SSA KPI
 
Grand challenges in energy
Grand challenges in energyGrand challenges in energy
Grand challenges in energy
SSA KPI
 
Engineering role in sustainability
Engineering role in sustainabilityEngineering role in sustainability
Engineering role in sustainability
SSA KPI
 
Consensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentConsensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable development
SSA KPI
 
Competences in sustainability in engineering education
Competences in sustainability in engineering educationCompetences in sustainability in engineering education
Competences in sustainability in engineering education
SSA KPI
 
Introducatio SD for enginers
Introducatio SD for enginersIntroducatio SD for enginers
Introducatio SD for enginers
SSA KPI
 

More from SSA KPI (20)

Germany presentation
Germany presentationGermany presentation
Germany presentation
 
Grand challenges in energy
Grand challenges in energyGrand challenges in energy
Grand challenges in energy
 
Engineering role in sustainability
Engineering role in sustainabilityEngineering role in sustainability
Engineering role in sustainability
 
Consensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentConsensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable development
 
Competences in sustainability in engineering education
Competences in sustainability in engineering educationCompetences in sustainability in engineering education
Competences in sustainability in engineering education
 
Introducatio SD for enginers
Introducatio SD for enginersIntroducatio SD for enginers
Introducatio SD for enginers
 
DAAD-10.11.2011
DAAD-10.11.2011DAAD-10.11.2011
DAAD-10.11.2011
 
Talking with money
Talking with moneyTalking with money
Talking with money
 
'Green' startup investment
'Green' startup investment'Green' startup investment
'Green' startup investment
 
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea wavesFrom Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
 
Dynamics of dice games
Dynamics of dice gamesDynamics of dice games
Dynamics of dice games
 
Energy Security Costs
Energy Security CostsEnergy Security Costs
Energy Security Costs
 
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environmentsNaturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
 
Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5
 
Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4
 
Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3
 
Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2
 
Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1
 
Fluorescent proteins in current biology
Fluorescent proteins in current biologyFluorescent proteins in current biology
Fluorescent proteins in current biology
 
Neurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functionsNeurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functions
 

Recently uploaded

Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
UK Journal
 

Recently uploaded (20)

(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 

Estimation of Energy Demand of Turkey Particle Swarm Optimization Approach

  • 1. 6th International Summer School National University of Technology of the Ukraine Kiev, Ukraine, August 8-20, 2011 Estimation of EnergyDemandof Turkey Particle SwarmOptimizationApproach Turan Paksoy a, Eren Özceylana, Nimet Y. Pehlivan b, Gerhard-Wilhelm Weberc a SelcukUniversity, Department of Industrial Engineering, Campus, 42031, Konya, Turkey b SelcukUniversity, Department of Statistics, Campus, 42031, Konya, Turkey CMiddle East Technical University, Institute of Applied Mathematics, Campus, 06531, Ankara, Turkey tpaksoy@yahoo.com, nimet@selcuk.edu.tr, eozceylan@selcuk.edu.tr
  • 2. Outline Introduction Literature Review Particle Swarm Optimization (PSO) PSO Energy Demand Estimation (EEPSO) Estimation of Turkey Energy Demand ComparisonsandScenarioAnalyzes Conclusion and Future Search 2 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 3. It is widely known that energy consumption and demand level is directly related to the level of development of a country like Turkey. Hence, carrying an idea about energy demand and policy is a matter of serious importance. Introduction *Turkey, which is a Eurasian country thatstretches across the Anatolian peninsula in western Asia and Thrace in the Balkan region of South-Eastern Europe, has been one of the fastest growing power markets in the world with its young and growing population, rapid urbanization, strong economic growth and low per-capita electricity consumption for two decades. 3 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 4. Figure 1 shows energy demand growth rates of ENTSO-E (European Network of Transmission System Operators for Electricity) members and Turkey. High growth potential of Turkey could be seen clearly besides other European countries. EnergySituation of Turkey 4 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 5. Turkey’s energy demand has grown rapidly almost every year and will continue to grow along with its economy. The primary energy need of Turkey has been growing by some 6% per annum for decades. Turkey’s primary energy sources are hard coal, lignite, hydropower, oil, natural gas, geothermal and solar energy, wood, as well as animal and plant wastes. However, the level of energy production in Turkey is very low (Figure). At present, around 26% of the total energy demand is being met by domestic energy sources, while the rest originates from a diversified import-portfolio. EnergySituation of Turkey MTOE: million tons of oil equivalents 5 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 6. Coal, natural gas and oil consumptions are very close and have 91% in total primary energy consumption, while their production is 63.6% in total primary energy production. In other words, only a small percentage of total primary consumption was provided by domestic production. It is expected that by the year 2020, domestic energy consumption will reach 222 MTOE, while domestic production will be at 70 MTOE, or 30% of national demand. These indicators show that Turkey is forced to increase its dependence on foreign energy supplies. Thus, the accurate estimating of energy demand is a very critical factor in the Turkey's energy policy making. The goal of this study is to provide that accurate estimating model of energy demand using PSO. Energy of Turkey 6 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 7. Energy estimation modeling is a subject of widespread current interest among practitioners and academicians concerned with problems of energy production and consumption. First applications on energy demand forecasting in Turkey have been implemented by State Planning Organization (SPO) via using of simple regression techniques. Modern econometric techniques have been applied for energy planning and estimation of future energy demands of Turkey in 1984 first. One of the modern econometric techniques, model for analysis of energy demand (MAED) which is a kind of simulation model and developed by International Atomic Energy Agency (IAEA) was started to be used by Ministry of Energy and Natural Resources of Turkey (MENR). MAED is used to estimate the medium and long term energy demand, considering the relationships between several factors that affect the social, economic and technologic system of the country. Literature Review 7 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 8. The MAED was applied six times over the period, in the years 1986, 1990, 1994 1997, 2000 and 2005. In the overall assessment of Turkish energy demand forecasts, these studies always foresaw energy demand as being greater than it actually is. These policies lead Turkey to be import dependent and much more vulnerable to external shocks and prevent energy markets from liberalizing. Literature Review 8 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 9. Many models have been developed from many researches using various forms of mathematical formulations, which are directly or indirectly related to energy development models to find a relation between energy consumption and income. For energy forecasting, statistical models are also considered by Ediger and Tatlıdil (2002), Sarak and Satman (2003), Yumurtacı and Asmaz (2004), Görücü and Gümrah (2004), Aras and Aras (2004), Ediger and Akar (2007), Erdoğdu (2007), Mucuk and Uysal (2009), Akkurt et al., (2010) and Dilaver and Hunt (2011). In the energy estimation literature, meta-heuristic methods, which are used to solve combinatorial optimization problem, have been rarely applied to estimate energy consumption. A summary of techniques, used for Turkey’s energy demand forecasting is given in Table. Literature Review 9 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 10. Literature Review 10 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 11. The Particle Swarm Optimization is one of the recent meta-heuristic techniques proposed by Kennedy and Eberhart(1995)based on natural flocking and swarming behavior of birds and insects. It isinitialized with a population of random solutions and searches for optima by updating generations. In PSO, the potentialsolutions, or particles, move through the problem space by following the current optimum particles. The concept of PSO gained in popularity due to its simplicity. Like other swarm-based techniques, PSO consists of a number of individualrefining their knowledge of the given search space. However, unlike GA, the PSO algorithm has no evolutionary operators, such as crossover and mutation. Particle Swarm Optimization (PSO) 11 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 12. Particle Swarm Optimization (PSO) The individuals in a PSO have a position and a velocity and are denoted as particles. The PSO algorithm works by attracting the particles to search space positions of high fitness. Each particle has a memory function, and adjusts its trajectory according to two pieces of information, the best position that it has so far visited, and the global best position attained by the whole swarm. The system is initialized with a population of random solutions (particles) and searches iteratively through the d-dimensional problem space for optima by updating generations. Each particle keeps a memory of its previous best position, pbest, and a velocity along each dimension, represented as Vi= (νi1, νi1,…., νid). When a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. 12 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 13. Particle Swarm Optimization (PSO) The PSO concept consists of, at each time step, changing the velocity (V) of (accelerating) each particle toward its pbest location according to Eq. (1). 𝑣𝑖𝑑𝑡+1=𝑤.𝑣𝑖𝑑𝑡+𝑐1.𝑟𝑎𝑛𝑑1.𝑝𝑏𝑒𝑠𝑡𝑖𝑑𝑡−𝑥𝑖𝑑𝑡+𝑐2.𝑟𝑎𝑛𝑑2.𝑔𝑏𝑒𝑠𝑡𝑖𝑑𝑡−𝑥𝑖𝑑𝑡(1) The new position of the particle is determined by the sum of previous position and the new velocity which is given in Eq. (2): 𝑥𝑖𝑑𝑡+1= 𝑥𝑖𝑑𝑡+𝑣𝑖𝑑(𝑡+1)(2) Where 𝑐1 and 𝑐2 determine the relative influence of the social and cognitive components (learning factors), while 𝑟𝑎𝑛𝑑1 and 𝑟𝑎𝑛𝑑2 denote two random numbers uniformly distributed in the interval [0, 1]. wis a parameter called inertia weight used to control the impact of the previous velocities on the current one. In proposed PSO, inertia value of the equation changes on the each iteration. Inertia function is obtained as follow: 𝑤=𝑤𝑚𝑎𝑥−𝑤𝑚𝑎𝑥−𝑤𝑚𝑖𝑛𝑖𝑡𝑒𝑟𝑚𝑎𝑥∗𝑖𝑡𝑒𝑟(3) Where wmax is the first and maximum inertia force, wmin is minimum inertia force and itermax is maximum iteration number.   13 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 14. Flowchart of the PSO algorithm 14 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 15. Four indicators (population, GDP, import and export) were used in energy demand estimating models which are proposed based on PSO. These indicators are commonly used in literature and believed that energy demand of a country is mostly affected by them. Table shows four indicators and energy demand of Turkey between 1970 and 2005. The data are collected from Turkish Statistical Institute (TSI) and the MENR. Data until 2005 is used to make a comparison other models which are developed for the same problem. PSO Energy Demand Estimation (EEPSO) 15 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 16. Energy demand, GDP, population, import and export data of Turkey 16 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 17. PSO Energy Demand Estimation (EEPSO) As it seen in Table, it is clear that there is a linear relationship between four indicators and energy demand. For example, while GDP, population, import and export of Turkey increased 3.4; 0.63; 22 and 31.5 times respectively, energy consumption of Turkey has increased 1.98 times between 1979-2005 years. In this study, the estimation of energy demand based on economic indicators was modeled by using various forms, e.g. linear (Eq. (4)) and quadratic (Eq. (5)). Linear form (EEPSOL) can be expressed as, Elinear= w1.X1 + w2.X2 + w3.X3 + w4.X4 + w5(4) and quadratic form (EEPSOQ) can be expressed as, Equadratic= w1.X1 + w2.X2 + w3.X3 + w4.X4 + w5.X1.X2 + w6.X1.X3 + w7.X1.X4 + w8.X2.X3 + w9.X2.X4 + w10.X3.X4 + w11.X12 + w12.X22 + w13.X32 + w14.X42 + w15(5) 17 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 18. PSO Energy Demand Estimation (EEPSO) EEPSO model optimizes coefficients (wi) of the design parameters (Xi), which are included by models, concurrently. In energy demand estimating, the aim is to find the fittest model to the data. The fitness function of the model is given by,  Min𝑓𝑣=𝑖=1𝑛(𝐸𝑖𝑜𝑏𝑠𝑒𝑟𝑣𝑒𝑑−𝐸𝑖𝑝𝑟𝑒𝑑𝑖𝑐𝑡𝑒𝑑)2(6)   where Eobserved and Epredictedare the actual and predicted energy demand, respectively, n is the number of observations.   18 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 19. PSO Energy Demand Estimation (EEPSO) The EEPSO algorithm is composed of 4 main steps: Step1.Initialize a defined population of particles with random positions (Xi), velocities (Vi) and set iteration number, c1, c2 and wmax-min values. Step2.Compute the objective values (forecasting errors) of all particles. Define own best position of each particle and its objective value pbest equal to its initial position and objective value, and define global best position and its objective value gbest equal to the best initial particle position and its objective value. Step3.Change velocities and positions by using Eqs. (1) and (2). Step4.Repeat step 2 and step 3 until the predefined number of iterations is completed. 19 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 20. EEPSO models (linear (EEPSOL) and quadratic (EEPSOQ)) are developed to estimate the future energy demand values based on population, GDP (gross domestic product), import and export figures. The EEPSO model was coded with MATLAB 2009 and run on a Pentium IV, 1.66 GHz, 2 GB RAM notebook computer. One of the important problems is setting the best parameters of PSO. Four important factors, particle size, inertia weight (w), maximum iteration number (iter) and c1,2are considered. According to Shi and Eberhart(1998)c1 and c2 have a fixed value as 2. The other parameters except inertia weight (w) is considered with the same of Ünler(2008); as particle size: 20 and as maximum iteration number: 1000. A few statistical experiments are performed in order to find the best value of wmax and wmin. As a result of the statistical analysis, wmax and wmin are determined as 0.7 and 0.5. Estimation of Turkey Energy Demand 20 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 21. Estimation of Turkey Energy Demand Twenty-seven data (1979–2005) were used to determine the weighting parameters of EEPSO models. EEPSOL and EEPSOQ models with aforementioned parameters and data were tested 20 times and best results were considered. In the linear form, coefficients obtained are given below: Elinear= 0,003806X1 + 1,912274X2 + 0,373543X3 – 0,483516X4 – 55,899070 (7) In the quadratic form of the proposed EEPSO model, coefficients obtained are given below: Equadratic= -0,005446X1+ 0,044550X2 – 0,431963X3 + 1,039665X4 + 0,004848X1*X2 + 0,008802X1*X3 – 0,006318X1*X4 – 0,006640X2*X3 – 0,002213X2*X4 + 0,002804X3*X4 – 0,001327X12 + 0,009923X22 - 0,006355X32 – 0,003039X42 + 1,254002 (8)   where X1 is GDP, X2 is population, X3 is import, X4 is export and f(v) is sum of squared errors. 21 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 22. Estimation of Turkey Energy Demand Ten data (1996–2005) were used to validate the models. Table shows relative errors between estimated and observed data. 22 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 23. Estimation of Turkey Energy Demand According to Table, proposed EEPSO approach for energy demand estimation are very robust and successful. Although the largest deviation is 3.37% for linear form and -2.38% for quadratic form, they are quite acceptable levels. The largest deviations are obtained in 1999 because of the decreasing in GDP, import and export in that year. Results show that quadratic form provided better fit estimation than the linear form due to the fluctuations of the economic indicators. 23 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 24. Estimation of Turkey Energy Demand It is also observed that while proposed EEPSOL approach is providing better fit estimation than Toksarı (2007) and Ünler(2008) in linear form, EEPSOQ remains between Toksarı(2007)and Ünler(2008)in quadratic form. Comparisons of energy demand in linear form 24 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 25. Estimation of Turkey Energy Demand Comparisons of energy demand in quadratic form 25 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 26. Estimation of Turkey Energy Demand When twenty seven data is considered (1979-2005), proposed approach finds less relative error than the other studies in both of linear and quadratic forms. Tables give coefficients and forecasting relative errors of each study in linear and quadratic forms. Comparisons of coefficients and relative errors in linear form Comparisons of coefficients and relative errors in quadratic form 26 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 27. In order to show the accuracy of proposed models, three scenarios are used for forecasting Turkey’s energy demand in the years 2006–2025 and they are compared with Toksari’s(2007)ACO, Ünler’s(2008)PSO models and MENR projections. Each scenario is explained below [40]; Scenario 1:It is assumed that the average growth rate of GDP is 6%, population growth rate is 0.17%, import growth rate is 4.5%, and export growth rate is 2% during the period of 2006–2025. Scenario 2:It is assumed that the average growth rate of GDP is 5%, population growth rate is 0.15%, %, import growth rate is 5%, and proportion of import covered by export is 45% during the period of 2006–2025. Scenario 3:It is assumed that the average growth rate of GDP is 4%, population growth rate is 0.18%, import growth rate is 4.5%, and export growth rate 3.5% during the period of 2006–2025. Scenarios 27 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 28. Tableshowsthe estimated values for two forms of proposed approach for the Scenario 1. Proposed EEPSOQ form gives lower forecasts of the energy demand than the Toksarı(2007), Ünler(2008)and MENR projections. The proposed EEPSOL form also gives lower estimates of the energy demand than the Toksarı(2007)and MENR projections. It gives a bit higher estimation values than Ünler’s(2008)linear model. Scenario 1 28 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 29. Scenario 1 Future projections of total energy demand in MTOE according to Scenario 1 (linear form) Future projections of total energy demand in MTOE according to Scenario 1 (quadratic form) 29 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 30. Table showsthe estimated values for two forms of proposed approach for the Scenario 2. As can be seen, three linear studies (Toksarı2007; Ünler2008; EEPSOL)give nearly the same estimation that proposed EEPSOL method is lower than Toksarı(2007)higher than Ünler(2008). Proposed EEPSOQ form gives lower forecasts of the energy demand than Toksarı(2007)and Ünler(2008). Scenario 2 30 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 31. Scenario 2 Future projections of total energy demand in MTOE according to Scenario 2(linear form) Future projections of total energy demand in MTOE according to Scenario 2 (quadratic form) 31 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 32. Estimated values for two forms of proposed approach for the Scenario 3 could be seen in Table. EEPSOL gives lower estimates of energy demand than Toksarı’s(2007)linear model and MENR projections. It is also lower than Ünler’s(2008)linear model until 2011 then they give nearly the same estimation. In quadratic form, as it can be seen fromtable, proposed EEPSOQ model gives the lowest forecasts of the energy demand. Scenario 3 32 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 33. Scenario 3 Future projections of total energy demand in MTOE according to Scenario 3 (quadratic form) Future projections of total energy demand in MTOE according to Scenario 3(linear form) 33 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 34. Conclusion Planning and estimating of energy is quite important to make sustainable energy policy for countries. The relation between energy demand and socio-economic development of a country shows the importance of the need for systematic optimization of the energy demand estimation in Turkey. That’s why, in this study, estimation of Turkey’s energy demand based on PSO is suggested via considering GDP, population, import and export indicators. Two forms (linear and quadratic) of the EEPSO model are developed because of fluctuations of the economic indicators. 27 years data (1979-2005) is used to show the availability and advantages of proposed approach than the previous studies. Three scenarios are proposed to forecast Turkey’s energy demand in the years 2006–2025 using the two forms of the EEPSO. They are compared with the MENR, Toksarı’sACOand Ünler’sPSOprojections. 34 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 35. Conclusion In this study, the following main conclusions may be drawn: While the largest deviation is 3.37% for linear form (EEPSOL), the largest deviation is 2.38% for quadratic form (EEPSOQ) in modeling with 27 years data (1979-2005). Then, it is observed that quadratic EEPSO provided better fit solution than linear form due to the fluctuations of the economic indicators. According to results of modeling and scenario analysis, it is clear that particle swarm optimization technique gives better forecasts than ant colony optimization technique. While EEPSOL gives lower relative error than Toksarı’s(2007)linear model with 8.77% and Ünler’s(2008)linear model with 2.12%, EEPSOQ gives lower relative error than Toksarı’s(2007)quadratic model with 22.95% and Ünler’s(2008)quadratic model with 22.16%. The estimation of energy demand of Turkey using EEPSOQ form is underestimated and EEPSOL form has close estimations when the results are compared with Toksarı’s(2007), Ünler’s(2008)and MENR projections (2006-2025). So, it can be say that EEPSO forms, especially EEPSOQ is more realistic and acceptable. 35 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 36. It is concluded that the suggested models are satisfactory tools for successful energy demand forecasting. The results presented here provide helpful insight into energy system modeling. They could be also instrumental to scholars and policy makers as a potential tool for developing energy plans. Future works should be focused on comparing the methods presented here with other available tools. Forecasting of energy demand can also be investigated with bee colony optimization, artificial bee colony, bacterial foraging optimization, fuzzy logic, artificial neural networks or other meta-heuristic such as tabu search, simulated annealing, etc. The results of the different methods can be compared with the PSO methods. Future Research 36 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey
  • 37. Merci Teşekkürler Grazie ευχαριστία Salamat Thank You благодарность Shoukran Danke Gracias 37 Particle SwarmOptimizationApproachforEstimation of EnergyDemand of Turkey