SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012



    An Application of Genetic Programming for Power
             System Planning and Operation
                                     R.Behera1, B.B.Pati2, B.P.Panigrahi2, S. Misra
                                             1, 3
                                                 Department of Electrical Engineering
                                                    I.G.I.T.Sarang, Orissa; India
                                                     b_rabindra@yahoo.co.in
                                           2, 4
                                                Department of Electrical Engineering
                                                    VSSUT Burla, Orissa, India


Abstract: This work incorporates the identification of model           determine future fuel requirements. Thus a good forecast
in functional form using curve fitting and genetic programming         reflecting the present and future trend is key to all planning.
technique which can forecast present and future load                   D.K.Chaturvedi & R.K.Mishra (1995) [3] presented the
requirement. Approximating an unknown function with                    Genetic Algorithm approach for long term load forecasting.
sample data is an important practical problem. In order to
                                                                       For load forecasting the results obtained through genetic
forecast an unknown function using a finite set of sample
data, a function is constructed to fit sample data points. This
                                                                       algorithm is compared With the result given by APS(Annual
process is called curve fitting. There are several methods of          Power Survey) carried out by CEA(Central Electricity
curve fitting. Interpolation is a special case of curve fitting        Authority).Genetic Algorithms claims to provide near optimal
where an exact fit of the existing data points is expected.            solution or optimal solution for computationally intensive
Once a model is generated, acceptability of the model must be          problems.
tested. There are several measures to test the goodness of a                Dr. Hanan Ahmad Kamal (2002) [4] focused on technique
model. Sum of absolute difference, mean absolute error, mean           of solving curve fitting problems using genetic programming
absolute percentage error, sum of squares due to error (SSE),          Curve Fitting problems used to be solved by assuming the
mean squared error and root mean squared errors can be used
                                                                       equation shape or degree then searching for the parameter
to evaluate models. Minimizing the squares of vertical distance
of the points in a curve (SSE) is one of the most widely used
                                                                       values as done in regression techniques. This paper
method .Two of the methods has been presented namely Curve             demonstrates that Curve Fitting problems can be solved using
fitting technique & Genetic Programming and they have been             GP without need to assume the equation shape. Object
compared based on (SSE)sum of squares due to error.                    oriented technique has been used to design and implement a
                                                                       general purpose GP engine.
Key words: Power System Planning, Load Forecasting, Curve              M. A. Farahat and M. Talaat (2010) [6] presented a New
Fitting, Genetic Algorithm, Mutation, Fitness Function.                Approach for Short-Term Load Forecasting Using Curve
                                                                       Fitting Prediction Optimized by Genetic Algorithms Curve
                     I. INTRODUCTION                                   fitting prediction and time series models are used for hourly
    One of the primary power system planning tasks of an electric      loads forecasting of the week days. It is shown that the
utility is to accurately predict load requirements at all times.       proposed approach provide very accurate hourly load
Results obtained from load forecasting process are used in             forecast. Also it is shown that the proposed method can
different areas such as planning and operation. Planning of            provide more accurate results. The mean percent relative error
future investment for the constructions depends on the                 of the model is less than 1 %. actual data. The ANN model is
accuracy of the long term load forecasting considerably                then used to forecast the annual peak demand of a Middle
therefore, several estimation methods have been applied for            Eastern utility up to the year 2006.
short, mid and long term load forecasting. Conventional load                Khaled M. EL-Naggar (2005) [2] which presents a paper
forecasting techniques are based on statistical methods.               which describe the comparison of three estimation techniques
Stochastic time series, non-parametric regression models               used for peak load forecasting in power systems. The three
were used in load forecasting. Also soft computing techniques          optimum estimation techniques are, genetic algorithms (GA),
were used as load estimator, such as recurrent neural net              least error squares (LS) and, least absolute value filtering
work of ANN model [8]. The estimation of load in advance is            (LAVF). The problem is formulated as an estimation problem.
commonly known as Load Forecasting. Power system                       Different forecasting models are considered.
expansion planning starts with a forecast of anticipated future             Azadeh, S.F. Ghaderi and S. Tarverdian (2006) [7] pre-
load requirement. The estimation of both demand & energy               sents a genetic algorithm (GA) with variable parameters to
requirement is crucial to an effective system planning.                forecast electricity demand using stochastic procedures. The
Demand predictions are used for determining the generation,            GA applied in this study has been tuned for all the GA param-
capacity transmission and distribution system additions [3].           eters and the best coefficients with minimum error are finally
Load forecasting is also used to establish policies for                found, while all the GA parameter values are tested together.
constructions, capital energy forecast which are needed to             The estimation errors of genetic algorithm model are less
© 2012 ACEEE                                                      15
DOI: 01.IJCSI.03.02.59
ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012


than that of estimated by regression method. Finally, analy-                           III. GENETIC PROGRAMMING
sis of variance (ANOVA) was applied to compare genetic
                                                                            Genetic programming is an extension of the genetic
algorithm, regression and actual data Zargham Hayadri (2007)
                                                                        algorithm in which the structures in the population are not
[1] presented a Time-Series Load Modeling and Load Fore-
                                                                        fixed-length character strings that encode candidate solutions
casting Using Neuro-Fuzzy Techniques. In this method, en-
                                                                        to a problem, but programs that, when executed, are the
ergy data of several past years is used to train an Adaptive
                                                                        candidate solutions to the problem. Genetic programming is
Network based on Fuzzy Inference System (ANFIS). ANN
                                                                        a domain-independent method that genetically breeds a
structure of ANFIS can capture the power consumption pat-
                                                                        population of computer programs to solve a problem.
terns, while the fuzzy logic structure of ANFIS performs sig-
                                                                        Moreover, genetic programming transforms a population of
nal trend identification
                                                                        computer programs into a new generation of programs by
    John R. Koza et al.,(1994) [17] presented the survey of
                                                                        applying analogs of naturally occurring genetic operations
genetic algorithm and genetic programming where both
                                                                        iteratively .This process is illustrated in Fig 3.1.
method has been compared and their represented scheme of
solutions has been deeply focused.
    Zhu Huan-rong et al (2010) [18] uses the genetic
programming(GP) method to establish the mathematical model
of load forecasting to meet certain precision required under
the conditions of a particular time in the future developing
trend of the load to make estimates and assumptions of
science. considering the meteorological factors on the impact
of electricity load.
    Edgar Manuel Carreno (2011) [21] formulated a paper
which forecast a spatial electric load using cellular automation
approach The most important features of this method are
good performance, few data and the simplicity of the algorithm,                    Fig 3.1 Main Loop of genetic programming
allowing for future scalability. The approach is tested in a
real system from a mid-size city showing good performance.              A. Genetic Representation
Results are presented in future preference maps.                            The programs are represented in a tree form in GP, which
                                                                        is the most common form, and the tree is called program tree
          II. LONG TERM LOAD FORECASTING                                (or parse tree or syntax tree). Some alternative program
   This is done for 1-5 years in advance in order to prepare            representations include finite automata (evolutionary
maintenance schedule of generating units, planning future               programming) and grammars (grammatical evolution). For
generation capacity, entering into an agreement for energy              example, the simple expression min(x/5y, x+y) is represented
interchange with neighboring utilities. There are two                   as shown in Figure 3.2. The tree includes nodes (which are
approaches namely,                                                      also called points) and links. The nodes indicate the
                                                                        instructions to execute. The links indicate the arguments for
A. Peak Load approach                                                   each instruction. In the following, the internal nodes in a tree
In this simple approach is to extrapolate the trend curve,              will be called functions, while the tree’s leaves will be called
which is obtained by plotting the past values of annual peak            terminals. The trees and their expressions in genetic
against year of operation. The following analytical function            programming can be represented using prefix notation (e.g.,
can be used to determine the trend curve [13].                          as Lisp S-expressions). A basic idea of lisp programs is
(i) Straight Line                                                       required to understand the representations and programming
                                                                        of genetic programming. In prefix notation, functions always
(ii)   Parabola                                                         precede their arguments. In this notation, it is easy to see the
(iii) Polynomial curve                                                  correspondence between expressions and their syntax trees.
y represents peak load and x represents time in years. The              Simple recursive procedures can convert prefix-notation
most common method of finding coefficient            is the             expressions into infix-notation expressions and vice versa.
least square curve fitting technique.
B. Energy approach
    Another method is to forecast annual sales to different
class of customers like residential, commercial industrial etc
which can be converted to annual peak demand using annual
load factor
                                                                         Fig 3.2 Basic Tree-Like Program Representation Used in Genetic
                                                                                                  Programming


© 2012 ACEEE                                                       16
DOI: 01.IJCSI.03.02.59
ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012


The choice of whether to use such a linear representation or            programs. A run of genetic programming is a competitive
an explicit tree representation is typically guided by ques-            search among a diverse population of programs composed
tions of convenience, efficiency, the genetic operations be-            of the available functions and terminals.
ing used (some may be more easily or more efficiently imple-
mented in one representation), and other data one may wish
to collect during runs. These tree representations are the
most common in GP, e.g., numerous high-quality, freely avail-
able GP implementations use them.
B. Genetic Programming Methodology
    Genetic programming starts with a primordial ooze of
thousands of randomly created computer programs. This
population of programs is progressively evolved over a series
of generations. The evolutionary search uses the Darwinian
principle of natural selection (survival of the fittest) and
analogs of various naturally occurring operations, including
crossover (sexual recombination), mutation, gene duplication,
gene deletion. In addition, genetic programming can
automatically create, in a single run, a general (parameterized)
solution to a problem in the form of a graphical structure
whose nodes or edges represent components and where the                           Fig 3.4 Functionality of Genetic Programming
parameter values of the components are specified by                     C. Benefits Of Genetic Programming
mathematical expressions containing free variables. That is,
genetic programming can automatically create a general                       A few advantages of genetic programming are:
solution to a problem in the form of a parameterized topology.          (i) Without any analytical knowledge accurate results are
                                                                        obtained.
 Preparatory Steps Of Genetic Programming:                              (ii) If fuzzy sets are encoded in the genotype, new and more
     Genetic programming starts from a high-level statement             suited fuzzy sets are generated to describe precise and
of the requirements of a problem and attempts to produce a              individual membership functions. This can be done by means
computer program that solves the problem. The human user                of the intersection and/or union of the existing fuzzy sets.
communicates the high-level statement of the problem to the             (iii) Every component of the resulting GP rule-base is relevant
genetic programming system by performing certain well-                  in some way for the solution of the problem. Thus null
defined preparatory steps. The five major preparatory steps             operations that will expend computational resources at
for the basic version of genetic programming require the                runtime are not encoded.
human user to specify.                                                  (iv) This approach does scale with the problem size. Some
i. The set of terminals (e.g., the independent variables of the         other approaches to the cart-centering problem use a GA
problem, zero-argument functions, and random constants)                 that encodes NxN matrices of parameters. These solutions
for each branch of the to-be-evolved program,                           work badly as the problem grows in size (i.e., as N, increases).
ii. The set of primitive functions for each branch of the to-be-        (v) With GP no restrictions are imposed on how the structure
evolved program,                                                        of solutions should be. Also the complexity or the number of
iii. The fitness measure (for explicitly or implicitly measuring        rules of the computed solution is not bounded
the fitness of individuals in the population),
                                                                        D. Applications Of GP
iv. Certain parameters for controlling the run
v. The termination criterion and method for designating the                  There are numerous applications of genetic programming.
result of the run.                                                      Some of them are:
                                                                        i. Black Art Problems
                                                                        ii. Programming The Unprogrammable (PTU
                                                                        iii. Commercially Useful New Inventions (CUNI)
                                                                        iv. Optimal Control
        Fig 3.3 Preparatory steps of Genetic Programming
                                                                                        IV. RESULTS & DISCUSSION
The figure below shows the five major preparatory steps for
the basic version of genetic programming. The preparatory                   Accurate load forecasting holds a great saving potential
steps (shown at the top of the figure) are the human supplied           for electric utility corporations since it determines its main
input to the genetic programming system. The computer                   source of income, particularly in the case of distributors.
program (shown at the bottom) is the output of the genetic              Precise load forecasting helps the electric utility to make unit
programming system. The first two preparatory steps specify             commitment decisions, reduce spinning reserve capacity and
the ingredients that are available to create the computer               schedule device maintenance plan properly. It is therefore
© 2012 ACEEE                                                       17
DOI: 01.IJCSI.03.02. 59
ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012


necessary that the electricity generating organizations should               the model for its accuracy. Here power model is selected, its
have prior knowledge of future demand with great accuracy.                   coefficient is calculated .The year is normalized and is taken
Some data mining algorithms play the greater role to predict                 from numerical value one and so on. Though power model is
the load forecasting. This research work examines and                        nonlinear in nature, it can be converted to linear by taking
analyzes the use of Curve Fitting Techniques and Genetic                     logarithmic both sides .Though this model suffers from high
Programming (GPLAB) as forecasting tools for predicting                      error rate .This model is selected only to make suitable
the energy demand for three years ahead and comparing the                    comparison. While comparing table 5.3 and table 5.7 it is
results. Various case studies has been taken from specific                   found that SSE of polynomial model is less as compared to
areas and energy consumption forecasting has been                            power model. Moreover RMSE of polynomial model is better
presented using tools mentioned above.                                       than the power model.
                                                                                 By incorporating the values of independent variable and
A. Case Study
                                                                             the calculated coefficient in equations the values of
     Energy consumption for has been taken from Turkey                       dependent values can be found. Hence the forecasted values
based power utilities started from year 1994 to 2005. Based                  of demand can be calculated both for the current and future
upon this future energy consumption has been forecasted                      years respectively.
up to year 2012.In this study, power consumption data is                     Power Model :The equation found for power model is
processed with both conventional regression analysis and
                                                                                                                                     (4.2)
genetic programming techniques.. Curve fitting tool of
MATLAB (cftool) is used for conventional regression and                               TABLE IV.4 CALCULATED COEFFICIENTS OF POWER MODEL
GPLAB Toolbox for MATLAB is used for applying genetic
programming. Curve fitting tool of MATLAB can be used to
fit data using polynomial, exponential, rational, Gaussian and
other equations. It also provides statistics to evaluate the
                                                                                   TABLE IV.5 MEASURES OF G OODNESS OF FIT FOR POWER MODEL
goodness of a fit produced. GPLAB is a free, highly
configurable and extendable genetic programming toolbox
supporting up-to-date features of the recent genetic
programming research. Curve fitting tool is used for
comparison with the genetic programming application. Among                   GP Model :Using Symbolic regression both parameters &
the different types of the fit, a 4th degree polynomial and a                Symbolic model is found for long term energy consumption
power equation the following form has produced the best                      forecasting. For this GPLAB Program has been run for 800
results. Coefficients are calculated with 95% confidence                     generations and population size of 100. It has fitness value
bounds. Using Curve Fitting and GP techniques the model                      599396247.98.The function found for symbolic regression at
found for long term demand forecasting is as follows:                        Generation 752 .

  TABLE IV.1 ENERGY CONSUMPTION DATA OF TURKEY BASED POWER UTILITY




The equation found for 4th degree polynomial model is


  TABLE IV.2 CALCULATED COEFFICIENTS OF A 4TH DEGREE POLYNOMIAL MODEL




                                                                                    Fig 4.1 Output of polynomial model & it’s Residual
  Table IV.3 Measures of Goodness of fit for polynomial model




Here independent variable is taken as year and demand as
the dependent variable. Functional form is found which best
describes the data while minimizing the error. In conventional
regression a model is selected in form of polynomial equation
.The above table shows the various measures of checking
© 2012 ACEEE                                                            18
DOI: 01.IJCSI.03.02.59
ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012

   TABLE IV.6 FORECASTING DEMAND FOR TURKEY BASED POWER UTILITY (A
                          COMPARATIVE STUDY)




                                                                                 Fig 4.4 Forecasting energy consumption for next year’s using
                                                                                                         power model




                                                                                Fig 4.5 Forecasting energy consumption using input data for GP
TABLE IV.7 FORECASTING OF ENERGY CONSUMPTION FOR NEXT SEVEN YEARS USING
                                                                                                            model
                         (A COMPARATIVE STUDY)




                                                                                Fig 4.6 Graph for forecasted energy consumption of next seven
                                                                                                    years using GP model


                                                                                                        DISCUSSION
                                                                                   Annual demand data has been taken from various utility
                                                                               as case studies. Both conventional and symbolic regression
                                                                               has been successfully implemented using input data.
                                                                               Considering the demand data of Turkey based power utility,
                                                                               SSE in case of GP model is 0.00038000 which is less than
           Fig 4.2 Output of power model & its residuals                       Polynomial model which is 0.0060879 or power model which
                                                                               is 0.02194693.It means if SSE is low the sum of vertical
                                                                               distances between the desire curve and the obtained curve
                                                                               is small, which guarantees the best model. Here GP is run
                                                                               population size of 100 and 800 generations. The best fitness
                                                                               value is found to be 338.50 at generation 792.

                                                                                                      CONCLUSION
                                                                                    While forecasting the future energy consumption using
   Fig 4.3 Forecasting energy consumption for next year’s using
                                                                               the data of turkey base power utilities by the method of curve
                        polynomial model                                       fitting and genetic programming technique .We have used
                                                                               polynomial model, power model and GP model to forecast the
                                                                               load requirements by providing time as an independent
                                                                               variable, it is found that output produces by power and
                                                                               polynomial model somewhat deviates from the actual data
                                                                               while output produces by GP model closely resembles the
                                                                               actual value and error is less in case of Genetic Programming.
© 2012 ACEEE                                                              19
DOI: 01.IJCSI.03.02.59
ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012


Moreover SSE nearly approaches zero in case of GP model as                 [7]. Edmund, T.H. Heng and Dipti Srinivasan “Short Term Load
compared to curve fitting technique which ensures that model               Forecasting Using Genetic Algorithm and Neural Networks” IEEE
found using GP closely fits the actual data. Hence forecasting             Catalogue No: 98EX137 June 1998, page no.21-26.
                                                                           [8]. Tawfiq Al-Saba and Ibrahim El-Amin (1999) “Artificial neural
of annual energy consumption must be done based upon
                                                                           networks as applied to long-term demand forecasting” Artificial
Genetic Programming which uses symbolic regression
                                                                           Intelligence in Engineering volume no.13, page no.189–197.
technique. This is the advantages of symbolic regression                   [9]. T. Rashid and T. Kechadi (2005) “A Practical Approach for
over conventional regression technique .In symbolic                        Electricity Load Forecasting” World Academy of Science,
regression both model and its coefficients can be found which              Engineering and Technology, volume no.5.
minimizes the chance of selecting a inbuilt function which                 [10]. A.Azadeh, R. Tavakkoli-Moghaddam,and S.Tarverdian ( 2010)
may not be a better model as in case of curve fitting technique.           “Electrical Energy Consumption estimation by Genetic Algorithm
To test the model RMSE has been calculated and compared                    and Analysis of Variance.
.It is been found to be nearly one in case of GP model while               [11]. Sanjib Misra & S.K.Patra (2008) “ Short Term Load Forecasting
its value deviates from one in case of power model or                      using Neural Network trained with Genetic Algorithm & Particle
polynomial model                                                           Swarm Optimization” First International Conference on Emerging
                                                                           Trends in Engineering and Technology,IEEE computer society.
                                                                           [12]. Quinlan et.al (1990) “genetic programming” paradigm which
              FUTURE SCOPE OF THE WORK
                                                                           genetically breeds populations of computer programs to solve
    In the present work Genetic programming is used to                     problems” Computer Science Department Stanford University.
forecast the future load requirements which incorporate time               [13]. K.Timma Reddy 2004 “Forecasting using Neural network
as an independent variable and energy consumption as a                     and genetic algorithm”.
                                                                           [14]. P.K. Sarangi & R.K.Chauan (2005-2009) “short term load
dependant variable. Practically it may be possible to include
                                                                           forecasting using neuro genetic hybrid approach”.
weather information, temperature, GDP, Number of consumers                 [15]. R John Koza et.al (1990) “genetic programming technique
as independent variables. We can apply genetic algorithm,                  based on Darwinism & natural selection for formulating and solving
ANN, Fuzzy Logic to long term energy forecasting so as to                  problems”.
get desired form of accuracy. We can also use GA-ANN and                   [16]. John R. Koza (1994) “Survey of Genetic Algorithm and Genetic
other hybrid optimization technique to forecast the future                 progrmming”.
load requirements.                                                         [17]. Zhu Huan-rong (2010) “genetic programming(GP) method to
                                                                           establish the mathematical model of load forecasting” International
                          REFERENCES                                       Conference On Computer Design And Appliations
                                                                           [18]. Limin Huo (2007) “Short-Term Load Forecasting Based on
[1]. Zargham Haydari and F. Kavehnia (2006) “ Time-Series Load             Improved Genetic Programming” IEEE proceeding.
Modeling and Load Forecasting Using Neuro-Fuzzy Techniques”,9th            [19]. D. K. Chaturvedi, Sinha Anand Premdayal,and Ashish
international conference, electrical power quality and utilization         Chandiok (2010) “Short-Term Load forecasting Using Soft
,page no.9-11.                                                             Computing Techniques” Int. J. Communications, Network and
[2]. Khaled M. EL-Naggar, and Khaled (2005) “Electric Load                 System Sciences, volume no.3, page no.273-279.
Forecasting Using Genetic Based Algorithm, Optimal Filter                  [20]. Edgar Manuel Carreno 2011 “A Cellular Automaton Approach
Estimator and Least Error Squares Technique: Comparative Study”            to Spatial Electric Load Forecasting” IEEE Transactions on power
World Academy of Science, Engineering and Technology ,volume               system, vol.26, No. 2.
no. 6.                                                                     [21]. Nima Amjady 2011 “Midterm Demand Prediction of Electrical
[3]. D. K. Chaturvedi, R. K. Mishra, and A. Agarwal. (1995) “Load          Power Systems Using a New Hybrid Forecast Technique” IEEE
Forecasting Using Genetic Algorithms” Journal of The Institution           Transactions on power system, vol.28, No. 4.
of Engineers (India), EL 76.3, page no.161-165.                            [22]. Nima Amjady 2011 “Midterm Demand Prediction of Electrical
[4]. Dr. Hanan Ahmad Kamal (2002) “Solving Curve Fitting                   Power Systems Using a New Hybrid Forecast Technique” IEEE
problems using Genetic Programming” IEEE MELECON May page                  Transactions on power system, vol.28, No. 4.
no.7-9.                                                                    [23]. Yang Wang 2011" Secondary Forecasting Based on Deviation
[5]. M. A. Farahat and M. Talaat “A New Approach for Short-                Analysis for Short-Term Load Forecasting” IEEE Transactions on
Term Load Forecasting Using Curve Fitting Prediction Optimized             power system, vol.30, No. 7.
by Genetic Algorithms (2010) “Proceedings of the 14th International        [24]. Alaa F. Sheta (2001) “Forecasting Using Genetic
Middle East Power Systems Conference (MEPCON’10), Cairo                    Programming”IEEE proceeding.
University, Egypt Volume No.125 December page no.19-21.                    [25]. Yusak Tanoto and Weerakorn Ongsakul (2010) “Long-term
[6]. A. Azadeh, S.F. Ghaderi and S. Tarverdian (2006) “Electrical          Peak Load Forecasting Using LMFeedforward Neural Network for
Energy Consumption Estimation by Genetic Algorithm “IEEE ISIE              Java-Madura-Bali Interconnection, Indonesia” page no.2-4
page, no.9-12.




© 2012 ACEEE                                                          20
DOI: 01.IJCSI.03.02. 59

Weitere ähnliche Inhalte

Was ist angesagt?

A novel predictive optimization scheme for energy-efficient reliable operatio...
A novel predictive optimization scheme for energy-efficient reliable operatio...A novel predictive optimization scheme for energy-efficient reliable operatio...
A novel predictive optimization scheme for energy-efficient reliable operatio...IJECEIAES
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET Journal
 
A novel predictive model for capturing threats for facilitating effective soc...
A novel predictive model for capturing threats for facilitating effective soc...A novel predictive model for capturing threats for facilitating effective soc...
A novel predictive model for capturing threats for facilitating effective soc...IJECEIAES
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...Cemal Ardil
 
Performance analysis of binary and multiclass models using azure machine lear...
Performance analysis of binary and multiclass models using azure machine lear...Performance analysis of binary and multiclass models using azure machine lear...
Performance analysis of binary and multiclass models using azure machine lear...IJECEIAES
 
Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...
Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...
Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...ijaia
 
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...ijcsa
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoeSAT Publishing House
 
A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...
A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...
A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...ijaia
 
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...TELKOMNIKA JOURNAL
 
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...IJERA Editor
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMcscpconf
 
Survey on deep learning applied to predictive maintenance
Survey on deep learning applied to predictive maintenance Survey on deep learning applied to predictive maintenance
Survey on deep learning applied to predictive maintenance IJECEIAES
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image ProcessingIRJET Journal
 
IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...
IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...
IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...IRJET Journal
 
IRJET- Reducing electricity usage in Internet using transactional data
IRJET-  	  Reducing electricity usage in Internet using transactional dataIRJET-  	  Reducing electricity usage in Internet using transactional data
IRJET- Reducing electricity usage in Internet using transactional dataIRJET Journal
 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...Journal For Research
 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)sipij
 
Analytical framework for optimized feature extraction for upgrading occupancy...
Analytical framework for optimized feature extraction for upgrading occupancy...Analytical framework for optimized feature extraction for upgrading occupancy...
Analytical framework for optimized feature extraction for upgrading occupancy...IJECEIAES
 

Was ist angesagt? (20)

A novel predictive optimization scheme for energy-efficient reliable operatio...
A novel predictive optimization scheme for energy-efficient reliable operatio...A novel predictive optimization scheme for energy-efficient reliable operatio...
A novel predictive optimization scheme for energy-efficient reliable operatio...
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...
 
A novel predictive model for capturing threats for facilitating effective soc...
A novel predictive model for capturing threats for facilitating effective soc...A novel predictive model for capturing threats for facilitating effective soc...
A novel predictive model for capturing threats for facilitating effective soc...
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
 
Performance analysis of binary and multiclass models using azure machine lear...
Performance analysis of binary and multiclass models using azure machine lear...Performance analysis of binary and multiclass models using azure machine lear...
Performance analysis of binary and multiclass models using azure machine lear...
 
Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...
Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...
Short-Term Forecasting of Electricity Consumption in Palestine Using Artifici...
 
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified pso
 
A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...
A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...
A REVIEW ON OPTIMIZATION OF LEAST SQUARES SUPPORT VECTOR MACHINE FOR TIME SER...
 
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
 
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
 
Survey on deep learning applied to predictive maintenance
Survey on deep learning applied to predictive maintenance Survey on deep learning applied to predictive maintenance
Survey on deep learning applied to predictive maintenance
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image Processing
 
IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...
IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...
IRJET- Image Reconstruction Algorithm for Electrical Impedance Tomographic Sy...
 
IRJET- Reducing electricity usage in Internet using transactional data
IRJET-  	  Reducing electricity usage in Internet using transactional dataIRJET-  	  Reducing electricity usage in Internet using transactional data
IRJET- Reducing electricity usage in Internet using transactional data
 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)
 
Analytical framework for optimized feature extraction for upgrading occupancy...
Analytical framework for optimized feature extraction for upgrading occupancy...Analytical framework for optimized feature extraction for upgrading occupancy...
Analytical framework for optimized feature extraction for upgrading occupancy...
 

Andere mochten auch

Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...
Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...
Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...Scientific Review
 
Mixed Language Based Offline Handwritten Character Recognition Using First St...
Mixed Language Based Offline Handwritten Character Recognition Using First St...Mixed Language Based Offline Handwritten Character Recognition Using First St...
Mixed Language Based Offline Handwritten Character Recognition Using First St...CSCJournals
 
Current clustering techniques
Current clustering techniquesCurrent clustering techniques
Current clustering techniquesPoonam Kshirsagar
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7Birat Sharma
 
artiicial intelligence in power system
artiicial intelligence in power systemartiicial intelligence in power system
artiicial intelligence in power systempratikguptateddy
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithmparry prabhu
 
Artificial intelligence in power plants
Artificial intelligence in power plantsArtificial intelligence in power plants
Artificial intelligence in power plantsvivekprajapatiankur
 
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Salah Amean
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentationjoe2002
 

Andere mochten auch (10)

Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...
Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...
Classification of Iris Data using Kernel Radial Basis Probabilistic Neural Ne...
 
Mixed Language Based Offline Handwritten Character Recognition Using First St...
Mixed Language Based Offline Handwritten Character Recognition Using First St...Mixed Language Based Offline Handwritten Character Recognition Using First St...
Mixed Language Based Offline Handwritten Character Recognition Using First St...
 
Current clustering techniques
Current clustering techniquesCurrent clustering techniques
Current clustering techniques
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7
 
artiicial intelligence in power system
artiicial intelligence in power systemartiicial intelligence in power system
artiicial intelligence in power system
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithm
 
List Of Post Graduate Thesis in engineering project management
List Of Post Graduate Thesis in engineering project managementList Of Post Graduate Thesis in engineering project management
List Of Post Graduate Thesis in engineering project management
 
Artificial intelligence in power plants
Artificial intelligence in power plantsArtificial intelligence in power plants
Artificial intelligence in power plants
 
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentation
 

Ähnlich wie An Application of Genetic Programming for Power System Planning and Operation

A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISIJSRD
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISIJSRD
 
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...IJERA Editor
 
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...Kashif Mehmood
 
A Review on Prediction of Compressive Strength and Slump by Using Different M...
A Review on Prediction of Compressive Strength and Slump by Using Different M...A Review on Prediction of Compressive Strength and Slump by Using Different M...
A Review on Prediction of Compressive Strength and Slump by Using Different M...IRJET Journal
 
A simplified predictive framework for cost evaluation to fault assessment usi...
A simplified predictive framework for cost evaluation to fault assessment usi...A simplified predictive framework for cost evaluation to fault assessment usi...
A simplified predictive framework for cost evaluation to fault assessment usi...IJECEIAES
 
A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...IOSR Journals
 
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...IRJET Journal
 
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...csandit
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...IJERDJOURNAL
 
Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...
Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...
Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...IJECEIAES
 
TOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUES
TOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUESTOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUES
TOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUESijaia
 
Tap changer optimisation using embedded differential evolutionary programming...
Tap changer optimisation using embedded differential evolutionary programming...Tap changer optimisation using embedded differential evolutionary programming...
Tap changer optimisation using embedded differential evolutionary programming...journalBEEI
 
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONSAPPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONSVLSICS Design
 
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONSAPPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONSVLSICS Design
 
710201911
710201911710201911
710201911IJRAT
 
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...csandit
 
710201911
710201911710201911
710201911IJRAT
 

Ähnlich wie An Application of Genetic Programming for Power System Planning and Operation (20)

A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
 
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
 
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
 
I02095257
I02095257I02095257
I02095257
 
A Review on Prediction of Compressive Strength and Slump by Using Different M...
A Review on Prediction of Compressive Strength and Slump by Using Different M...A Review on Prediction of Compressive Strength and Slump by Using Different M...
A Review on Prediction of Compressive Strength and Slump by Using Different M...
 
A simplified predictive framework for cost evaluation to fault assessment usi...
A simplified predictive framework for cost evaluation to fault assessment usi...A simplified predictive framework for cost evaluation to fault assessment usi...
A simplified predictive framework for cost evaluation to fault assessment usi...
 
A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...
 
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...
 
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
 
Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...
Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...
Novel Scheme for Minimal Iterative PSO Algorithm for Extending Network Lifeti...
 
TOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUES
TOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUESTOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUES
TOWARDS PREDICTING SOFTWARE DEFECTS WITH CLUSTERING TECHNIQUES
 
Tap changer optimisation using embedded differential evolutionary programming...
Tap changer optimisation using embedded differential evolutionary programming...Tap changer optimisation using embedded differential evolutionary programming...
Tap changer optimisation using embedded differential evolutionary programming...
 
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONSAPPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
 
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONSAPPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
APPROXIMATE ARITHMETIC CIRCUIT DESIGN FOR ERROR RESILIENT APPLICATIONS
 
Ie3514301434
Ie3514301434Ie3514301434
Ie3514301434
 
710201911
710201911710201911
710201911
 
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
 
710201911
710201911710201911
710201911
 

Mehr von IDES Editor

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A ReviewIDES Editor
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...IDES Editor
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingIDES Editor
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsIDES Editor
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...IDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...IDES Editor
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 

Mehr von IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 

Kürzlich hochgeladen

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

An Application of Genetic Programming for Power System Planning and Operation

  • 1. ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012 An Application of Genetic Programming for Power System Planning and Operation R.Behera1, B.B.Pati2, B.P.Panigrahi2, S. Misra 1, 3 Department of Electrical Engineering I.G.I.T.Sarang, Orissa; India b_rabindra@yahoo.co.in 2, 4 Department of Electrical Engineering VSSUT Burla, Orissa, India Abstract: This work incorporates the identification of model determine future fuel requirements. Thus a good forecast in functional form using curve fitting and genetic programming reflecting the present and future trend is key to all planning. technique which can forecast present and future load D.K.Chaturvedi & R.K.Mishra (1995) [3] presented the requirement. Approximating an unknown function with Genetic Algorithm approach for long term load forecasting. sample data is an important practical problem. In order to For load forecasting the results obtained through genetic forecast an unknown function using a finite set of sample data, a function is constructed to fit sample data points. This algorithm is compared With the result given by APS(Annual process is called curve fitting. There are several methods of Power Survey) carried out by CEA(Central Electricity curve fitting. Interpolation is a special case of curve fitting Authority).Genetic Algorithms claims to provide near optimal where an exact fit of the existing data points is expected. solution or optimal solution for computationally intensive Once a model is generated, acceptability of the model must be problems. tested. There are several measures to test the goodness of a Dr. Hanan Ahmad Kamal (2002) [4] focused on technique model. Sum of absolute difference, mean absolute error, mean of solving curve fitting problems using genetic programming absolute percentage error, sum of squares due to error (SSE), Curve Fitting problems used to be solved by assuming the mean squared error and root mean squared errors can be used equation shape or degree then searching for the parameter to evaluate models. Minimizing the squares of vertical distance of the points in a curve (SSE) is one of the most widely used values as done in regression techniques. This paper method .Two of the methods has been presented namely Curve demonstrates that Curve Fitting problems can be solved using fitting technique & Genetic Programming and they have been GP without need to assume the equation shape. Object compared based on (SSE)sum of squares due to error. oriented technique has been used to design and implement a general purpose GP engine. Key words: Power System Planning, Load Forecasting, Curve M. A. Farahat and M. Talaat (2010) [6] presented a New Fitting, Genetic Algorithm, Mutation, Fitness Function. Approach for Short-Term Load Forecasting Using Curve Fitting Prediction Optimized by Genetic Algorithms Curve I. INTRODUCTION fitting prediction and time series models are used for hourly One of the primary power system planning tasks of an electric loads forecasting of the week days. It is shown that the utility is to accurately predict load requirements at all times. proposed approach provide very accurate hourly load Results obtained from load forecasting process are used in forecast. Also it is shown that the proposed method can different areas such as planning and operation. Planning of provide more accurate results. The mean percent relative error future investment for the constructions depends on the of the model is less than 1 %. actual data. The ANN model is accuracy of the long term load forecasting considerably then used to forecast the annual peak demand of a Middle therefore, several estimation methods have been applied for Eastern utility up to the year 2006. short, mid and long term load forecasting. Conventional load Khaled M. EL-Naggar (2005) [2] which presents a paper forecasting techniques are based on statistical methods. which describe the comparison of three estimation techniques Stochastic time series, non-parametric regression models used for peak load forecasting in power systems. The three were used in load forecasting. Also soft computing techniques optimum estimation techniques are, genetic algorithms (GA), were used as load estimator, such as recurrent neural net least error squares (LS) and, least absolute value filtering work of ANN model [8]. The estimation of load in advance is (LAVF). The problem is formulated as an estimation problem. commonly known as Load Forecasting. Power system Different forecasting models are considered. expansion planning starts with a forecast of anticipated future Azadeh, S.F. Ghaderi and S. Tarverdian (2006) [7] pre- load requirement. The estimation of both demand & energy sents a genetic algorithm (GA) with variable parameters to requirement is crucial to an effective system planning. forecast electricity demand using stochastic procedures. The Demand predictions are used for determining the generation, GA applied in this study has been tuned for all the GA param- capacity transmission and distribution system additions [3]. eters and the best coefficients with minimum error are finally Load forecasting is also used to establish policies for found, while all the GA parameter values are tested together. constructions, capital energy forecast which are needed to The estimation errors of genetic algorithm model are less © 2012 ACEEE 15 DOI: 01.IJCSI.03.02.59
  • 2. ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012 than that of estimated by regression method. Finally, analy- III. GENETIC PROGRAMMING sis of variance (ANOVA) was applied to compare genetic Genetic programming is an extension of the genetic algorithm, regression and actual data Zargham Hayadri (2007) algorithm in which the structures in the population are not [1] presented a Time-Series Load Modeling and Load Fore- fixed-length character strings that encode candidate solutions casting Using Neuro-Fuzzy Techniques. In this method, en- to a problem, but programs that, when executed, are the ergy data of several past years is used to train an Adaptive candidate solutions to the problem. Genetic programming is Network based on Fuzzy Inference System (ANFIS). ANN a domain-independent method that genetically breeds a structure of ANFIS can capture the power consumption pat- population of computer programs to solve a problem. terns, while the fuzzy logic structure of ANFIS performs sig- Moreover, genetic programming transforms a population of nal trend identification computer programs into a new generation of programs by John R. Koza et al.,(1994) [17] presented the survey of applying analogs of naturally occurring genetic operations genetic algorithm and genetic programming where both iteratively .This process is illustrated in Fig 3.1. method has been compared and their represented scheme of solutions has been deeply focused. Zhu Huan-rong et al (2010) [18] uses the genetic programming(GP) method to establish the mathematical model of load forecasting to meet certain precision required under the conditions of a particular time in the future developing trend of the load to make estimates and assumptions of science. considering the meteorological factors on the impact of electricity load. Edgar Manuel Carreno (2011) [21] formulated a paper which forecast a spatial electric load using cellular automation approach The most important features of this method are good performance, few data and the simplicity of the algorithm, Fig 3.1 Main Loop of genetic programming allowing for future scalability. The approach is tested in a real system from a mid-size city showing good performance. A. Genetic Representation Results are presented in future preference maps. The programs are represented in a tree form in GP, which is the most common form, and the tree is called program tree II. LONG TERM LOAD FORECASTING (or parse tree or syntax tree). Some alternative program This is done for 1-5 years in advance in order to prepare representations include finite automata (evolutionary maintenance schedule of generating units, planning future programming) and grammars (grammatical evolution). For generation capacity, entering into an agreement for energy example, the simple expression min(x/5y, x+y) is represented interchange with neighboring utilities. There are two as shown in Figure 3.2. The tree includes nodes (which are approaches namely, also called points) and links. The nodes indicate the instructions to execute. The links indicate the arguments for A. Peak Load approach each instruction. In the following, the internal nodes in a tree In this simple approach is to extrapolate the trend curve, will be called functions, while the tree’s leaves will be called which is obtained by plotting the past values of annual peak terminals. The trees and their expressions in genetic against year of operation. The following analytical function programming can be represented using prefix notation (e.g., can be used to determine the trend curve [13]. as Lisp S-expressions). A basic idea of lisp programs is (i) Straight Line required to understand the representations and programming of genetic programming. In prefix notation, functions always (ii) Parabola precede their arguments. In this notation, it is easy to see the (iii) Polynomial curve correspondence between expressions and their syntax trees. y represents peak load and x represents time in years. The Simple recursive procedures can convert prefix-notation most common method of finding coefficient is the expressions into infix-notation expressions and vice versa. least square curve fitting technique. B. Energy approach Another method is to forecast annual sales to different class of customers like residential, commercial industrial etc which can be converted to annual peak demand using annual load factor Fig 3.2 Basic Tree-Like Program Representation Used in Genetic Programming © 2012 ACEEE 16 DOI: 01.IJCSI.03.02.59
  • 3. ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012 The choice of whether to use such a linear representation or programs. A run of genetic programming is a competitive an explicit tree representation is typically guided by ques- search among a diverse population of programs composed tions of convenience, efficiency, the genetic operations be- of the available functions and terminals. ing used (some may be more easily or more efficiently imple- mented in one representation), and other data one may wish to collect during runs. These tree representations are the most common in GP, e.g., numerous high-quality, freely avail- able GP implementations use them. B. Genetic Programming Methodology Genetic programming starts with a primordial ooze of thousands of randomly created computer programs. This population of programs is progressively evolved over a series of generations. The evolutionary search uses the Darwinian principle of natural selection (survival of the fittest) and analogs of various naturally occurring operations, including crossover (sexual recombination), mutation, gene duplication, gene deletion. In addition, genetic programming can automatically create, in a single run, a general (parameterized) solution to a problem in the form of a graphical structure whose nodes or edges represent components and where the Fig 3.4 Functionality of Genetic Programming parameter values of the components are specified by C. Benefits Of Genetic Programming mathematical expressions containing free variables. That is, genetic programming can automatically create a general A few advantages of genetic programming are: solution to a problem in the form of a parameterized topology. (i) Without any analytical knowledge accurate results are obtained. Preparatory Steps Of Genetic Programming: (ii) If fuzzy sets are encoded in the genotype, new and more Genetic programming starts from a high-level statement suited fuzzy sets are generated to describe precise and of the requirements of a problem and attempts to produce a individual membership functions. This can be done by means computer program that solves the problem. The human user of the intersection and/or union of the existing fuzzy sets. communicates the high-level statement of the problem to the (iii) Every component of the resulting GP rule-base is relevant genetic programming system by performing certain well- in some way for the solution of the problem. Thus null defined preparatory steps. The five major preparatory steps operations that will expend computational resources at for the basic version of genetic programming require the runtime are not encoded. human user to specify. (iv) This approach does scale with the problem size. Some i. The set of terminals (e.g., the independent variables of the other approaches to the cart-centering problem use a GA problem, zero-argument functions, and random constants) that encodes NxN matrices of parameters. These solutions for each branch of the to-be-evolved program, work badly as the problem grows in size (i.e., as N, increases). ii. The set of primitive functions for each branch of the to-be- (v) With GP no restrictions are imposed on how the structure evolved program, of solutions should be. Also the complexity or the number of iii. The fitness measure (for explicitly or implicitly measuring rules of the computed solution is not bounded the fitness of individuals in the population), D. Applications Of GP iv. Certain parameters for controlling the run v. The termination criterion and method for designating the There are numerous applications of genetic programming. result of the run. Some of them are: i. Black Art Problems ii. Programming The Unprogrammable (PTU iii. Commercially Useful New Inventions (CUNI) iv. Optimal Control Fig 3.3 Preparatory steps of Genetic Programming IV. RESULTS & DISCUSSION The figure below shows the five major preparatory steps for the basic version of genetic programming. The preparatory Accurate load forecasting holds a great saving potential steps (shown at the top of the figure) are the human supplied for electric utility corporations since it determines its main input to the genetic programming system. The computer source of income, particularly in the case of distributors. program (shown at the bottom) is the output of the genetic Precise load forecasting helps the electric utility to make unit programming system. The first two preparatory steps specify commitment decisions, reduce spinning reserve capacity and the ingredients that are available to create the computer schedule device maintenance plan properly. It is therefore © 2012 ACEEE 17 DOI: 01.IJCSI.03.02. 59
  • 4. ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012 necessary that the electricity generating organizations should the model for its accuracy. Here power model is selected, its have prior knowledge of future demand with great accuracy. coefficient is calculated .The year is normalized and is taken Some data mining algorithms play the greater role to predict from numerical value one and so on. Though power model is the load forecasting. This research work examines and nonlinear in nature, it can be converted to linear by taking analyzes the use of Curve Fitting Techniques and Genetic logarithmic both sides .Though this model suffers from high Programming (GPLAB) as forecasting tools for predicting error rate .This model is selected only to make suitable the energy demand for three years ahead and comparing the comparison. While comparing table 5.3 and table 5.7 it is results. Various case studies has been taken from specific found that SSE of polynomial model is less as compared to areas and energy consumption forecasting has been power model. Moreover RMSE of polynomial model is better presented using tools mentioned above. than the power model. By incorporating the values of independent variable and A. Case Study the calculated coefficient in equations the values of Energy consumption for has been taken from Turkey dependent values can be found. Hence the forecasted values based power utilities started from year 1994 to 2005. Based of demand can be calculated both for the current and future upon this future energy consumption has been forecasted years respectively. up to year 2012.In this study, power consumption data is Power Model :The equation found for power model is processed with both conventional regression analysis and (4.2) genetic programming techniques.. Curve fitting tool of MATLAB (cftool) is used for conventional regression and TABLE IV.4 CALCULATED COEFFICIENTS OF POWER MODEL GPLAB Toolbox for MATLAB is used for applying genetic programming. Curve fitting tool of MATLAB can be used to fit data using polynomial, exponential, rational, Gaussian and other equations. It also provides statistics to evaluate the TABLE IV.5 MEASURES OF G OODNESS OF FIT FOR POWER MODEL goodness of a fit produced. GPLAB is a free, highly configurable and extendable genetic programming toolbox supporting up-to-date features of the recent genetic programming research. Curve fitting tool is used for comparison with the genetic programming application. Among GP Model :Using Symbolic regression both parameters & the different types of the fit, a 4th degree polynomial and a Symbolic model is found for long term energy consumption power equation the following form has produced the best forecasting. For this GPLAB Program has been run for 800 results. Coefficients are calculated with 95% confidence generations and population size of 100. It has fitness value bounds. Using Curve Fitting and GP techniques the model 599396247.98.The function found for symbolic regression at found for long term demand forecasting is as follows: Generation 752 . TABLE IV.1 ENERGY CONSUMPTION DATA OF TURKEY BASED POWER UTILITY The equation found for 4th degree polynomial model is TABLE IV.2 CALCULATED COEFFICIENTS OF A 4TH DEGREE POLYNOMIAL MODEL Fig 4.1 Output of polynomial model & it’s Residual Table IV.3 Measures of Goodness of fit for polynomial model Here independent variable is taken as year and demand as the dependent variable. Functional form is found which best describes the data while minimizing the error. In conventional regression a model is selected in form of polynomial equation .The above table shows the various measures of checking © 2012 ACEEE 18 DOI: 01.IJCSI.03.02.59
  • 5. ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012 TABLE IV.6 FORECASTING DEMAND FOR TURKEY BASED POWER UTILITY (A COMPARATIVE STUDY) Fig 4.4 Forecasting energy consumption for next year’s using power model Fig 4.5 Forecasting energy consumption using input data for GP TABLE IV.7 FORECASTING OF ENERGY CONSUMPTION FOR NEXT SEVEN YEARS USING model (A COMPARATIVE STUDY) Fig 4.6 Graph for forecasted energy consumption of next seven years using GP model DISCUSSION Annual demand data has been taken from various utility as case studies. Both conventional and symbolic regression has been successfully implemented using input data. Considering the demand data of Turkey based power utility, SSE in case of GP model is 0.00038000 which is less than Fig 4.2 Output of power model & its residuals Polynomial model which is 0.0060879 or power model which is 0.02194693.It means if SSE is low the sum of vertical distances between the desire curve and the obtained curve is small, which guarantees the best model. Here GP is run population size of 100 and 800 generations. The best fitness value is found to be 338.50 at generation 792. CONCLUSION While forecasting the future energy consumption using Fig 4.3 Forecasting energy consumption for next year’s using the data of turkey base power utilities by the method of curve polynomial model fitting and genetic programming technique .We have used polynomial model, power model and GP model to forecast the load requirements by providing time as an independent variable, it is found that output produces by power and polynomial model somewhat deviates from the actual data while output produces by GP model closely resembles the actual value and error is less in case of Genetic Programming. © 2012 ACEEE 19 DOI: 01.IJCSI.03.02.59
  • 6. ACEEE Int. J. on Control System and Instrumentation, Vol. 03, No. 02, March 2012 Moreover SSE nearly approaches zero in case of GP model as [7]. Edmund, T.H. Heng and Dipti Srinivasan “Short Term Load compared to curve fitting technique which ensures that model Forecasting Using Genetic Algorithm and Neural Networks” IEEE found using GP closely fits the actual data. Hence forecasting Catalogue No: 98EX137 June 1998, page no.21-26. [8]. Tawfiq Al-Saba and Ibrahim El-Amin (1999) “Artificial neural of annual energy consumption must be done based upon networks as applied to long-term demand forecasting” Artificial Genetic Programming which uses symbolic regression Intelligence in Engineering volume no.13, page no.189–197. technique. This is the advantages of symbolic regression [9]. T. Rashid and T. Kechadi (2005) “A Practical Approach for over conventional regression technique .In symbolic Electricity Load Forecasting” World Academy of Science, regression both model and its coefficients can be found which Engineering and Technology, volume no.5. minimizes the chance of selecting a inbuilt function which [10]. A.Azadeh, R. Tavakkoli-Moghaddam,and S.Tarverdian ( 2010) may not be a better model as in case of curve fitting technique. “Electrical Energy Consumption estimation by Genetic Algorithm To test the model RMSE has been calculated and compared and Analysis of Variance. .It is been found to be nearly one in case of GP model while [11]. Sanjib Misra & S.K.Patra (2008) “ Short Term Load Forecasting its value deviates from one in case of power model or using Neural Network trained with Genetic Algorithm & Particle polynomial model Swarm Optimization” First International Conference on Emerging Trends in Engineering and Technology,IEEE computer society. [12]. Quinlan et.al (1990) “genetic programming” paradigm which FUTURE SCOPE OF THE WORK genetically breeds populations of computer programs to solve In the present work Genetic programming is used to problems” Computer Science Department Stanford University. forecast the future load requirements which incorporate time [13]. K.Timma Reddy 2004 “Forecasting using Neural network as an independent variable and energy consumption as a and genetic algorithm”. [14]. P.K. Sarangi & R.K.Chauan (2005-2009) “short term load dependant variable. Practically it may be possible to include forecasting using neuro genetic hybrid approach”. weather information, temperature, GDP, Number of consumers [15]. R John Koza et.al (1990) “genetic programming technique as independent variables. We can apply genetic algorithm, based on Darwinism & natural selection for formulating and solving ANN, Fuzzy Logic to long term energy forecasting so as to problems”. get desired form of accuracy. We can also use GA-ANN and [16]. John R. Koza (1994) “Survey of Genetic Algorithm and Genetic other hybrid optimization technique to forecast the future progrmming”. load requirements. [17]. Zhu Huan-rong (2010) “genetic programming(GP) method to establish the mathematical model of load forecasting” International REFERENCES Conference On Computer Design And Appliations [18]. Limin Huo (2007) “Short-Term Load Forecasting Based on [1]. Zargham Haydari and F. Kavehnia (2006) “ Time-Series Load Improved Genetic Programming” IEEE proceeding. Modeling and Load Forecasting Using Neuro-Fuzzy Techniques”,9th [19]. D. K. Chaturvedi, Sinha Anand Premdayal,and Ashish international conference, electrical power quality and utilization Chandiok (2010) “Short-Term Load forecasting Using Soft ,page no.9-11. Computing Techniques” Int. J. Communications, Network and [2]. Khaled M. EL-Naggar, and Khaled (2005) “Electric Load System Sciences, volume no.3, page no.273-279. Forecasting Using Genetic Based Algorithm, Optimal Filter [20]. Edgar Manuel Carreno 2011 “A Cellular Automaton Approach Estimator and Least Error Squares Technique: Comparative Study” to Spatial Electric Load Forecasting” IEEE Transactions on power World Academy of Science, Engineering and Technology ,volume system, vol.26, No. 2. no. 6. [21]. Nima Amjady 2011 “Midterm Demand Prediction of Electrical [3]. D. K. Chaturvedi, R. K. Mishra, and A. Agarwal. (1995) “Load Power Systems Using a New Hybrid Forecast Technique” IEEE Forecasting Using Genetic Algorithms” Journal of The Institution Transactions on power system, vol.28, No. 4. of Engineers (India), EL 76.3, page no.161-165. [22]. Nima Amjady 2011 “Midterm Demand Prediction of Electrical [4]. Dr. Hanan Ahmad Kamal (2002) “Solving Curve Fitting Power Systems Using a New Hybrid Forecast Technique” IEEE problems using Genetic Programming” IEEE MELECON May page Transactions on power system, vol.28, No. 4. no.7-9. [23]. Yang Wang 2011" Secondary Forecasting Based on Deviation [5]. M. A. Farahat and M. Talaat “A New Approach for Short- Analysis for Short-Term Load Forecasting” IEEE Transactions on Term Load Forecasting Using Curve Fitting Prediction Optimized power system, vol.30, No. 7. by Genetic Algorithms (2010) “Proceedings of the 14th International [24]. Alaa F. Sheta (2001) “Forecasting Using Genetic Middle East Power Systems Conference (MEPCON’10), Cairo Programming”IEEE proceeding. University, Egypt Volume No.125 December page no.19-21. [25]. Yusak Tanoto and Weerakorn Ongsakul (2010) “Long-term [6]. A. Azadeh, S.F. Ghaderi and S. Tarverdian (2006) “Electrical Peak Load Forecasting Using LMFeedforward Neural Network for Energy Consumption Estimation by Genetic Algorithm “IEEE ISIE Java-Madura-Bali Interconnection, Indonesia” page no.2-4 page, no.9-12. © 2012 ACEEE 20 DOI: 01.IJCSI.03.02. 59