Genetic Algorithms. A Self Adaptive Hybrid Genetic Algorithm

Size: px
Start display at page:

Download "Genetic Algorithms. A Self Adaptive Hybrid Genetic Algorithm"

Transcription

1 Genetc Algorthms A Self Adaptve Hybrd Genetc Algorthm Felpe P. Espnoza Department of Cvl & Envronmental Engneerng Unversty of Illnos 49 Newmark Lab, MC-5 5 N. Mathews Ave. Urbana, IL 68 fespnoz@uuc.edu (7) Barbara S. Mnsker Department of Cvl & Envronmental Engneerng Unversty of Illnos 33 Newmark Lab, MC-5 5 N. Mathews Ave. Urbana, IL 68 mnsker@uuc.edu (7) Davd E. Goldberg Department of General Engneerng Unversty of Illnos Urbana, IL 68 7 Transportaton, MC 38 4 S. Mathews Ave. Urbana, IL 68 deg@uuc.edu (7) Abstract Ths paper presents a self-adaptve hybrd genetc algorthm (SAHGA) and compares ts performance to a non-adaptve hybrd genetc algorthm (NAHGA) and the smple genetc algorthm (SGA) on two mult-modal test functons wth complex geometry. The SAHGA s shown to be far more robust than the NAHGA, provdng fast and relable convergence across a broad range of parameter settngs. For the most complex test functon, the SAHGA requred over 75% fewer functon evaluatons than the SGA to dentfy the optmal soluton at a 99% relablty level. INTRODUCTION A hybrd genetc algorthm (HGA) s the couplng of two processes: the smple GA and a local search algorthm. HGAs have been appled to a varety of problems n dfferent felds, such as optcal network desgn [Snclar, ], sgnal analyss [Sabatn, ], and graph problems [Magyar et al, ], among others. In these prevous applcatons, the local search part of the algorthm was problem specfc and was desgned usng tral-and-error expermentaton wthout generalzaton or analyss of the characterstcs of the algorthm wth respect to convergence and relablty. The purpose of ths study s to develop a self-adaptve HGA (SAHGA) that can be used to relably solve dfferent applcatons wthout extensve tral-and-error expermentaton. Ths paper presents the SAHGA approach and compares ts performance wth the smple GA (SGA) and a nonadaptve HGA (NAHGA) for several test functons. The results show consderable promse for the SAHGA. Usng two multmodal test functons, the SAHGA requred less than 5% of the number of functon evaluatons requred for the SGA at a 99% relablty level. The SAHGA algorthm was also more robust than the NAHGA, performng optmally across a broad range of parameter values. HYBRID GENETIC ALGORITHM METHODOLOGY. BASIC ELEMENTS.. Genetc Algorthm The smple Genetc Algorthm (SGA) used n ths work s defned by three basc operators: bnary tournament selecton, sngle pont crossover, eltsm, and smple mutaton. Through the successve applcaton of these three operators, an ntal populaton of solutoms s evolved nto a hghly ft populaton... Local Search The local search operator looks for the best soluton startng at a prevously selected pont, n ths case a soluton n the SGA populaton. For ths applcaton, the steepest descent method was chosen as the local search operator. Ths method moves along the drecton of the steepest gradent untl an mproved pont s found, from whch a new local search starts. The algorthm ends when

2 no new pont can be found (ths s equvalent to a gradent equal to zero). For functons wth multple local optmum, the method fnds one local optma but s not guaranteed to fnd the global mnmum. For geometres wth concal shape, for example, the method fnds the local optmum n one local search startng from any pont nsde the basn of attracton. For other geometres, the local search operator requres more than one teraton to acheve the soluton...3 Evoluton: Lamarckan v/s Baldwnan To combne the SGA and local search methods, HGAs typcally use one of two approaches: Lamarckan or Baldwnan evoluton [Hnton and Nolan, 987], [Whtley et al., 994]. Lamarck presented hs theory of learned evoluton n 8 [Lamarck, 8], n whch drect learnng passes the best characterstcs of each ndvdual from generaton to generaton. Ths means that both the change n genotypc nformaton and ftness are passed to the ndvdual as genotypc nformaton at the end of local search (.e., the chromosome of the ndvdual s changed). Baldwnan evoluton, also known as the Baldwn effect [Baldwn, 896], s survval of the fttest followng the drecton of learnng. In ths case, only the mproved ftness functon value s changed after local search and not the genotypc nformaton. Lamarckan evoluton has been shown to cause faster convergence than Baldwnan evoluton, but sometmes causes premature convergence problems [Whtley et al., 994].. NON-ADAPTIVE HYBRID GENETIC ALGORITHM (NAHGA) The NAHGA algorthm s a standard, non-adaptve hybrd genetc algorthm that combnes an SGA wth local search. The local search step s defned by three basc parameters: frequency of local search, probablty of local search, and number of local search teratons. The frst element for the defnton of the algorthm s the frequency of local search, whch s the swtch between global and local search. In the NAHGA algorthm, ths swtch s performed every?g global search generatons, where?g s a constant number called the local search frequency. For example, f?g =3, local search would be performed every 3 generatons durng the SGA. The second element of the algorthm s the probablty of local search P, whch s the probablty that local search wll be performed on each member of the SGA populaton n each generaton where local search s nvoked. Ths probablty s constant and s defned before the applcaton of the algorthm. Fnally, each tme local search s performed, t s performed a constant number of local search teratons before local search s halted..3 SELF-ADAPTIVE HYBRID GENETIC ALGORITHM (SAHGA) The SAHGA algorthm works wth the same operators as the NAHGA algorthm: frequency of local search, probablty of local search and number of local search teratons. The major dfference n the approaches s that the SAHGA adapts n response to recent performance as the algorthm converges to the soluton. The detals of the adaptatons are gven below..3. Local Search versus Global Search Instead of a constant local search frequency, local search s nvoked only when the SGA s performance, as reflected by chasnges n the relatve coeffcent of varaton of the ftness functon between generatons, ndcates that ths s needed. The coeffcent of varaton s defned as the rato of the mean and the standard devaton of the populaton ftness. Fgure shows the change n the coeffcent of varaton and the coeffcent of varaton tself for a partcular experment usng the SGA alone. The trend for the coeffcent of varaton s decreasng and approachng to zero as the populaton converges to the optmal soluton. Usng the CV, we defne a new parameter CV rato (CVR) gven n equaton and shown n Fgure : CV() CVR = () CV ( ) where CV() s the coeffcent of varaton at generaton. CVR represents the change n the coeffcent of varaton from one generaton to the next. When CVR >, the soluton at generaton s worse than the soluton at generaton -, whch mples that local search may provde more nformaton to mprove performance. In Fgure, a threshold of one s shown on the CVR curve to llustrate when the SAHGA would nvoke local search. Coeffcent of Varaton (CV) Generaton CV CVR Local Search Threshold CV Rato (CVR) Fgure : Global Search-Local Search Threshold Effect

3 .3. Probablty of Local Search Selecton In an HGA, local search typcally operates over a small porton of the total populaton because the addtonal functon evaluatons requred for local search can be very expensve. Therefore, when local search s achevng greater performance than the most recent global search teraton (usng the crteron shown n the next secton), the SAHGA algorthm s adapted to search a smaller porton of the populaton usng the relatonshp shown n equaton. n P = P ( ε () ) In ths equaton, the local search probablty P decreases n a constant way from the ntal value. P s the userspecfed ntal value of the local search probablty, n s the local teraton number n the local search step, and e s a user-specfed parameter governng the rate of decrease n the local search probablty. The probablty P s reset to P at the begnnng of every local search step n order to start wth the same samplng sze at the begnnng of every local search..3. Number of Local Search Iteratons One mportant ssue for the applcaton of the algorthm s how long the local search lasts before swtchng back to the global GA search. In order to make ths decson, we compare the most recent ftness mprovement by local search wth the latest ftness mprovement by global search. Ths crteron s presented n equaton 3: do local search f Global Local < pop fev where Global s the mprovement acheved between the two prevous global search generatons, Local s the current mprovement n the local search step, pop s the populaton sze (whch s the number of functon evaluatons requred for global search), and fev s the number of functon evaluatons requred for the local search step. Ths crteron scales the ftness mprovements by the computatonal effort requred (pop and fev) so that the ratos are comparable. When equaton (3) s no longer true, or when the number of teratons exceeds a user-specfed maxmum value, the algorthm swtches back to global search. 3 EXPERIMENTS 3. TEST FUNCTION The test functons gven n equaton 4 are mult-modal functons wth multple basns of attracton. The (3) coordnates (x o,,y o, ) are the coordnates of the basn of attracton, whch has radus r and depth d. For ths analyss, we worked wth two dfferent functons wth random geometry (radus and depth). The basns of attracton for both functons are randomly dstrbuted. Functon (f) (Goldberg and Voessner, 999) has concal basns of attracton and Functon (f) has ellptcal basns of attracton. Functon represents the best case for local search, n whch only one local search s requred to fnd the local mnmum, and Functon represents a more realstc case n whch multple local searches are requred to fnd the local mnmum. d r f (x,y ) = ( x + y ) x + d y r f(x,y ) = x = x x, y = y y, d 3. EXPERIMENTS x + y r d x + d y r x + d y > r x + y r x + y > r In order to evaluate the behavor of the SAHGA wth respect to the NAHGA and SGA, we performed several experments to test the capabltes of the method. The settngs for the parameters controllng the SGA for all of the experments (populaton sze of 8 and, ndvduals, respectvely, for f and f; probablty of crossover of.4; and probablty of mutaton of.3 and.8, respectvely, for f and f) were dentfed usng the 3-step methodology developed by Reed et al. (). For local search, we used a mxture of Baldwnan and Lamarckan evoluton: 5% of the local searches worked wth the Baldwnan effect and 75% wth Lamarckan evoluton. Our ntal experments found that ths mxture represented the optmal choce, gvng the speed of Lamarckan evoluton wthout causng dversty problems. The stoppng crteron for the algorthm was that at least 8% of the populaton had converged to the soluton. In order to evaluate the relablty of the method for dfferent condtons, we averaged the results of, dfferent ntal populatons from, random seeds. The results are presented n terms of average number of functon evaluatons because generatons take dfferent amounts of tme for the hybrd genetc algorthm approach, dependng on how many local searches are done. (4)

4 3.. Frequency of Local Search The frst experment was desgned to evaluate the effect of local search frequency on the soluton of the problem. For the NAHGA algorthm, local search was performed at a pre-defned nterval?g; for the SAHGA algorthm, local search followed the threshold requrements prevously explaned. Fgures a) and b) show the results for the NAHGA and for the SAHGA algorthms, respectvely. For both algorthms, the maxmu m number of local search teratons was three and the ntal probablty of local search was.. For the NAHGA, t s clear that the optmal results are acheved only for one value of the varable n study, a local search frequency of (meanng that local search s performed n every generaton). On the other hand, for the SAHGA the optmal results are acheved for a set of dfferent values of the local search threshold, so the algorthm s more robust. The performance of each of the algorthms for dfferent local search frequences and threshold parameter values was smlar for both functons. a) Probablty of Local Search The second experment tested the effect of the probablty of local search parameter on performance. In the SAHGA, the probablty of local search s adapted usng the parameter e n equaton. Fgure 3 a) shows the effect of the adaptve parameter for a specfc probablty of local search (P =.). For the other parameters n the algorthm, the threshold was set to.6 and a maxmum of 3 local search teratons were performed. Ths experment shows that there s only a slght mprovement n performance for dfferent values of the adaptve parameter for the two dfferent functons. Agan, ths s another ndcaton of the robustness of the SAHGA algorthm. a) Average # of Functon Evaluatons (x 3 ) 3 Average # of Functon Evaluatons (x 3 ) 3 b) e SAHGA (f) SAHGA (f) b) Local Search Frequency (DG) NAHGA (f) NAHGA (f) Average # of Functon Evaluatons (x 3 ) Average # of Functon Evaluatons (x 3 ) 3 Probablty of Local Search (P) NAHGA (f) NAHGA (f) SAHGA (f) SAHGA (f) Fgure 3: Adaptve Parameter Effect on Probablty of Local Search (a) and Probablty of Local Search Effect (b) Local Search Threshold SAHGA (f) SAHGA (f) Fgure : Local Search Effect for NAHGA Algorthm (a) and SAHGA Algorthm (b) The next step s to evaluate the behavor of both algorthms for dfferent probabltes of local search. For the NAHGA, the generaton gap selected was, whch gave the best performance n the frst experment. Fgure 3 b) shows the results of ths experment, whch ndcates that the mnmum number of functon evaluatons occurs at almost the same probablty for both the NAHGA and the SAHGA algorthm. The major

5 dfference s that the NAHGA acheves the mnmum for only one probablty of local search and the SAHGA acheves optmal or very near optmal performance for a broader range of ntal probabltes of local search due to ts adaptaton of P durng the run. Ths effect s acheved for both functons Maxmum Number of Local Search Iteratons The fnal experment analyzes the number of teratons n the local search step. For ths analyss, we worked wth a probablty of local search equal to. for both algorthms, a G equal to for the NAHGA, and a threshold of.6 and an adaptve parameter (e) equal to. for the SAHGA. Fgure 4 shows the results of ths experment. These results ndcate that the number of functon evaluatons for the NAHGA algorthm ncreases wth the number of local search teratons allowed, but for the SAHGA algorthm the number of functon evaluatons remans constant because of the adaptve stoppng crteron n the SAHGA local search algorthm evaluatons. For each level of relablty, Fgure 6 shows the average number of functon evaluatons requred for the SAHGA as a percentage of the number requred for the SGA. For a relablty of 99%, the number of functon evaluatons requred n the SAHGA for functon f s 95% less than the number of functon evaluatons for the SGA algorthm. For functon f, the SAHGA requres 75% fewer functon evaluatons requred for the SGA. More functon evaluatons are requred for functon f because f s much more complex than f and requres more local search teratons. These results were acheved for a populaton sze equal to 5% and 35% of the optmal populaton sze for the SGA, for f and f, respectvely. The mproved performance shown n Fgure 5 s a combned effect of smaller populaton szes and faster convergence of the SGA. a).% 9.% Average # of Functon Evaluatons (x 3 ) Maxmum Number of Local Search Iteratons b) Relablty (%) 8.% 7.% 6.% 5.% 4.% 3.% Populaton Sze SGA (F) SAHGA (F) SGA (F) SAHGA (F) NAHGA (f) NAHGA (f) SAHGA (f) SAHGA (f) Fgure 4: Maxmum Number of Local Search Iteratons Effect for NAHGA and SAHGA Algorthm 3..4 Relablty To complete the analyss, we performed a fnal experment to nvestgate the relablty of the SAHGA relatve to the SGA for dfferent populaton szes. The analyss was performed only for the SAHGA algorthm because, as shown n the prevous experments, ths algorthm worked for a broader range of parameters than the NAHGA. Fgure 5 a) shows the relablty of each algorthm for dfferent populaton szes, where relablty s defned as the percentage of the, dfferent ntal populatons that found the optmal soluton. It s clear that the SAHGA acheves much hgher levels of relablty at smaller populaton szes than the SGA. Fgure 5 b) shows relablty versus number of functon evaluatons. From ths plot, t s clear that the SAHGA s able to acheve much hgher relablty wth far fewer functon Relablty (%) % 9% 8% 7% Average # of Functon Evaluatons (x 3 ) SGA (f) SGA (f) SAHGA (f) SAHGA (f) Fgure 5: Relablty v/s Populaton Sze a) and Relablty versus Number of Functon Evaluatons b) 4 Conclusons The results presented n ths paper clearly ndcate that the adaptve capabltes of the SAHGA algorthm enabled robust soluton of complex, mult-modal problems for a much greater range of parameter settngs than the NAHGA. Compared wth the SGA, the SAHGA was able to solve complex problems much faster because of the

6 combned effect of smaller populaton szes and ncreased nformaton from local search. For the same level of relablty, the SAHGA requred as much as 95% fewer functon evaluatons than the SGA for functon f and as much as 75% fewer functon evaluatons for functon f. Further research s needed to assess the performance of the algorthm on other types of functons. 5% G. Magyar, M. Johnsson, and O. Nevalanen, An adaptve hybrd genetc algorthm for the three-matchng problem, IEEE Transactons on Evolutonary Computaton, 4(), 35-46,. P. Reed, B. S. Mnsker, and D. E. Goldberg, Desgnng a competent smple genetc algorthm for search and optmzaton. Water Resources Research, 36(), Percentage of Functon Evaluatons for SGA (%) % 5% % 5% % 7% 8% 9% % Relablty (%) Rato f Rato f A. Sabatn, A hybrd genetc algorthm for estmatng the optmal tme scale of lnear systems approxmatons usng Laguerre models, IEEE Transactons on Automatc Control, 45(5), 7-,. M. Snclar, Mnmum cost wavelength-path routng and wavelength allocaton usng a genetc-algorthm/heurstc hybrd approach, IEEE Proceedngs Comuncatons, 46(), 999. Fgure 6: Average Number of functon Evaluatons for the SAHGA as a Percentage of the Number for the SGA at each Level of Relablty D. Whtley, V. S. Gordon, and K. Mathas, Lamarckan evoluton, the Baldwn effect and functon optmzaton, Parallel Problem Solvng from Nature- PPSN III, 6-5, 994. Acknowledgments Ths materal s based upon work supported by the Natonal Scence Foundaton under Grant No. BES CAR. References J. M. Baldwn, A new factor n evoluton. Amercan Naturalst, 3:44-45, 896. R. French and A. Messnger, Genes, phenes and the Baldwn effect: learnng and evoluton n a smulated populaton. Artfcal Lfe IV, 77-8, 994. G. E. Hnton and S. J. Nolan, How learnng can gude evoluton. Complex Systems, :495 5, 987. D. E. Goldberg and S. Voessner, Optmzng global-local search hybrds, Illgal Report No. 99, January 999. J. Lamarck, Zoologcal Phlosophy, 89.

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

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

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

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

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

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

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

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

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

"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 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

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

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

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

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

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

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

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

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

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

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

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem Usng Mult-obectve Metaheurstcs to Solve the Software Proect Schedulng Problem Francsco Chcano Unversty of Málaga, Span chcano@lcc.uma.es Francsco Luna Unversty of Málaga, Span flv@lcc.uma.es Enrque Alba

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

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

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

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

Blending Roulette Wheel Selection & Rank Selection in Genetic Algorithms

Blending Roulette Wheel Selection & Rank Selection in Genetic Algorithms Internatonal Journal of Machne Learnng and Computng, Vol. 2, o. 4, August 2012 Blendng Roulette Wheel Selecton & Rank Selecton n Genetc Algorthms Rakesh Kumar, Senor Member, IACSIT and Jyotshree, Member,

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

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

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

More information

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University Characterzaton of Assembly Varaton Analyss Methods A Thess Presented to the Department of Mechancal Engneerng Brgham Young Unversty In Partal Fulfllment of the Requrements for the Degree Master of Scence

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

An Analysis of Dynamic Severity and Population Size

An Analysis of Dynamic Severity and Population Size An Analyss of Dynamc Severty and Populaton Sze Karsten Wecker Unversty of Stuttgart, Insttute of Computer Scence, Bretwesenstr. 2 22, 7565 Stuttgart, Germany, emal: Karsten.Wecker@nformatk.un-stuttgart.de

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

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

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

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets Improved Mnng of Software Complexty Data on Evolutonary Fltered Tranng Sets VILI PODGORELEC Insttute of Informatcs, FERI Unversty of Marbor Smetanova ulca 17, SI-2000 Marbor SLOVENIA vl.podgorelec@un-mb.s

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

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

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

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

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

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

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

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

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

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

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

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers Journal of Computatonal Informaton Systems 7: 13 (2011) 4740-4747 Avalable at http://www.jofcs.com A Load-Balancng Algorthm for Cluster-based Mult-core Web Servers Guohua YOU, Yng ZHAO College of Informaton

More information

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture A Desgn Method of Hgh-avalablty and Low-optcal-loss Optcal Aggregaton Network Archtecture Takehro Sato, Kuntaka Ashzawa, Kazumasa Tokuhash, Dasuke Ish, Satoru Okamoto and Naoak Yamanaka Dept. of Informaton

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

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

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

GENETIC ALGORITHM FOR PROJECT SCHEDULING AND RESOURCE ALLOCATION UNDER UNCERTAINTY

GENETIC ALGORITHM FOR PROJECT SCHEDULING AND RESOURCE ALLOCATION UNDER UNCERTAINTY Int. J. Mech. Eng. & Rob. Res. 03 Fady Safwat et al., 03 Research Paper ISS 78 049 www.jmerr.com Vol., o. 3, July 03 03 IJMERR. All Rghts Reserved GEETIC ALGORITHM FOR PROJECT SCHEDULIG AD RESOURCE ALLOCATIO

More information

Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning

Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning Proceedngs of the 4 IEEE Conference on Cybernetcs and Intellgent Systems Sngapore, 1-3 December, 4 Learnng wth Imperfectons A Mult-Agent Neural-Genetc Tradng System wth Dfferng Levels of Socal Learnng

More information

Enabling P2P One-view Multi-party Video Conferencing

Enabling P2P One-view Multi-party Video Conferencing Enablng P2P One-vew Mult-party Vdeo Conferencng Yongxang Zhao, Yong Lu, Changja Chen, and JanYn Zhang Abstract Mult-Party Vdeo Conferencng (MPVC) facltates realtme group nteracton between users. Whle P2P

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

Resource Sharing Models and Heuristic Load Balancing Methods for

Resource Sharing Models and Heuristic Load Balancing Methods for Resource Sharng Models and Heurstc Load Balancng Methods for Grd Schedulng Problems Wanneng Shu 1,2, Lxn Dng 2,3,*, Shenwen Wang 2,3 1 College of Computer Scence, South-Central Unversty for Natonaltes,

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

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

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

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

Downlink Power Allocation for Multi-class. Wireless Systems

Downlink Power Allocation for Multi-class. Wireless Systems Downlnk Power Allocaton for Mult-class 1 Wreless Systems Jang-Won Lee, Rav R. Mazumdar, and Ness B. Shroff School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN 47907, USA {lee46,

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

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

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

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

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

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

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 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

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

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

A spam filtering model based on immune mechanism

A spam filtering model based on immune mechanism Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):2533-2540 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A spam flterng model based on mmune mechansm Ya-png

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

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

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

Stochastic Inventory Management for Tactical Process Planning under Uncertainties: MINLP Models and Algorithms

Stochastic Inventory Management for Tactical Process Planning under Uncertainties: MINLP Models and Algorithms Stochastc Inventory Management for Tactcal Process Plannng under Uncertantes: MINLP Models and Algorthms Fengq You, Ignaco E. Grossmann Department of Chemcal Engneerng, Carnege Mellon Unversty Pttsburgh,

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

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

Research of Network System Reconfigurable Model Based on the Finite State Automation

Research of Network System Reconfigurable Model Based on the Finite State Automation JOURNAL OF NETWORKS, VOL., NO. 5, MAY 24 237 Research of Network System Reconfgurable Model Based on the Fnte State Automaton Shenghan Zhou and Wenbng Chang School of Relablty and System Engneerng, Behang

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

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

Research Article Integrated Model of Multiple Kernel Learning and Differential Evolution for EUR/USD Trading

Research Article Integrated Model of Multiple Kernel Learning and Differential Evolution for EUR/USD Trading Hndaw Publshng Corporaton e Scentfc World Journal, Artcle ID 914641, 12 pages http://dx.do.org/10.1155/2014/914641 Research Artcle Integrated Model of Multple Kernel Learnng and Dfferental Evoluton for

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

The Journal of Systems and Software

The Journal of Systems and Software The Journal of Systems and Software 82 (2009) 241 252 Contents lsts avalable at ScenceDrect The Journal of Systems and Software journal homepage: www. elsever. com/ locate/ jss A study of project selecton

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

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

Research Article QoS and Energy Aware Cooperative Routing Protocol for Wildfire Monitoring Wireless Sensor Networks

Research Article QoS and Energy Aware Cooperative Routing Protocol for Wildfire Monitoring Wireless Sensor Networks The Scentfc World Journal Volume 3, Artcle ID 43796, pages http://dx.do.org/.55/3/43796 Research Artcle QoS and Energy Aware Cooperatve Routng Protocol for Wldfre Montorng Wreless Sensor Networks Mohamed

More information

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance Calbraton Method Instances of the Cell class (one nstance for each FMS cell) contan ADC raw data and methods assocated wth each partcular FMS cell. The calbraton method ncludes event selecton (Class Cell

More information

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

Complex Service Provisioning in Collaborative Cloud Markets

Complex Service Provisioning in Collaborative Cloud Markets Melane Sebenhaar, Ulrch Lampe, Tm Lehrg, Sebastan Zöller, Stefan Schulte, Ralf Stenmetz: Complex Servce Provsonng n Collaboratve Cloud Markets. In: W. Abramowcz et al. (Eds.): Proceedngs of the 4th European

More information

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation Exhaustve Regresson An Exploraton of Regresson-Based Data Mnng Technques Usng Super Computaton Antony Daves, Ph.D. Assocate Professor of Economcs Duquesne Unversty Pttsburgh, PA 58 Research Fellow The

More information

An ACO Algorithm for. the Graph Coloring Problem

An ACO Algorithm for. the Graph Coloring Problem Int. J. Contemp. Math. Scences, Vol. 3, 2008, no. 6, 293-304 An ACO Algorthm for the Graph Colorng Problem Ehsan Salar and Kourosh Eshgh Department of Industral Engneerng Sharf Unversty of Technology,

More information

Negative Selection and Niching by an Artificial Immune System for Network Intrusion Detection

Negative Selection and Niching by an Artificial Immune System for Network Intrusion Detection Negatve Selecton and Nchng by an Artfcal Immune System for Network Intruson Detecton Jungwon Km and Peter Bentley Department of omputer Scence, Unversty ollege London, Gower Street, London, W1E 6BT, U.K.

More information