Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Size: px
Start display at page:

Download "Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L"

Transcription

1 , pp Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar 2 Department of Computer Scence, GNDU, RC, Jalandhar 1 er_ekta@yahoo.com, 2 mandeep8@gmal.com Abstract DE\BBO s the combnaton of dfferental evoluton and bogeography based optmzaton algorthm to get a better optmzaton algorthm n terms of convergence speed. In DE\BBO, constant crossover rate has been used whch sometmes affect the performance of the hybrd algorthm leadng to ncrease n convergence speed. To cope up wth ths problem, varable crossover rate has been ntroduced n the hybrd algorthm helpng n removng the problem of constant crossover rate. Modfed algorthm has been named as DE\BBO\L n whch local search mutaton and varable crossover rate are used. Testng of BBO, DE\BBO\rand\1 and DE\BBO\L has been performed on dfferent test functons. The results reveal that DE\BBO\L wth varable crossover rate s better than DE\BBO wth constant crossover rate. Keywords: Optmzaton, Mutaton, Dfferental evoluton, Bogeography Based Optmzaton 1. Introducton Dfferental evaluaton proposed by Storn and Prce s parallel drect search way of optmzaton. The prncple of DE les n generatng the tral vector by usng some mutaton method [1-3]. The basc mutaton technque s addton of weghted dfference of two populaton vectors wth the thrd populaton vector. The resultng vector s checked aganst the objectve functon to take decson of keepng or rejectng ths vector. There are varous mutaton methods. Equatons of some mutaton methods [4] are as gven below: DE\rand\1: D,G = X r1,g + F( X r2,g X r3,g ) DE\Best\1: D,G = X best,g + F( X r1,g X r2,g ) DE\Best\2: D,G = X best,g + F( X r1,g X r2,g )+ F( X r3,g X r4,g ) Where D, G s known as donor vector whch s used to modfy the target vector X,G. The other vectors are randomly chosen from the populaton. Bogeography Based optmzaton [5] has been nfluenced from the dstrbuton of speces n geographcal area. The geographcal area has many habtat, some habtat have good features for lvng bengs to be lved whereas some have not. Habtat Sutablty Index (HSI) s used to characterze varous habtats and Sutablty Index Varables (SIV) decdes the HSI. Same way has been used n case of optmzng the real world problems. Solutons of the problem are consdered as populaton and ther goodness s decded on the bass of the value of the HSI. Immgraton and emgraton rates are used to modfy the varous solutons. The man reason behnd the development of the hybrd Dfferental evoluton wth Bogeography Based Optmzaton s the convergence speed of the orgnal BBO. Mutaton scheme of DE combned wth the BBO algorthm solves the problem of convergence speed. DE\BBO, proposed n 2010, uses the mutaton scheme wth constant crossover rate whch has to be adjusted accordng to the problem and n some cases, ISSN: IJHIT Copyrght c 2016 SERSC

2 constant crossover rate leads to ncrease n the convergence speed. Modfed DE\BBO\L wth varable crossover rate solves ths problem. Rest of the paper has been organzed as Secton 2 gves the vew of lterature survey. Secton 3 descrbes the modfcaton done n the exstng DE\BBO. Secton 4 shows the results and paper has been concluded n Secton 5 gvng future scope. 2. Related Work In 2008, Bogeography based optmzaton method [5] was ntroduced by Dan Smon. Ths method has been nspred from the natural way of dstrbuton of speces n geographcal area. The dea of spece s mgraton from one habtat to another on the bass of sutablty of that partcular habtat has been utlzed to mprove the qualty of solutons. Orgnal BBO has many defcences. To mprove orgnal BBO, many other versons of BBO have been ntroduced. Oppostonal BBO [6] was ntroduced n 2010, whch s focused on mprovng the convergence speed by usng only mgraton not mutaton. Real coded BBO [7] was ntroduced n 2010, whch uses modfed mutaton operators to mprove the performance of orgnal BBO.DE/BBO [8] was ntroduced n 2010, whch provdes better robustness and ncreased convergence speed. Blended BBO [9] was ntroduced n 2012, whch focuses on new way of changng the features of soluton. Multobjectve BBO [10] was ntroduced n 2012, whch s based on predator-prey approach. Hybrd BBO [11] was ntroduced n 2014, whch ntroduces the combnaton of varous evolutonary algorthms wth BBO. Lnearzed BBO [12] was ntroduced n 2014 for hghly non-separable problems. In 1995, Dfferental Evaluaton optmzaton method [1] was ntroduced by Stron R and Prce K. In ths, tral vector s generated from three vectors randomly selected from the populaton followed by crossover and selecton process. The lmtaton of DE s premature convergence whch has been mproved by changng ts mutaton operator and ntroducng modfed crossover processes. Varous modfed mutaton schemes are DE\best\1, DE\target-to-best\t, DE\best\2, DE\rand\2 etc. Recent work on modfcaton n mutaton scheme has been found n 2012 and 2014 whch focus on local search mutaton [13]. Ths leads to mprovement of the performance of DE n varous means lke effcency, qualty of soluton and robustness. DE\BBO [8] s based on mutaton of dfferental evoluton ntroduced n BBO algorthm. In ths paper, mutaton technques used are based on the use of constant crossover factor for all the generatons. Recent mutaton technque has been surveyed named as Local search mutaton [13] whch uses the varyng value of CR for each generaton. In ths, followng of good solutons and avodance of bad solutons has been used. In 2014, RDEL (Restart Dfferental Evoluton algorthm wth Local Search Mutaton for global numercal optmzaton) [13] was proposed whch solves the problem of choce of CR value for varyng applcaton. In ths technque, there s no need of selectng the value of CR. CR s calculated for every generaton and ths do not lead to nfluence the convergence speed of the algorthm. Local search mutaton has been ntroduced to mprove the convergence speed. Ths mutaton s based on the poston of best member and worst member of the populaton whch s nspred from PSO. The dea of learnng les behnd the poston of best member and worst member of the populaton. Ths mutaton technque can be llustrated from the followng equaton: New Vector = Member chosen at random from populaton + F1 (Best Member - Member chosen at random from populaton)+ F2( Member chosen at random from populaton Worst member) After mutaton, restart mechansm s appled accordng to the pre-defned crtera. 3. Modfed Hybrdzaton of DE/BBO 208 Copyrght c 2016 SERSC

3 As observed n lterature survey, DE\BBO uses the mutaton technques wth constant CR value. Hybrdzaton of DE and BBO s based on the concept of usng the exploraton ablty of DE and explotaton ablty of BBO. When goodness of both s combned, DE\BBO outperforms the BBO n terms of convergence speed. Algorthm 1 descrbes the process of hybrd mgraton of DE/BBO [8] as gven below: a. for G = 1 to GL // GL s generaton lmt. b. for n= 1 to PS // PS s populaton sze. c. Randomly select three members so that a 1 a 2 a 3 n d. q rand = rand(1,m) // rand s used to choose random nteger from gven numbers. e. for q=1 to m // m s populaton dmenson. f. f rand< λ n // λ s mmgraton rate. g. f rand q >CR or q==q rand // CR s crossover rate. h. J n (q)= X a1 (q)+f(x a2 (q)- X a3 (q)) // F s scalng factor.. else j. Randomly select X h wth probablty μ h k. J n (q) = X h (q) l. end m. else n. J n (q) = X n (q) o. end p. end q. end r. end In the above algorthm, CR and F are the constants used n dfferental evaluaton optmzaton where CR s crossover rate varyng from 0 to 1 and F s scalng factor varyng from 0 to 2. Ths algorthm descrbes mgraton process whch s the combnaton of mutaton of dfferental evaluaton and mgraton of bogeography based optmzaton. Algorthm 1 has lmtaton of ncrease n convergence rate when CR value tends to ts upper lmt and CR value s same for all generatons. To mprove ths lmtaton, Modfed DE\BBO\L has been proposed wth use of Local search mutaton. Local search mutaton s based on the concept that good solutons should be adopted and bad solutons should be rejected to nhert the features [13]. The CR value s dfferent for each generaton. It does not lead to ncrease n convergence speed, even f CR tends to approach ts upper lmts [13]. Algorthm 2 descrbes the concept of Modfed DE\BBO\L as gven below: a. for G= 1 to GL // GL s generaton lmt. b. Calculate CR = 0.8+( ).(1-G/GL)^4 // CR s crossover rate. c. for n= 1 to PS // PS s populaton sze. d. Calculate F1 = rand(0,1), F2 = rand(0,1) and F3 = rand(0,1) e. Randomly select three members so that a 1 a 2 a 3 n f. q rand = rand(1,m) g. for q=1 to m // m s populaton dmenson. h. f rand q <CR or q==q rand. f rand = (1-G/GL) j. J n (q)= X a1 (q)+f1(x best - X a1 (q))+f2(x a1 (q)- X worst ) k. else l. J n (q)= X a1 (q)+f3(x a2 (q)- X a3 (q)) m. end n. else o. J n (q) = X n (q) p. end q. end Copyrght c 2016 SERSC 209

4 r. end s. end 4. Expermental Results Evaluaton of BBO, DE\BBO\rand\1 and DE\BBO\L has been done by usng MATLAB software R2012b. The features of the used system are Wndow 7, RAM 3 GB and Intel 3 processor. Table 1 shows how convergence speed ncreases wth ncrease n value of constant crossover rate. Table 1 also shows the convergence speed of BBO and DE\BBO\L. In DE\BBO\L, crossover rate s not fxed to one value. It goes on changng over generaton to generaton wthout affectng the convergence speed. The results have been tested on 10 dfferent test functons by takng the best result among many smulatons for each test functon. Fgure 1 to Fgure 25 shows the convergence characterstcs of BBO, DE\BBO\rand\1 and DE\BBO\L for dfferent test functons. Table 1. Convergence Speed n Seconds of BBO, BBO\DE\rand\1 and BBO\DE\L Algorthm BBO BBO\DE\rand\1 BBO\DE\rand\1 BBO\DE\rand\2 BBO\DE\L And CR = 0.01 And CR = 0.5 And CR = 0.8 Test Functon Rosenbrock Beale Booth Brann Easom Boh Boh Boh Hump Matyas RosenBrock Booth 210 Copyrght c 2016 SERSC

5 Fgure 1. Convergence Characterstcs of BBO for Rosenbrock and Booth Test Functons Brann Easom Fgure 2. Convergence Characterstcs of BBO for Brann and Easom Test Functons Boh1 Boh2 Fgure 3. Convergence Characterstcs of BBO for Boh1 and Boh2 Test Functons Copyrght c 2016 SERSC 211

6 Boh3 Beale Fgure 4. Convergence Characterstcs of BBO for Boh3 and Beale Test Functons Hump Matyas Fgure 5. Convergence Characterstcs of BBO for Hump and Matyas Test Functons Hump Matyas Fgure 6. Convergence Characterstcs of BBO\DE\rand\1 for Hump and Matyas Test Functons and CR = Copyrght c 2016 SERSC

7 Hump Matyas Fgure 7. Convergence Characterstcs of BBO\DE\rand\1 for Hump and Matyas Test Functons and CR =0.5 Hump Matyas Fgure 8. Convergence Characterstcs of BBO\DE\rand\1 for Hump and Matyas Test Functons and CR =0.8 Boh3 Beale Fgure 9. Convergence Characterstcs of BBO\DE\rand\1 for Boh3 and Beale Test Functons and CR =0.01 Copyrght c 2016 SERSC 213

8 Boh3 Beale Fgure 10. Convergence Characterstcs of BBO\DE\rand\1 for Boh3 and Beale Test Functons and CR =0.5 Boh3 Beale Fgure 11. Convergence Characterstcs of BBO\DE\rand\1 for Boh3 and Beale Test Functons and CR =0.8 Boh1 Boh2 Fgure 12. Convergence Characterstcs of BBO\DE\rand\1 for Boh1 and Boh2 Test Functons and CR = Copyrght c 2016 SERSC

9 Boh1 Boh2 Fgure 13. Convergence Characterstcs of BBO\DE\rand\1 for Boh1 and Boh2 Test Functons and CR =0.5 Boh1 Boh2 Fgure 14. Convergence Characterstcs of BBO\DE\rand\1 for Boh1 and Boh2 Test Functons and CR =0.8 Brann Easom Fgure 15. Convergence Characterstcs of BBO\DE\rand\1 for Brann and Easom Test Functons and CR =0.01 Copyrght c 2016 SERSC 215

10 Brann Easom Fgure 16. Convergence Characterstcs of BBO\DE\rand\1 for Brann and Easom Test Functons and CR =0.5 Brann Easom Fgure 17. Convergence Characterstcs of BBO\DE\rand\1 for Brann and Easom Test Functons and CR =0.8 RosenBrock Booth Fgure 18. Convergence Characterstcs of BBO\DE\rand\1 for Rosenbrock and Booth Test Functons and CR = Copyrght c 2016 SERSC

11 RosenBrock Booth Fgure 19. Convergence Characterstcs of BBO\DE\rand\1 for Rosenbrock and Booth Test Functons and CR =0.01 RosenBrock Booth Fgure 20. Convergence Characterstcs of BBO\DE\rand\1 for Rosenbrock and Booth Test Functons and CR =0.8 RosenBrock Booth Fgure 21. Convergence Characterstcs of BBO\DE\L for Rosenbrock and Booth Test Functons Copyrght c 2016 SERSC 217

12 Brann Easom Fgure 22. Convergence Characterstcs of BBO\DE\L for Brann and Easom Test Functons Boh1 Boh2 Fgure 23. Convergence Characterstcs of BBO\DE\L for Boh1 and Boh2 Test Functons Boh3 Beale Fgure 24. Convergence Characterstcs of BBO\DE\L for Boh3 and Beale Test Functons 218 Copyrght c 2016 SERSC

13 Hump Matyas Fgure 25. Convergence Characterstcs of BBO\DE\L for Hump and Matyas Test Functons 5. Concluson and Future Scope Ths paper has been devoted to the modfcaton of DE\BBO to mprove ts lmtaton. DE\BBO wth smple mutaton technque was developed to domnate the performance of BBO. From the results, t can be seen that DE\BBO\rand\1 takes more tme to converge for hgher values of crossover rate. Example, When CR = 0.8, convergence tme for DE\BBO\rand\1 usng Rosenbrock test functon s whch s much hgher than convergence tme of BBO. Thus, ths mples that crossover rate nfluences performance of DE\BBO\rand\1. Lmtaton of DE\BBO\rand\1 has been mproved by ntroducng Local search mutaton whch uses the varable crossover rate for all generatons and mproved scheme has been named as DE\BBO\L. In DE\BBO\L, crossover value also tends to the upper lmt but t does not affect the convergence tme. The performance has been tested by usng dfferent ten test functons whch shows that DE\BBO\L outperforms BBO and DE\BBO\rand\1 n terms of convergence speed and qualty of soluton. Overall, t can be concluded that purposed DE\BBO\L algorthm domnates the performance of both BBO and DE\BBO\L and gves qualty results. A lot of future work can be done. Applcablty of the purposed algorthm can be checked for varous applcatons. Further changes can be done n DE\BBO\L by usng the restart mechansm. Comparatve study can be done wth other exstng algorthms to check the performance of DE\BBO\L. Impact of populaton sze, populaton dmenson, and generatons can be studed for DE\BBO\L. Performance of modfed DE\BBO\L can be checked on other test functons and the results can be compared. References [1] R. Storn and K. V. Prce, Dfferental evoluton- A smple and effcent adaptve scheme for global optmzaton over contnuous spaces, Techncal Report TR , ICSI, (1995). [2] R. Storn and K. V. Prce, Dfferental Evoluton- a smple and effcent heurstc for global optmzaton over contnuos spaces, Journal of Global Optmzaton, vol. 11, no. 4, (1997), pp [3] R. Storn, K. V. Prce and J. Lampnen, Dfferental Evoluton- A Practcal Approach to Global Optmzaton, Sprnger, Berln, (2005). [4] D. Swagatam, A. Ajth and K. Uday, Dfferental Evoluton Usng a Neghborhood-based Mutaton Operator, (2007). [5] D. Smon, Bogeography-based optmzaton, IEEE Transactons on Evolutonary Computaton, vol. 12, no. 6, (2008), pp [6] M. Ergezer, D. Smon and D. Du, Oppostonal Bogeography-Based Optmzaton, Proceedngs of IEEE Internatonal Conference on Systems, Man, and Cybernetcs San Antono, TX, USA, (2009). [7] W. Gong, Z. Ca, C. X. Lng and H. L, A real coded Bogeography based optmzaton wth mutaton, Appled Mathematcs and Computaton, vol. 216, (2010), pp Copyrght c 2016 SERSC 219

14 [8] A. Bhattacharya and P. K. Chattopadhyay, Hybrd Dfferental Evoluton Wth Bogeography-Based Optmzaton for Soluton of Economc Load Dspatch, IEEE TRANSACTIONS ON POWER SYSTEMS, vol. 25, no. 4, (2010). [9] S. Kanoongo and P. Jan, Blended Bogeography Based Optmzaton for dfferent economc load dspatch problem, IEEE Canadan Conference on Electrcal and Computer Engneerng (CCECE), (2012). [10] A. de Marsl, C, e Slva, L, dos S. Coelho and L. Lebensztajn, Multobjectve Bogeography- Based Optmzaton Based on predator-prey Approach, IEEE TRANSACTIONS ON MAGNETICS, vol. 48, no. 2, (2012). [11] D. Smon, M. G. H. Omran and M. Clerc, Lnearzed Bogeography-Based Optmzaton wth Rentalzaton and Local search, Informaton Scences, vol. 267, (2014), pp [12] H. Ma, D. Smon, M. Fe, X. Shu and Z. Chen, Hybrd Bogeography-Based evolutonary algorthms, Engneerng Applcatons of Artfcal Intellgence, vol. 30, (2014), pp [13] A. W. Mohamed, RDEL: Restart Dfferental Evoluton algorthm wth Local Search Mutaton for global numerc optmzaton, Egyptan Informatcs Journal, (2014). 220 Copyrght c 2016 SERSC

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, 2007 83 Optmal Reconfguraton of Dstrbuton System by PSO and GA usng graph theory Mehd

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL Vladmro Mranda vmranda@nescporto.pt Nuno Fonseca nfonseca@power.nescn.pt INESC Insttuto de Engenhara de Sstemas e Computadores

More information

BBO/DE: A Hybrid Biogeography Based Optimization with Differential Evolution for Congestion Management in Restructured Power Systems

BBO/DE: A Hybrid Biogeography Based Optimization with Differential Evolution for Congestion Management in Restructured Power Systems ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Vol. 3, Specal Issue

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

DEGL BASED OPTIMIZATION FOR PRACTICAL CONSTRAINED ECONOMIC POWER DISPATCH PROBLEM

DEGL BASED OPTIMIZATION FOR PRACTICAL CONSTRAINED ECONOMIC POWER DISPATCH PROBLEM Journal of Electrcal Engneerng BASED OTIMIZATION FOR RACTICAL CONSTRAINED ECONOMIC OWER DISATCH ROBLEM B.ADMANABHAN (1) SIVAKUMAR R.S (2) (1) M.E (ower Sys Engg), Sardar Raja College of Engneerng, Alangulam,

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security Internatonal Journal of Engneerng Scences, 2(8) August 23, Pages: 388-398 TI Journals Internatonal Journal of Engneerng Scences www.tournals.com ISSN 236-6474 Optmal Grd Topology usng Genetc Algorthm to

More information

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

More information

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 014, 6, 61-68 61 Open Access Node Localzaton Method for Wreless Sensor Networks Based on Hybrd Optmzaton

More information

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution Int. J. Communcatons, Network and System Scences, 010, 3, 380-384 do:10.436/jcns.010.34048 Publshed Onlne Aprl 010 (http://www.scrp.org/journal/jcns/) On Channel Estmaton of OFDM-BPSK and -QPSK over Generalzed

More information

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

More information

Optimal Network Reconfiguration with Distributed Generation Using NSGA II Algorithm

Optimal Network Reconfiguration with Distributed Generation Using NSGA II Algorithm (IJARAI) Internatonal Journal of Advanced Research n Artfcal Intellgence, Optmal Network Reconfguraton wth Dstrbuted Generaton Usng NSGA II Algorthm Jasna Hvzefendć Faculty of Engneerng and Informaton

More information

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems Hybrd Dfferental Evoluton based Concurrent Relay-PID Control for Motor Poston Servo Systems B.Sartha 1, Dr. L. Rav Srnvas P.G. Student, Department of EEE, Gudlavalleru Engneerng College, Gudlavalleru,

More information

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks 213 7th Asa Modellng Symposum Adaptve Phase Synchronsaton Algorthm for Collaboratve Beamformng n Wreless Sensor Networks Chen How Wong, Zhan We Sew, Renee Ka Yn Chn, Aroland Krng, Kenneth Tze Kn Teo Modellng,

More information

Intelligent and Robust Genetic Algorithm Based Classifier

Intelligent and Robust Genetic Algorithm Based Classifier Intellgent and Robust Genetc Algorthm Based Classfer S. H. Zahr, H. Raab Mashhad and S. A. Seyedn Downloaded from eee.ust.ac.r at :4 IRDT on Monday September 3rd 018 Abstract: The concepts of robust classfcaton

More information

Optimization Frequency Design of Eddy Current Testing

Optimization Frequency Design of Eddy Current Testing Optmzaton Frequency Desgn of Eddy Current Testng NAONG MUNGKUNG 1, KOMKIT CHOMSUWAN 1, NAONG PIMPU 2 AND TOSHIFUMI YUJI 3 1 Department of Electrcal Technology Educaton Kng Mongkut s Unversty of Technology

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

An Intelligent Approach Based on Meta-Heuristic Algorithm for Non-Convex Economic Dispatch

An Intelligent Approach Based on Meta-Heuristic Algorithm for Non-Convex Economic Dispatch Journal of Operaton and Automaton n Power Engneerng Vol. 3, No. 1, Wnter & Sprng 015, Pages: 47-55 http://journals.uma.ac.r/joape An Intellgent Approach Based on Meta-Heurstc Algorthm for Non-Convex Economc

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range Genetc Algorthm for Sensor Schedulng wth Adjustable Sensng Range D.Arvudanamb #, G.Sreekanth *, S.Balaj # # Department of Mathematcs, Anna Unversty Chenna, Inda arvu@annaunv.edu skbalaj8@gmal.com * Department

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

CHAPTER 2 2 PROPOSED DIFFERENTIAL EVOLUTION BASED IDWNN CONTROLLER FOR FAULT RIDE-THROUGH OF GRID CONNECTED DFIG

CHAPTER 2 2 PROPOSED DIFFERENTIAL EVOLUTION BASED IDWNN CONTROLLER FOR FAULT RIDE-THROUGH OF GRID CONNECTED DFIG 26 CHAPTER 2 2 PROPOSED DIFFERENTIAL EVOLUTION BASED IDWNN CONTROLLER FOR FAULT RIDE-THROUGH OF GRID CONNECTED DFIG 2.1 INTRODUCTION The key objectve of wnd turbne development s to ensure that output power

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm 13 Internatonal Conference on Electrcal Informaton and Communcaton Technology (EICT) Localzaton of ACTS Devces for Optmal Power low Usng Genetc Algorthm A.K.M. Rezwanur Rahman, Md. Shahabul Alam, Md. Zakr

More information

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO Smultaneous Reconfguraton wth Placement usng Bt-Shft Operator Based TLBO Ayan Ghosh, *Deepak Kumar EEE Department B.I.T Mesra, Ranch Jharkhand, Inda *deepakmek9@gmal.com S. R. Samantaray School of Electrcal

More information

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller Journal of Automaton and Control Engneerng Vol. 3, No. 4, August 2015 Improvement of Buck Converter Performance Usng Artfcal Bee Colony Optmzed-PID Controller Yusuf Sonmez1, Ozcan Ayyldz1, H. Tolga Kahraman2,

More information

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem Avalable onlne at www.jpe-onlne.com vol., no. 7, November 07, pp. 999-0 DOI: 0.90/jpe.7.07.p.9990 Modfed Bat Algorthm for the Mult-Objectve Flexble Job Shop Schedulng Problem Haodong Zhu a,b, Baofeng He

More information

OLSR WITH OPTIMIZED HYBRID PARTICLE SWARM OPTIMIZATION AND INVASIVE WEED OPTIMIZATION

OLSR WITH OPTIMIZED HYBRID PARTICLE SWARM OPTIMIZATION AND INVASIVE WEED OPTIMIZATION Journal of Theoretcal and Appled Informaton Technology 2005-2013 JATIT & LLS. All rghts reserved. ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 OLSR WITH OPTIMIZED HYBRID PARTICLE SWARM OPTIMIZATION AND

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Development and Performance Evaluation of Mismatched Filter using Differential Evolution

Development and Performance Evaluation of Mismatched Filter using Differential Evolution Internatonal Journal of Computer Applcatons (975 8887) Development and Performance Evaluaton of Msmatched Flter usng Dfferental Evoluton J. B. Seventlne 1 G. V. K. Sharma 2 K. Srdev 3 D. Elzabath Ran 4

More information

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters IJCSI Internatonal Journal of Computer Scence Issues, Volume 3, Issue 6, November 26 www.ijcsi.org https://do.org/.2943/266.559 5 Applcatons of Modern Optmzaton Methods for Controllng Parallel Connected

More information

A novel immune genetic algorithm based on quasi-secondary response

A novel immune genetic algorithm based on quasi-secondary response 12th AIAA/ISSMO Multdscplnary Analyss and Optmzaton Conference 10-12 September 2008, Vctora, Brtsh Columba Canada AIAA 2008-5919 A novel mmune genetc algorthm based on quas-secondary response Langyu Zhao

More information

Medical Diagnosis using Incremental Evolution of Neural Network

Medical Diagnosis using Incremental Evolution of Neural Network Medcal Dagnoss usng Incremental Evoluton of Neural Network Rahul Kala 1, Harsh Vazran 2, Anupam Shukla 3 and Rtu Twar 4 1, 2, 3, 4 Soft Computng and Expert System Laboratory, Indan Insttute of Informaton

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

International Journal on Power Engineering and Energy (IJPEE) Vol. (4) No. (4) ISSN Print ( ) and Online ( X) October 2013

International Journal on Power Engineering and Energy (IJPEE) Vol. (4) No. (4) ISSN Print ( ) and Online ( X) October 2013 Internatonal Journal on Power Engneerng and Energy (IJPEE) Vol. (4) No. (4) ISSN Prnt (34 738) and Onlne (34 730X) October 03 Soluton of The Capactor Allocaton Problem Usng A New Accelerated Partcle Swarm

More information

Optimal PID Design for Control of Active Car Suspension System

Optimal PID Design for Control of Active Car Suspension System I.J. Informaton Technology and Computer Scence, 2018, 1, 16-23 Publshed Onlne January 2018 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jtcs.2018.01.02 Optmal PID Desgn for Control of Actve Car Suspenson

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

Introduction to Coalescent Models. Biostatistics 666 Lecture 4

Introduction to Coalescent Models. Biostatistics 666 Lecture 4 Introducton to Coalescent Models Bostatstcs 666 Lecture 4 Last Lecture Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles Expected to decrease wth dstance

More information

Volume 3, Special Issue 3, March 2014

Volume 3, Special Issue 3, March 2014 ISSN (Onlne) : 319-8753 ISSN (Prnt) : 347-6710 Internatonal Journal of Innovatve Research n Scence, Engneerng and Technology Volume 3, Specal Issue 3, March 014 014 Internatonal Conference on Innovatons

More information

Particle Swarm Optimization Guided Genetic Algorithm: A Novel Hybrid Optimization Algorithm

Particle Swarm Optimization Guided Genetic Algorithm: A Novel Hybrid Optimization Algorithm ISSN (Prnt) : 19-861 ISSN (Onlne) : 975-44 V. Jagan Mohan et al. / Internatonal Journal o Engneerng and Technology (IJET) Partcle Swarm Optmzaton Guded Genetc Algorthm: A Novel Hybrd Optmzaton Algorthm

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

Fault Locations in Transmission Systems by Evolutionary Algorithms

Fault Locations in Transmission Systems by Evolutionary Algorithms European Assocaton for the Development of Renewable Energes, Envronment and Power Qualty Internatonal Conference on Renewable Energes and Power Qualty (ICREPQ 09) Valenca (Span), 5th to 7th Aprl, 009 Fault

More information

A Heuristic Speech De-noising with the aid of Dual Tree Complex Wavelet Transform using Teaching-Learning Based Optimization

A Heuristic Speech De-noising with the aid of Dual Tree Complex Wavelet Transform using Teaching-Learning Based Optimization ISSN (Prnt) : 39-863 ISSN (Onlne) : 975-44 D. Yugandhar et al. / Internatonal Journal of Engneerng and Technology (IJET) A Heurstc Speech De-nosng wth the ad of Dual Tree Complex Wavelet Transform usng

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

Available online at ScienceDirect. Procedia Computer Science 85 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 85 (2016 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 85 (206 ) 976 986 Internatonal Conference on Computatonal Modelng and Securty (CMS 206) Comparatve Analyss of NR and TBLO Algorthms

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm 0 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No., February 008 Mult-focus Image Fuson Usng Spatal Frequency and Genetc Algorthm Jun Kong,, Kayuan Zheng,, Jngbo Zhang,,*,,

More information

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing A Parallel Task Schedulng Optmzaton Algorthm Based on Clonal Operator n Green Cloud Computng Yang Lu, Wanneng Shu, and Chrsh Zhang College of Informaton Scence and Engneerng, Hunan Cty Unversty, Yyang,

More information

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm A General Techncal Route for Parameter Optmzaton of Shp Moton Controller Based on Artfcal Bee Colony Algorthm Yanfe Tan, Lwen Huang, and Yong Xong Abstract The most practcal applcaton n ndustral process

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018 Internatonal Journal of Industral Eng. & roducton Research (2008) pp. 21-29 Volume 19, Number 4, 2008 Internatonal Journal of Industral Engneerng & roducton Research Journal Webste: http://een.ust.ac.r/

More information

Global transformer design optimization using deterministic and non-deterministic algorithms

Global transformer design optimization using deterministic and non-deterministic algorithms Global transformer desgn optmzaton usng determnstc and non-determnstc algorthms Eleftheros I. Amorals Member, IEEE Natonal Techncal Unversty of Athens 9 Iroon Polytechnou Street, 5780 Athens, Greece eamr@tee.gr

More information

Network Reconfiguration of Distribution System Using Artificial Bee Colony Algorithm

Network Reconfiguration of Distribution System Using Artificial Bee Colony Algorithm World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng ol:8, No:, 014 Network Reconfguraton of Dstrbuton System Usng Artfcal Bee Colony Algorthm S. Ganesh

More information

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm The 4th Internatonal Conference on Intellgent System Applcatons to Power Systems, ISAP 2007 Optmal Phase Arrangement of Dstrbuton Feeders Usng Immune Algorthm C.H. Ln, C.S. Chen, M.Y. Huang, H.J. Chuang,

More information

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment Hao Me, Yantao Tan, Lnan Zu A Hybrd Ant Colony Optmzaton Algorthm or Path Plannng of Robot n Dynamc Envronment A Hybrd Ant Colony Optmzaton Algorthm for Path Plannng of Robot n Dynamc Envronment 1 Hao

More information

Power Loss Reduction and Voltage Profile improvement by Photovoltaic Generation

Power Loss Reduction and Voltage Profile improvement by Photovoltaic Generation Internatonal Journal of Engneerng Trends and Technology (IJETT) Volume 0 Number 4 Feb 05 ower Loss Reducton and Voltage rofle mprovement by hotovoltac Generaton Seyed Reza Seyednour #, Homayoun Ebrahman

More information

Evolutionary Programming for Reactive Power Planning Using FACTS Devices

Evolutionary Programming for Reactive Power Planning Using FACTS Devices Bplab Bhattacharyya, kash Kumar Gupta,. Das Evolutonary Programmng for Reactve Power Plannng Usng Devces BIPLAB BHATTACHARYYA *, IKAH KUMAR GUPTA 2 AND.DA 3, 2, 3 Department of Electrcal Engneerng, Indan

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Harmony Search and OPF Based Hybrid Approach for Optimal Placement of Multiple DG Units

Harmony Search and OPF Based Hybrid Approach for Optimal Placement of Multiple DG Units Harmony Search and OPF Based Hybrd Approach for Optmal Placement of Multple Unts Sandeep Kaur Department of Electrcal Engneerng Indan Insttute of Rooree Rooree, Inda sandpsaroa@gmal.com. B. Kumbhar Department

More information

IEEE TRANSACTIONS ON CYBERNETICS 1. Improving Metaheuristic Algorithms With Information Feedback Models

IEEE TRANSACTIONS ON CYBERNETICS 1. Improving Metaheuristic Algorithms With Information Feedback Models Ths artcle has been accepted for ncluson n a future ssue of ths journal. Content s fnal as presented, wth the excepton of pagnaton. IEEE TRANSACTIONS ON CYBERNETICS 1 Improvng Metaheurstc Algorthms Wth

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains Internatonal Journal of Materals, Mechancs and Manufacturng, Vol. 1, No. 4, November 2013 Fndng Proper Confguratons for Modular Robots by Usng Genetc Algorthm on Dfferent Terrans Sajad Haghzad Kldbary,

More information

Piecewise Linear Approximation of Generators Cost Functions Using Max-Affine Functions

Piecewise Linear Approximation of Generators Cost Functions Using Max-Affine Functions Pecewse Lnear Approxmaton of Generators Cost Functons Usng Max-Affne Functons Hamed Ahmad José R. Martí School of Electrcal and Computer Engneerng Unversty of Brtsh Columba Vancouver, BC, Canada Emal:

More information

Bee Hive Algorithm to Optimize Multi Constrained Piecewise Non-Linear Economic Power Dispatch Problem in Thermal Units

Bee Hive Algorithm to Optimize Multi Constrained Piecewise Non-Linear Economic Power Dispatch Problem in Thermal Units Internatonal Journal on Electrcal Engneerng and Informatcs Volume 3, Number 1, 011 Bee Hve Algorthm to Optmze Mult Constraned ecewse Non-Lnear Economc ower Dspatch roblem n Thermal Unts B. admanabhan 1,

More information

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization Servo Actuatng System Control Usng Optmal Fuzzy Approach Based on Partcle Swarm Optmzaton Dev Patel, L Jun Heng, Abesh Rahman, Deepka Bhart Sngh Abstract Ths paper presents a new optmal fuzzy approach

More information

DIFFERENTIAL EVOLUTION APPROACH FOR OPTIMAL POWER FLOW SOLUTION

DIFFERENTIAL EVOLUTION APPROACH FOR OPTIMAL POWER FLOW SOLUTION www.att.org DIFFERENIAL EOLUION AROACH FOR OIMAL OWER FLOW SOLUION K.asakh, L.R.Srnvas rofessor, Department of Electrcal Engneerng, Andhra Unversty, sakhapatnam, A, Inda-30003 Assoc. rof., Department of

More information

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm Internatonal Electrcal Engneerng Journal (IEEJ) http://www.eejournal.com/ Optmal Coordnaton of Overcurrent Based on Modfed Bat Optmzaton Algorthm Reza Kherollah, Farhad Namdar Department of Power and Computer,

More information

A Tool for Evolving Artificial Neural Networks

A Tool for Evolving Artificial Neural Networks A ool for Evolvng Artfcal Neural Networks Efstratos F. Georgopoulos, 3, Adam V. Adamopoulos, 3 and Sprdon D. Lkothanasss 3 Abstract. A hybrd evolutonary algorthm that combnes genetc programmng phlosophy,

More information

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives J. Intellgent Learnng Systems & Applcatons, 00, : 0-8 do:0.436/jlsa.00.04 Publshed Onlne May 00 (http://www.scrp.org/journal/jlsa) Implementaton of Adaptve Neuro Fuzzy Inference System n Speed Control

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

SPATIAL QUALITY EVALUATION OF FUSION OF DIFFERENT RESOLUTION IMAGES

SPATIAL QUALITY EVALUATION OF FUSION OF DIFFERENT RESOLUTION IMAGES Jun L SPATIAL QUALITY EVALUATION OF FUSION OF DIFFERENT RESOLUTION IMAGES Jun L Laval Unversty, Canada COPL, Physcs department Jl@phy.ulaval.ca KEY WORDS: Image Fuson, Evaluaton, Spatal Qualty, Blur Parameter,

More information

@IJMTER-2015, All rights Reserved 383

@IJMTER-2015, All rights Reserved 383 SIL of a Safety Fuzzy Logc Controller 1oo usng Fault Tree Analyss (FAT and realablty Block agram (RB r.-ing Mohammed Bsss 1, Fatma Ezzahra Nadr, Prof. Amam Benassa 3 1,,3 Faculty of Scence and Technology,

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

Simulation of the adaptive neuro-fuzzy inference system (ANFIS) inverse controller using Matlab S- function

Simulation of the adaptive neuro-fuzzy inference system (ANFIS) inverse controller using Matlab S- function Vol. 8(1), pp. 875-884, 4 June, 013 DOI 10.5897/SRE11.1538 ISSN 199-48 013 Academc Journals http://www.academcjournals.org/sre Scentfc Research and Essays Full Length Research Paper Smulaton of the adaptve

More information