Multi-Objective Optimization using Evolutionary Computation Techniques

Size: px
Start display at page:

Download "Multi-Objective Optimization using Evolutionary Computation Techniques"

Transcription

1 Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 MultObectve Optmzaton usng Evolutonary Computaton Technques Rambabu CH Electrcal Department, Sr Vasav Engg College, Tadepallgudem, W..DT, A.P., INDIA Dr.Y.P.Obulesh Electrcal Department, L.B.R.College of Engneerng, Mylavaram, Krshna Dst, A.P, INDIA Dr.CH.Sababu Electrcal Department, JNTUK College of Engg., Kaknada, E..Dt, A.P.,INDIA ABSTRACT In ths paper an EP and PSO based optmzaton algorthms have been proposed for solvng optmal power flow problems wth multple obectve functons. These algorthms take nto consderaton all the equalty and nequalty constrants. The mprovement n system performance s based on reducton n cost of power generaton and actve power loss. The proposed algorthms have been compared wth the other methods reported n the lterature. Smulaton studes have been carred out for the optmal solutons of the IEEE 14bus and IEEE 3bus systems. Keywords EP, PSO, Actve Power Loss 1. INTRODUCTION The man obectve of electrc power utltes s to provde hgh qualty relable supply to the consumers at the lowest possble cost whle operatng to meet the lmts and constrant mposed on the generatng unts. Ths formulates the wellknown Economc Load Dspatch ELD) problem for fndng the optmal combnaton of the output power of all onlne generatng unts that mnmzes the total fuel cost, whle satsfyng all constrants [1]. The Optmal Power Flow ) s an mportant crteron n today s power system operaton and control due to scarcty of energy resources, ncreasng power generaton cost and ever growng demand for electrc energy. As the sze of the power system ncreases, load may be varyng. The generators should share the total demand plus losses among themselves. The sharng should be based on the fuel cost of the total generaton wth respect to some securty constrants. enerally, most of the approaches apply senstvty analyss and gradentbased optmzaton algorthms by lnearzng the obectve functon and system constrants around an operatng pont. Unfortunately, the problems of are hghly nonlnear and a mult model optmzaton problems,.e. there exst more than one local optmum. Therefore, conventonal optmzaton methods that make use of dervatves and gradents are, n general, not able to locate or dentfy the global optmum [7]. ELD s solved tradtonally usng mathematcal programmng based on optmzaton technques such as lambda teraton, gradent method and so on. Economc load dspatch wth pecewse lnear cost functons s a hghly heurstc, approxmate and extremely fast form of economc dspatch. Complex constraned ELD s addressed by ntellgent methods. Among these methods, some of them are genetc algorthm A) and, evolutonary programmng EP), dynamc programmng DP), tabu search, hybrd EP, neural network NN), adaptve Hopfeld neural network AHNN), partcle swarm optmzaton PSO) etc. For calculaton smplcty, exstng methods use second order fuel cost functons whch nvolve approxmaton and constrants are handled separately, although sometmes valvepont effects are consdered [13][15]. Intellgent methods are teratve technques that can search not only local optmal solutons but also a global optmal soluton dependng on problem doman and executon tme lmt. They are generalpurpose searchng technques based on prncples nspred from the genetc and evoluton mechansms observed n natural systems and populatons of lvng bengs. These methods have the advantage of searchng the soluton space more thoroughly. The man dffculty s ther senstvty to the choce of parameters. Among ntellgent methods, PSO s smple and promsng. It requres less computaton tme and memory. It has also standard values for ts parameters. In ths, the Partcle Swarm Optmzaton PSO) s proposed as a methodology for economc load dspatch [].. BY EVOLUTIONARY COMPUTATION TECHNIQUES.1 Evolutonary Programmng EP) Evolutonary Programmng EP) s an optmzaton technque based on the natural generaton. It nvolves random number generaton at the ntalzaton process. The generated random numbers represent the parameters responsble for the optmzaton of the ftness value. In addton, EP also nvolves statstcs, ftness calculaton, mutaton and the new generaton wll be bred by mode of selecton. EP s a global optmzaton technque that starts wth the populaton of randomly generated canddate soluton and evolves a better soluton over a number of generatons or teratons. It s more sutable to effectvely handle noncontnuous and nondfferentable functon. The man stage of ths technque ncludes ntalzaton, mutaton, competton and selecton [13]. EP Algorthm. An Intal populaton of N p parent vectors s consdered as the tral soluton. From these parents off sprngs are created by mutaton, hence N p off sprngs are obtaned. By combnng the parents and off sprngs, N p solutons are obtaned v. Through competton and selecton, frst N p optmal solutons are selected 19

2 Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 v. The selected solutons are consdered as parents for the next teraton v. After the requred number of teratons, the best optmal soluton s obtaned.. Partcle Swarm Optmzaton PSO shares many smlartes wth evolutonary computaton technques such as enetc Algorthms A). The system s ntalzed wth a populaton of random solutons and searches for optma by updatng generatons. However, unlke A, PSO has no evoluton operators such as crossover and mutaton [3]. Velocty of each agent can be modfed by the followng equaton: k 1 k k k v wv c rand pbest s ) c rand * gbest s ) 1 1 *.1) w w w wmn ) / ter ))* ter.) The current poston searchng pont n the soluton space) can be modfed by the followng equaton k 1 k k 1 s s v.3) PSO Algorthm Step 1: eneraton of ntal condton of each agent. Intal searchng ponts s ) and veloctes v ) of each agent are usually generated randomly wthn the allowable range. The current searchng pont s set to pbest for each agent. The best evaluated value of pbest s set to gbest, and the agent number wth the best value s stored. Step : Evaluaton of searchng pont of each agent. The obectve functon value s calculated for each agent. If the value s better than the current pbest of the agent, the pbest value s replaced by the current value. If the best value of pbest s better than the current gbest, gbest s replaced by the best value and the agent number wth the best value s stored. Step 3: Modfcaton of each searchng pont. The current searchng pont of each agent s changed usng eqns..1),.), and.3). Step 4: Checkng the ext condton. The current teraton number reaches the predetermned mum teraton number, then exts. Otherwse, the process proceeds to step. 3. MATHEMATICAL FORMULATION OF PROBLEM The problem s to optmze the steady state performan a power system n terms of an obectve functon whle satsfyng several equalty and nequalty constrants. Mathematcally, the problem can be formulated as gven [4][5] Mn F x, u) 3.1) Subect to g x, u) 3.) h x, u) 3.3) Where x s a vector of dependent varables consstng of slack bus power P, load bus voltages 1 V, generator reactve power L outputs Q, and the transmsson lne loadngs S, Hence, x can l be expressed as gven T x P, V... V, Q... Q, S... S ] 3.4) [ 1 L1 LNL 1 N l lnl Where NL,N and nl are number of load buses, number of generators and number of transmsson lne respectvely. u s the vector of ndependent varables consstng of generator voltages V, generator real power outputs P except at the slack bus P, transformer tap settngs T, and shunt VAR 1 compensatons Q. Hence u can be expressed as gven C T u V... V, P... P, T... T, Q... Q ] 3.5) [ 1 N N 1 NT C1 CNC Where NT and NC are the number of the regulatng transformers and shunt compensators, respectvely. F s the obectve functon to be mnmzed. g s the equalty constrants that represents typcal load flow equatons and h s the system operatng constrants Obectves The obectves consdered for mnmzaton are as follows. Obectve Functon 1: Fuel cost of generatng unts f 1 ) Obectve Functon : Actve power loss f ) Obectve Functon 3: Weghted mult obectve functon f ) 3 where f 1 = mn N ap b P C ) 3.6) 1 NL f = mn V V V V cos )) ) 3.7) 1 f 3 w1 * f1 w * f 3.8) Here w 1 w 1 Constrants The problem has two categores of constrants: Equalty Constrants: These are the sets of nonlnear power flow equatons that govern the power system,.e. n P P V V Y cos ) 3.9) D 1 n Q Q V V Y sn ) 3.1) D 1 where P and Q are the real and reactve power outputs nected at bus respectvely, the load demand at the same bus s represented by P and D matrx are represented by Q D, and elements of the bus admttance Y and. Inequalty Constrants: These are the set of constrants that represent the system operatonal and securty lmts lke the bounds on the followng: 1) enerators real and reactve power outputs mn P P P, 1,, N 3.11) mn Q Q Q, 1,, N 3.1) ) Voltage magntudes at each bus n the network mn V V V, 1,, NL 3.13) 3) transformer tap settngs mn T T T, 1,, NT 3.14) 4) Reactve power nectons due to capactor banks mn QC QC QC, 1,, CS 3.15) 5) Transmsson lnes loadng S S, 1,, nl 3.16) 6) Voltage stablty ndex

3 Obectve functon1 Obectve functon Obectve functon Obectve functon Obectve functon3 Cost) Obectve functon3 Cost) Obectve functon3 Loss) Obectve functon3 Loss) Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 L L, 1,, NL 3.17) Handlng of Constrants: There are dfferent ways to handle constrants n evolutonary computaton optmzaton algorthms. In ths thess, the constrants are ncorporated nto ftness functon by means of penalty functon method, whch s a penalty factor multpled wth the square of the volated value of varable s added to the obectve functon and any nfeasble soluton obtaned s reected. To handle the nequalty constrants of state varables ncludng load bus voltage magntudes and output varables wth real power generaton output at slack bus, reactve power generaton output, and lne loadng, the extended obectve functon can be defned as: N N NL NL 3.18) OF F P ) K h P ) K h Q ) K h V ) K h S ) 1 where K, K, p q v p 1 q 1 v 1 s 1 K, K are penalty constants for the real power s generaton at slack bus, the reactve power generaton of all generator buses or PV buses and slack bus, the voltage magntude of all load buses or PQ buses, and lne or transformer loadng, respectvely. h ), h Q ), h V ), h S ) are the P 1 penalty functon of the real power generaton at slack bus, the reactve power generaton of all PV buses and slack bus, the voltage magntudes of all PQ buses, and lne or transformer loadng, respectvely. NL s the number of PQ buses. The penalty functon can be defned as: h x) x x, f x x ) x, f x xmn mn x) = =, f x mn x x 3.19) where hx) s the penalty functon of varable x, x and mn x are the upper lmt and lower lmt of varable x, respectvely. In ths secton descrbe the dataset and how t s used to detect ntrusons. I frst examne what type of data was present n the dataset, what ntruson types were represented and what features were extracted. 4. COMPUTATIONAL PROCEDURE Step 1: Input the system data for load flow analyss Step : Run the power flow Step 3: At the generaton en =; set the smulaton parameters of EP/PSO parameters and randomly ntalze k ndvduals wthn respectve lmts and save them n the archve. Step 4: For each ndvdual n the archve, run power flow to determne load bus voltages, angles, load bus voltage stablty ndces, generator reactve power outputs and calculate lne power flows. Step 5: Evaluate the penalty functons Step 6: Evaluate the obectve functon values and the correspondng ftness values for each ndvdual. Step 7: Fnd the generaton local best xlocal and global best xglobal and store them. Step 8: Increase the generaton counter en = en+1. Step 9: Apply the EP/PSO operators to generate new k ndvduals Step 1: For each new ndvdual n the archve, run power flow to determne load bus voltages, angles, load bus voltage stablty ndces, generator reactve power outputs and calculate lne power flows. Step 11: Evaluate the penalty functons Step 1: Evaluate the obectve functon values and the correspondng ftness values for each new ndvdual. Step 13: Apply the selecton operator of EP/PSO and update the ndvduals. Step 14: Update the generaton local best xlocal and global best xglobal and store them. Step 15: If one of stoppng crteron have not been met, repeat steps 415. Else go to step 16 Step 16: Prnt the results There are two stoppng crteron for the optmzaton algorthm. The algorthm can be stopped f the mum number of generatons s reached en = en ) or there s no soluton mprovement over a specfed number of generatons. The frst crteron s used n ths paper. 5. SIMULATION RESULTS The proposed EP and PSO algorthms for solvng optmal power flow problems are tested on standard IEEE 14 & IEEE 3bus test systems. The EP and PSO parameters used for the smulaton are summarzed n Table 1 Table 1 Optmal parameter settngs for EP and PSO Parameter EP PSO Populaton sze Number of teratons Cogntve constant, c1 Socal constant, c Inerta weght, W IEEE 14bus system results Fgures 1 shows the convergence characterstcs of the three obectve functons. It can be observed that the EP converge to lower values than PSO durng ntal evolutons and the PSO converge to a mnmum value than EP after teratons. obectve obectve obectve functonfuncton1 functon 3Cost) EP PSO No. of teratons No. of teratons No. of teratons No.of teratons No. of teratons No.of teratons c e of obectve functon 3Loss) Fg 1 multple obectve functons by EP and PSO No. of teratons No. of teratons 1

4 Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 Control varables P 1 P P 3 P 4 P 5 Q 1 Q Q 3 Q 4 Q 5 V 1 V V 3 V 4 V 5 T 1 T T 3 Table Optmal settngs of control varables Obectve functon1 Obectve functon Obectve functon 3 EP PSO EP PSO EP PSO Q sh1 Q sh Q sh3 Q sh4 Q sh5 Cost $/hr) Loss p.u.mw CPU T me The above table presents the optmal settngs of the controlvarables wth the three obectve functons. From the Table, t was found that all the state varables satsfy ther lower and upper lmts. It can be observed that the PSO algorthm s able to reduce the cost of generaton less than that of the cost of generaton obtaned by the EP method. It s also evdent from the results that partcle swarm optmzaton technque outperforms n achevng mnmum of the specfed obectve under dfferent network contngences when compared wth evolutonary programmng method. obectve functon1 obectve functon obectve functon3 Lndces Lne loadngs Load voltages Fg Lndces, Lne loadngs and Load voltages of 14 bus by EP and PSO for multple obectve functons Fgures shows the percentage lne loadngs, load bus voltages and voltage stablty ndces after the optmzaton by EP and PSO methods wth the three obectve functons. 5. IEEE 3bus system results The proposed PSO algorthm was appled to fnd the optmal schedulng of the power system for the base case loadng condton to mnmze specfed obectve functons. enerator actvepower outputs, generator termnal voltages, transformer tap settngs and shunt reactve power compensatng elements were taken as control varables. The control varables are represented as floatng pont numbers n the populaton. The upper and lower voltage lmts of load buses were taken as 1.6 and.95 respectvely.

5 Obectve functon1 Obectve functon Obectve functon Obectve functon Obectve functon3 Cost) Obectve functon3 Cost) Obectve functon Loss) Obectve functon3 Loss) Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 EP PSO obectve functon1 No.of teratons No. of teratons obectve functon No. of teratons No. of teratons c e of obectve functon 3Cost) No. of teratons No. of teratons obectve functon 3Loss) Fg 3 multple obectve functons by EP and PSO Fgure 3 shows the convergence characterstcs of the three obectve functons. It can be observed that the EP converge to lower values than PSO durng ntal evolutons and the PSO converge to a mnmum value than EP after teratons. Table 3 Optmal settngs of control varables Contro l varabl es P 1 P P 3 P 4 P 5 P 6 Q 1 Q Q 3 Q 4 No. of teratons No. of teratons Obectve functon1 Obectve functon Obectve functon3 EP PSO EP PSO EP PSO Q 5 Q 6 V 1 V V 3 V 4 V 5 V 6 T 1 T T 3 T 4 Q sh1 Q sh Q sh3 Q sh4 Q sh5 Q sh6 Q sh7 Q sh8 Q sh Cost $/hr) Loss p.u.mw) CPU Tme Table 3 presents the optmal settngs of the controlvarables wth the three obectve functons. From the Table 3, t was found that all the state varables satsfy ther lower and upper lmts. From the Table 5.3, t can be observed that the PSO algorthm s able to reduce the cost of generaton less than that of the cost of generaton obtaned by the EP method. It s also evdent from the results that partcle swarm optmzaton technque outperforms n achevng mnmum of the specfed obectve under dfferent network contngences when compared wth evolutonary programmng method. obectve functon1 obectve functon obectve functon3 Lndces Lne loadngs Load voltages Fg 4 Lndces, Lne loadngs and Load voltages of 14 bus by EP and PSO for multple obectve functons 3

6 Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 Fgure 4 shows the percentage lne loadngs, load bus voltages and voltage stablty ndces after the optmzaton by EP and PSO methods wth the three obectve functons. The comparson of fuel cost of the proposed methods wth those of the methods reported n the lterature for IEEE 3bus system s gven n Table 4. It can be seen from the Table 5.4 that the PSO algorthm gves less cost of generaton compared wth the cost of generaton obtaned wth other methods. Table 4 Comparson of fuel costs Method Fuel Cost $/hr) EP [13] 8.97 TS [13] 8.5 TS/SA [13] ITS [13] IEP [13] SADE_ALM [15] 8.44 PSO [14] 8.41 MDE [16] enetc Algorthm [17] 83.5 radent method [18] 8.43 PSO proposed) Here an IEEE3 bus system s consdered. Evolutonary programmng EP) method has been appled on the IEEE3 bus system. Here we have consdered three obectve functons. Obectve functon1 s the cost obectve functon. Obectve functon s the loss obectve functon. Obectve functon 3 s the mult obectve functon.e. both cost and losses are taken as obectves. The ftness functon s taken as the recprocal of the obectve functon. 6. CONCLUSION An EP and PSO based optmzaton algorthms have been proposed for solvng optmal power flow problems wth dfferent obectve functons. These algorthms take nto consderaton all the equalty and nequalty constrants. The mprovement n system performance s based on reducton n cost of power generaton and actve power loss. The proposed algorthms have been compared wth the other methods reported n the lterature. Smulaton studes have been carred out for the optmal solutons of the IEEE 14bus and IEEE 3bus systems. It was observed that the results obtaned by the proposed algorthms can be mplemented n real lfe power systems for operaton and analyss. Based on the overall observatons from the results obtaned on varous IEEE test systems, t can be concluded that the proposed methods for optmal solutons are sutable for mplementng n modern power system operaton. 7. REFERENCES [1] Kennedy J, Eberhart R. Partcle swarm optmzaton Proceedngs of IEEE Internatonal Conference on Neural Networks ICNN 95) Perth, Australa: IEEE Press; Vol. IV. p [] Sh Y, Eberhart R. A modfed partcle swarm optmzer Proceedngs of IEEE Internatonal Conference on Evolutonary Computaton ICEC 98). Anchorage: IEEE Press; p [3] Sh Y, Eberhart R. Parameter selecton n partcle swarm optmzaton Proceedngs of the 1998 Annual Conference on Evolutonary Programmng. San Dego: MIT Press; [4] Fukuyama Y. et al. A partcle swarm optmzaton for reactve power and voltage control consderng voltage securty assessment. IEEE Trans Power Systems ; 154): [5] Naka S, en T, Yura T, Fukuyama Y. A hybrd partcle swarm optmzaton for dstrbuton state estmaton IEEE Trans Power Systems 3; 181):6 68. [6] IEEE Specal Publcaton 9 TH 358PWR, Voltage Stablty of Power Systems: Concepts, Analytcal Tools and Industry Experence", The IEEE Workng roup on Voltage Stablty, 199. [7] A J Wood and B F Wollenberg, Power generaton operaton and control, John Wley and Sons Inc.Sngapore, [8] Bran Stott, Ongun Alsac, and Alcr J. Montcell, Securty analyss and optmzaton, Proc. of IEEE, Vol.75, No.1, December 1987, pp [9] Parker, C.J., I. F Morrson, and D. Sutanto, Applcaton of an optmzaton method for determnng the reactve margn from voltage collapse n reactve power plannng, IEEE Trans. on Power Systems, Vol.11, No. 3, August 1996, pp [1] Venkov, V.A., V.A Stroev, V.I. Idelchck, and V.I. Tarasov, Estmaton of electrc power system steady state stablty n load flow calculatons", IEEE Trans. on PAS, Vol.PAS94, No.3, May/June 1975, pp [11] P.A. Lof,. Andersson, D. Hll, Voltage dependent reactve power lmts for voltage stablty studes, IEEE Trans.on power systems, Vol. 1, No. 1, Feb. 1995, pp. 8. [1] P Kessel and H lavtsch, Estmatng the voltage stablty of a power system, IEEE Trans. on PD, Vol.1, No.3, pp , [13] W. Ongsakul and T. Tantmaporn, Optmal power flow by mproved evolutonary programmng, Electrc Power Components and Systems, 6, 34:pp.7995,. [14] Abdo MA. Optmal power flow usng partcle swarm optmzaton, Electrc Power Energy Syst ; 47): pp [15] Peerapol Jrapong and Weerakorn Ongsakul Optmal placement of mult type FACTS devces for total transfer capablty enhancement usng hybrd evolutonary algorthm, Electrc power componenets and systems, 1 September 7, 35:pp [16] Ramasubramanan Jayashree and Mohammed Abdullah Khan A unfed optmzaton approach for the enhancement of avalable transfer capablty and congeston management usng unfed power flow controller, Serban 4

7 Internatonal Journal of Computer Applcatons ) Volume 7 No.11, August 11 ournal of electrcal engneerng, Vol.5, No., November 8, pp [17] D.Devara and B.Yegnanarayana, enetc Algorthm Based Optmal Power Flow for Securty Enhancement, IEE Proceedngs on eneraton, Transmsson and Dstrbuton 5, 156), pp [18] X.P.Zhang, S..Petousss and K.R.odfrey Nonlnear nteror pont optmal power flow method based on a current msmatch formulaton, IEE Proc.ener. Transm. Dstrb. Vol.15, No.6, January 5, pp AUTHORS PROFILE Mr. Ch.Rambabu receved the Bachelor of Engneerng degree n Electrcal & Electroncs Engneerng from Madras Unversty, n and Master s degree from JNTU Anantapur n 5. He s a research student of JNTU Kaknada. Currently, he s an Assocate Professor at Sr Vasav Engneerng College. Hs nterests are n power system control and FACTS. Dr. Y.P.Obulesh receved hs B.E degree n Electrcal Engneerng from Andhra Unversty, Vsakhapatnam n M.Tech., degree from IIT, Kharagpur, n He receved hs Ph.D. degree from Jawaharlal Nehru Technologcal Unversty, Hyderabad, n 6. Currently he s workng as a Professor and head of Dept. of EEE at LBRCEC, Mylavaram. He has publshed several Natonal and Internatonal Journals and Conferences. Hs area of nterest s the smulaton and desgn of power electroncs systems, DSP controllers, fuzzy logc and neural network applcaton to power electroncs and drves. Dr. Ch. Sa Babu receved the B.E from Andhra Unversty Electrcal & Electroncs Engneerng), M.Tech n Electrcal Machnes and Industral Drves from REC, Warangal and Ph.D. n Relablty Studes of HVDC Converters from JNTU, Hyderabad. Currently he s workng as a Professor n Dept. of EEE n JNTUCEK, Kaknada. He has publshed several Natonal and Internatonal Journals and Conferences. Hs area of nterest s Power Electroncs and Drves, Power System Relablty, HVDC Converter Relablty, Optmzaton of Electrcal Systems and Real Tme Energy Management. 5

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

A SURVEY ON REACTIVE POWER OPTIMIZATION AND VOLTAGE STABILITY IN POWER SYSTEMS

A SURVEY ON REACTIVE POWER OPTIMIZATION AND VOLTAGE STABILITY IN POWER SYSTEMS Internatonal Journal on Techncal and Physcal Problems of Engneerng (IJTPE) Publshed by Internatonal Organzaton of IOTPE ISSN 077-358 IJTPE Journal www.otpe.com jtpe@otpe.com March 014 Issue 18 Volume 6

More information

Dynamic Constrained Economic/Emission Dispatch Scheduling Using Neural Network

Dynamic Constrained Economic/Emission Dispatch Scheduling Using Neural Network Dynamc Constraned Economc/Emsson Dspatch Schedulng Usng Neural Network Fard BENHAMIDA 1, Rachd BELHACHEM 1 1 Department of Electrcal Engneerng, IRECOM Laboratory, Unversty of Djllal Labes, 220 00, Sd Bel

More information

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT Chapter 4 ECOOMIC DISATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

More information

Patterns Antennas Arrays Synthesis Based on Adaptive Particle Swarm Optimization and Genetic Algorithms

Patterns Antennas Arrays Synthesis Based on Adaptive Particle Swarm Optimization and Genetic Algorithms IJCSI Internatonal Journal of Computer Scence Issues, Vol. 1, Issue 1, No 2, January 213 ISSN (Prnt): 1694-784 ISSN (Onlne): 1694-814 www.ijcsi.org 21 Patterns Antennas Arrays Synthess Based on Adaptve

More information

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS Magdalena Rogalska 1, Wocech Bożeko 2,Zdzsław Heduck 3, 1 Lubln Unversty of Technology, 2- Lubln, Nadbystrzycka 4., Poland. E-mal:rogalska@akropols.pol.lubln.pl

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem Journal o Economc and Socal Research 5 (2), -2 A Bnary Partcle Swarm Optmzaton Algorthm or Lot Szng Problem M. Fath Taşgetren & Yun-Cha Lang Abstract. Ths paper presents a bnary partcle swarm optmzaton

More information

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES 82 Internatonal Journal of Electronc Busness Management, Vol. 0, No. 3, pp. 82-93 (202) A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES Feng-Cheng Yang * and We-Tng Wu

More information

Sciences Shenyang, Shenyang, China.

Sciences Shenyang, Shenyang, China. Advanced Materals Research Vols. 314-316 (2011) pp 1315-1320 (2011) Trans Tech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.314-316.1315 Solvng the Two-Obectve Shop Schedulng Problem n MTO Manufacturng

More information

Preventive Maintenance and Replacement Scheduling: Models and Algorithms

Preventive Maintenance and Replacement Scheduling: Models and Algorithms Preventve Mantenance and Replacement Schedulng: Models and Algorthms By Kamran S. Moghaddam B.S. Unversty of Tehran 200 M.S. Tehran Polytechnc 2003 A Dssertaton Proposal Submtted to the Faculty of the

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Mooring Pattern Optimization using Genetic Algorithms

Mooring Pattern Optimization using Genetic Algorithms 6th World Congresses of Structural and Multdscplnary Optmzaton Ro de Janero, 30 May - 03 June 005, Brazl Moorng Pattern Optmzaton usng Genetc Algorthms Alonso J. Juvnao Carbono, Ivan F. M. Menezes Luz

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

An efficient constraint handling methodology for multi-objective evolutionary algorithms

An efficient constraint handling methodology for multi-objective evolutionary algorithms Rev. Fac. Ing. Unv. Antoqua N. 49. pp. 141-150. Septembre, 009 An effcent constrant handlng methodology for mult-objectve evolutonary algorthms Una metodología efcente para manejo de restrccones en algortmos

More information

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Ant Colony Optmzaton for Economc Generator Schedulng and Load Dspatch K. S. Swarup Abstract Feasblty

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Comparison of Control Strategies for Shunt Active Power Filter under Different Load Conditions

Comparison of Control Strategies for Shunt Active Power Filter under Different Load Conditions Comparson of Control Strateges for Shunt Actve Power Flter under Dfferent Load Condtons Sanjay C. Patel 1, Tushar A. Patel 2 Lecturer, Electrcal Department, Government Polytechnc, alsad, Gujarat, Inda

More information

Period and Deadline Selection for Schedulability in Real-Time Systems

Period and Deadline Selection for Schedulability in Real-Time Systems Perod and Deadlne Selecton for Schedulablty n Real-Tme Systems Thdapat Chantem, Xaofeng Wang, M.D. Lemmon, and X. Sharon Hu Department of Computer Scence and Engneerng, Department of Electrcal Engneerng

More information

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

More information

HowHow to Find the Best Online Stock Broker

HowHow to Find the Best Online Stock Broker A GENERAL APPROACH FOR SECURITY MONITORING AND PREVENTIVE CONTROL OF NETWORKS WITH LARGE WIND POWER PRODUCTION Helena Vasconcelos INESC Porto hvasconcelos@nescportopt J N Fdalgo INESC Porto and FEUP jfdalgo@nescportopt

More information

Testing and Debugging Resource Allocation for Fault Detection and Removal Process

Testing and Debugging Resource Allocation for Fault Detection and Removal Process Internatonal Journal of New Computer Archtectures and ther Applcatons (IJNCAA) 4(4): 93-00 The Socety of Dgtal Informaton and Wreless Communcatons, 04 (ISSN: 0-9085) Testng and Debuggng Resource Allocaton

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms Optmal Choce of Random Varables n D-ITG Traffc Generatng Tool usng Evolutonary Algorthms M. R. Mosav* (C.A.), F. Farab* and S. Karam* Abstract: Impressve development of computer networks has been requred

More information

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME, ISSUE, FEBRUARY ISSN 77-866 Logcal Development Of Vogel s Approxmaton Method (LD- An Approach To Fnd Basc Feasble Soluton Of Transportaton

More information

Optimization Model of Reliable Data Storage in Cloud Environment Using Genetic Algorithm

Optimization Model of Reliable Data Storage in Cloud Environment Using Genetic Algorithm Internatonal Journal of Grd Dstrbuton Computng, pp.175-190 http://dx.do.org/10.14257/gdc.2014.7.6.14 Optmzaton odel of Relable Data Storage n Cloud Envronment Usng Genetc Algorthm Feng Lu 1,2,3, Hatao

More information

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems 1 Applcaton of Mult-Agents for Fault Detecton and Reconfguraton of Power Dstrbuton Systems K. Nareshkumar, Member, IEEE, M. A. Choudhry, Senor Member, IEEE, J. La, A. Felach, Senor Member, IEEE Abstract--The

More information

A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM

A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM Rana Hassan * Babak Cohanm Olver de Weck Massachusetts Insttute of Technology, Cambrdge, MA, 39 Gerhard Venter Vanderplaats Research

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Artcle ID 867836 pages http://dxdoorg/055/204/867836 Research Artcle Enhanced Two-Step Method va Relaxed Order of α-satsfactory Degrees for Fuzzy

More information

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM SOLVIG CARDIALITY COSTRAIED PORTFOLIO OPTIMIZATIO PROBLEM BY BIARY PARTICLE SWARM OPTIMIZATIO ALGORITHM Aleš Kresta Klíčová slova: optmalzace portfola, bnární algortmus rojení částc Key words: portfolo

More information

Optimized ready mixed concrete truck scheduling for uncertain factors using bee algorithm

Optimized ready mixed concrete truck scheduling for uncertain factors using bee algorithm Songklanakarn J. Sc. Technol. 37 (2), 221-230, Mar.-Apr. 2015 http://www.sst.psu.ac.th Orgnal Artcle Optmzed ready mxed concrete truck schedulng for uncertan factors usng bee algorthm Nuntana Mayteekreangkra

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

Global Optimization Algorithms with Application to Non-Life Insurance

Global Optimization Algorithms with Application to Non-Life Insurance Global Optmzaton Algorthms wth Applcaton to Non-Lfe Insurance Problems Ralf Kellner Workng Paper Char for Insurance Economcs Fredrch-Alexander-Unversty of Erlangen-Nürnberg Verson: June 202 GLOBAL OPTIMIZATION

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

Intelligent Method for Cloud Task Scheduling Based on Particle Swarm Optimization Algorithm

Intelligent Method for Cloud Task Scheduling Based on Particle Swarm Optimization Algorithm Unversty of Nzwa, Oman December 9-11, 2014 Page 39 THE INTERNATIONAL ARAB CONFERENCE ON INFORMATION TECHNOLOGY (ACIT2014) Intellgent Method for Cloud Task Schedulng Based on Partcle Swarm Optmzaton Algorthm

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING

LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING 1 MS. POOJA.P.VASANI, 2 MR. NISHANT.S. SANGHANI 1 M.Tech. [Software Systems] Student, Patel College of Scence and

More information

Response Coordination of Distributed Generation and Tap Changers for Voltage Support

Response Coordination of Distributed Generation and Tap Changers for Voltage Support Response Coordnaton of Dstrbuted Generaton and Tap Changers for Voltage Support An D.T. Le, Student Member, IEEE, K.M. Muttaq, Senor Member, IEEE, M. Negnevtsky, Member, IEEE,and G. Ledwch, Senor Member,

More information

Optimal Bidding Strategies for Generation Companies in a Day-Ahead Electricity Market with Risk Management Taken into Account

Optimal Bidding Strategies for Generation Companies in a Day-Ahead Electricity Market with Risk Management Taken into Account Amercan J. of Engneerng and Appled Scences (): 8-6, 009 ISSN 94-700 009 Scence Publcatons Optmal Bddng Strateges for Generaton Companes n a Day-Ahead Electrcty Market wth Rsk Management Taken nto Account

More information

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions Proceedngs of the World Congress on Engneerng 28 Vol II WCE 28, July 2-4, 28, London, U.K. A Genetc Programmng Based Stock Prce Predctor together wth Mean-Varance Based Sell/Buy Actons Ramn Rajaboun and

More information

Heuristic Static Load-Balancing Algorithm Applied to CESM

Heuristic Static Load-Balancing Algorithm Applied to CESM Heurstc Statc Load-Balancng Algorthm Appled to CESM 1 Yur Alexeev, 1 Sher Mckelson, 1 Sven Leyffer, 1 Robert Jacob, 2 Anthony Crag 1 Argonne Natonal Laboratory, 9700 S. Cass Avenue, Argonne, IL 60439,

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Development of TIF for transaction cost allocation in deregulated power system

Development of TIF for transaction cost allocation in deregulated power system ISSN (Onlne) 31 004 ISSN (Prnt) 31 556 Development of TIF for transacton cost allocaton n deregulated power system Noolu.Narendra Reddy 1, Kurakula.Vmala Kumar P.G. Scholar, Department of EEE, JNTUA College

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System Mnng Feature Importance: Applyng Evolutonary Algorthms wthn a Web-based Educatonal System Behrouz MINAEI-BIDGOLI 1, and Gerd KORTEMEYER 2, and Wllam F. PUNCH 1 1 Genetc Algorthms Research and Applcatons

More information

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 畫 類 別 : 個 別 型 計 畫 半 導 體 產 業 大 型 廠 房 之 設 施 規 劃 計 畫 編 號 :NSC 96-2628-E-009-026-MY3 執 行 期 間 : 2007 年 8 月 1 日 至 2010 年 7 月 31 日 計 畫 主 持 人 : 巫 木 誠 共 同

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

Maintenance Scheduling by using the Bi-Criterion Algorithm of Preferential Anti-Pheromone

Maintenance Scheduling by using the Bi-Criterion Algorithm of Preferential Anti-Pheromone Leonardo ournal of Scences ISSN 583-0233 Issue 2, anuary-une 2008 p. 43-64 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Department

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

VOLTAGE stability issue remains a major concern in

VOLTAGE stability issue remains a major concern in Impacts of Mert Order Based Dspatch on Transfer Capablty and Statc Voltage Stablty Cuong P. guyen, Student Member, IEEE, and Alexander J. Flueck, Member, IEEE Abstract In ths paper, the goal s to nvestgate

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

A Binary Quantum-behaved Particle Swarm Optimization Algorithm with Cooperative Approach

A Binary Quantum-behaved Particle Swarm Optimization Algorithm with Cooperative Approach IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue, No, January 3 ISSN (Prnt): 694-784 ISSN (Onlne): 694-84 www.ijcsi.org A Bnary Quantum-behave Partcle Swarm Optmzaton Algorthm wth Cooperatve

More information

ESTABLISHING TRADE-OFFS BETWEEN SUSTAINED AND MOMENTARY RELIABILITY INDICES IN ELECTRIC DISTRIBUTION PROTECTION DESIGN: A GOAL PROGRAMMING APPROACH

ESTABLISHING TRADE-OFFS BETWEEN SUSTAINED AND MOMENTARY RELIABILITY INDICES IN ELECTRIC DISTRIBUTION PROTECTION DESIGN: A GOAL PROGRAMMING APPROACH ESTABLISHIG TRADE-OFFS BETWEE SUSTAIED AD MOMETARY RELIABILITY IDICES I ELECTRIC DISTRIBUTIO PROTECTIO DESIG: A GOAL PROGRAMMIG APPROACH Gustavo D. Ferrera, Arturo S. Bretas, Maro O. Olvera Federal Unversty

More information

An Integrated Approach of AHP-GP and Visualization for Software Architecture Optimization: A case-study for selection of architecture style

An Integrated Approach of AHP-GP and Visualization for Software Architecture Optimization: A case-study for selection of architecture style Internatonal Journal of Scentfc & Engneerng Research Volume 2, Issue 7, July-20 An Integrated Approach of AHP-GP and Vsualzaton for Software Archtecture Optmzaton: A case-study for selecton of archtecture

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Investigation of Modified Bee Colony Algorithm with Particle and Chaos Theory

Investigation of Modified Bee Colony Algorithm with Particle and Chaos Theory Internatonal Journal of Control and Automaton, pp. 311-3 http://dx.do.org/10.1457/jca.015.8..30 Investgaton of Modfed Bee Colony Algorthm wth Partcle and Chaos Theory Guo Cheng Shangluo College, Zhangye,

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

UTILIZING MATPOWER IN OPTIMAL POWER FLOW

UTILIZING MATPOWER IN OPTIMAL POWER FLOW UTILIZING MATPOWER IN OPTIMAL POWER FLOW Tarje Krstansen Department of Electrcal Power Engneerng Norwegan Unversty of Scence and Technology Trondhem, Norway Tarje.Krstansen@elkraft.ntnu.no Abstract Ths

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Ants Can Schedule Software Projects

Ants Can Schedule Software Projects Ants Can Schedule Software Proects Broderck Crawford 1,2, Rcardo Soto 1,3, Frankln Johnson 4, and Erc Monfroy 5 1 Pontfca Unversdad Católca de Valparaíso, Chle FrstName.Name@ucv.cl 2 Unversdad Fns Terrae,

More information

Information Sciences

Information Sciences Informaton Scences 0 (013) 45 441 Contents lsts avalable at ScVerse ScenceDrect Informaton Scences journal homepage: www.elsever.com/locate/ns A hybrd method of fuzzy smulaton and genetc algorthm to optmze

More information

Stock volatility forecasting using Swarm optimized Hybrid Network

Stock volatility forecasting using Swarm optimized Hybrid Network Web Ste: www.jettcs.org Emal: edtor@jettcs.org, edtorjettcs@gmal.com Volume 2, Issue 3, May June 23 ISSN 2278-686 Stock volatlty forecastng usng Swarm optmzed Hybrd Network Puspanjal Mohapatra, Soumya

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School Robust Desgn of Publc Storage Warehouses Yemng (Yale) Gong EMLYON Busness School Rene de Koster Rotterdam school of management, Erasmus Unversty Abstract We apply robust optmzaton and revenue management

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Nathalie Perrier Bruno Agard Pierre Baptiste Jean-Marc Frayret André Langevin Robert Pellerin Diane Riopel Martin Trépanier.

Nathalie Perrier Bruno Agard Pierre Baptiste Jean-Marc Frayret André Langevin Robert Pellerin Diane Riopel Martin Trépanier. A Survey of Models and Algorthms for Emergency Response Logstcs n Electrc Dstrbuton Systems - Part I: Relablty Plannng wth Fault Consderatons Nathale Perrer Bruno Agard Perre Baptste Jean-Marc Frayret

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

Educational Software for Economic Load Dispatch for Power Network of Thermal Units Considering Transmission Losses and Spinning Reserve Power

Educational Software for Economic Load Dispatch for Power Network of Thermal Units Considering Transmission Losses and Spinning Reserve Power Educatonal Software for Economc Load Dspatch for ower Network of Thermal Unts Consderng Transmsson Losses and Spnnng Reserve ower Mohammad T. Amel Saed Moslehpour Massoud ourhassan ower and Water Unversty

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

More information

ECONOMIC load dispatch (ELD) is a non-linear constrained

ECONOMIC load dispatch (ELD) is a non-linear constrained 1 Stochastc Real-Tme Schedulng of Wnd-thermal Generaton Unts n an Electrc Utlty Alreza Soroud, Member, IEEE, Abbas Rabee, Member, IEEE, and Andrew Keane, Senor Member, IEEE Abstract The objectve of dynamc

More information

Comparison of Weighted Sum Fitness Functions for PSO Optimization of Wideband Medium-gain Antennas

Comparison of Weighted Sum Fitness Functions for PSO Optimization of Wideband Medium-gain Antennas 54 ZHOGKU MA, G. A. E. VAEBOSCH, COMPARISO OF WEIGHTE SUM FITESS FUCTIOS FOR PSO Comparson of Weghted Sum Ftness Functons for PSO Optmzaton of Wdeband Medum-gan Antennas Zhongkun MA, Guy A. E. VAEBOSCH

More information

Application of Multi-Objective Genetic Algorithm to Quotation of Global Garment Companies

Application of Multi-Objective Genetic Algorithm to Quotation of Global Garment Companies Avalable onlne at www.scencedrect.com Proceda Computer Scence 17 (2013 ) 173 180 Informaton Technology and Quanttatve Management (ITQM2013) Applcaton of Mult-Obectve Genetc Algorthm to Quotaton of Global

More information

An MILP model for planning of batch plants operating in a campaign-mode

An MILP model for planning of batch plants operating in a campaign-mode An MILP model for plannng of batch plants operatng n a campagn-mode Yanna Fumero Insttuto de Desarrollo y Dseño CONICET UTN yfumero@santafe-concet.gov.ar Gabrela Corsano Insttuto de Desarrollo y Dseño

More information

Alternate Approximation of Concave Cost Functions for

Alternate Approximation of Concave Cost Functions for Alternate Approxmaton of Concave Cost Functons for Process Desgn and Supply Chan Optmzaton Problems Dego C. Cafaro * and Ignaco E. Grossmann INTEC (UNL CONICET), Güemes 3450, 3000 Santa Fe, ARGENTINA Department

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks Fuzzy Set Approach To Asymmetrcal Load Balancng n Dstrbuton Networks Goran Majstrovc Energy nsttute Hrvoje Por Zagreb, Croata goran.majstrovc@ehp.hr Slavko Krajcar Faculty of electrcal engneerng and computng

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

An Integrated Approach for Maintenance and Delivery Scheduling in Military Supply Chains

An Integrated Approach for Maintenance and Delivery Scheduling in Military Supply Chains An Integrated Approach for Mantenance and Delvery Schedulng n Mltary Supply Chans Dmtry Tsadkovch 1*, Eugene Levner 2, Hanan Tell 2 and Frank Werner 3 2 1 Bar Ilan Unversty, Department of Management, Ramat

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble 1 ECE544NA Fnal Project: Robust Machne Learnng Hardware va Classfer Ensemble Sa Zhang, szhang12@llnos.edu Dept. of Electr. & Comput. Eng., Unv. of Illnos at Urbana-Champagn, Urbana, IL, USA Abstract In

More information

HYBRID ANALYSIS METHOD FOR RELIABILITY-BASED DESIGN OPTIMIZATION

HYBRID ANALYSIS METHOD FOR RELIABILITY-BASED DESIGN OPTIMIZATION Proceedngs of DETC 01 ASME 2001 Desgn Engneerng Techncal Conferences and Computers and Informaton n Engneerng Conference Pttsburgh, Pennsylvana, September 9-12, 2001 DETC2001/DAC-21044 HYBRID ANALYSIS

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

Analysis of Energy-Conserving Access Protocols for Wireless Identification Networks

Analysis of Energy-Conserving Access Protocols for Wireless Identification Networks From the Proceedngs of Internatonal Conference on Telecommuncaton Systems (ITC-97), March 2-23, 1997. 1 Analyss of Energy-Conservng Access Protocols for Wreless Identfcaton etworks Imrch Chlamtac a, Chara

More information

A Genetic Algorithm Based Approach for Campus Equipment Management System in Cloud Server

A Genetic Algorithm Based Approach for Campus Equipment Management System in Cloud Server JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 11, NO. 2, JUNE 2013 187 A Genetc Algorthm Based Approach for Campus Equpment Management System n Cloud Server Yu-Cheng Ln Abstract In ths paper, we proposed

More information

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

Energy Efficient Coverage Optimization in Wireless Sensor Networks based on Genetic Algorithm

Energy Efficient Coverage Optimization in Wireless Sensor Networks based on Genetic Algorithm Unversal Journal of Communcatons and Network 3(4): 82-88, 2015 DOI: 10.13189/ujcn.2015.030402 http://www.hrpub.org Energy Effcent Coverage Optmzaton n Wreless Sensor Networks based on Genetc Algorthm Al

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

Attribute-Preserving Optimal Network Reductions

Attribute-Preserving Optimal Network Reductions Attrbute-Preservng Optmal Network Reductons Dan Tylavsky, Yuja Zhu, Shrut Rao Arzona State Unversty wth Wllam Schulze, Ray Zmmerman, Dck Shuler, Jubo Yan Cornell Unversty Bao Mao Rensselaer Polytechnc

More information