Bespoke Shuffled Frog Leaping Algorithm and its Engineering Applications

Size: px
Start display at page:

Download "Bespoke Shuffled Frog Leaping Algorithm and its Engineering Applications"

Transcription

1 I.J. Intellient Systems and Applications, 5,, - Published Online March 5 in MECS ( DOI:.585/ijisa.5.. Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications Anura Tripathi Maharishi Ved Vyas Enineerin Collee Jaadhari, Haryana, India anuratripathi5@mail.com Tarun K. Sharma, Vipul Sinh Amity University Rajasthan, Jaipur, India and JUET, Guna, MP, India {taruniitr, om.vipul5}@mail.com Abstract Shuffled Fro Leap Alorithm (SFLA, a metaheuristic alorithms inspired by PSO and DE has proved its efficacy in solvin discrete optimization problems. In this paper we have modified SFLA to solve constrained enineerin desin problems. The proposed modification interates a simple mechanism to update the position of fro in its memeple in order to accelerate the basic SFLA alorithm. The proposal is validated on four enineerin desin problems and the statistical results are compared with the state-of-art alorithms. The simulated statistical results indicate that our proposal is a promisin alternative to solve these types of optimization problems in terms of converence speed. Inde Terms Shuffled Leap Fro Alorithm, SFLA, Enineerin Desin Problems, Optimization, Constrained Handlin. information echanin of the shuffled comple evolution. Like other stochastic alorithms SFLA also bears some converence limitations. In this study we tried to improve the converence speed of SFLA by incorporatin a new search mechanism to update the position of fros. The proposal is named as Bespoke SFLA. Rest of the study is structured as follows: a brief introduction of SFLA is iven in Section. Section details the proposed Bespoke SFLA with constrained handlin procedure. Enineerin desin problems with mathematical models are briefed in Section. Parameter tunin is discussed in Section 5. Results are analyzed in Section. Finally, Conclusions drawn from the study are iven in Section 7. I. INTRODUCTION Optimization is a process of choosin the best or alternative solution that also satisfies all the constraints, from the iven set of solutions. Optimization plays a vital role in our real life too. Now a day s most of the researchers are workin and applyin various optimization techniques in optimizin real world enineerin desin problems, manaement problems, and ariculture problems and almost in every sphere. Stochastic techniques are ainin much attention in Optimization as they don t need any auiliary knowlede about problem domain as well as their computational cost and times is also comparatively less than traditional techniques. Stochastic techniques are either inspired by some evolution, natural or bioloical phenomenon. Genetic Alorithm (GA [], Differential Evolution (DE [], Particle Swarm Optimization (PSO [], Artificial Bee Colony (ABC [], Shuffled Fro Leapin Alorithm (SFLA [5] and a like falls into the cateory of stochastic alorithms. Their applications into various domains have already proved their efficacy to solve almost every type of optimization problems [] []. In this paper we are focusin on recently introduced Shuffled Fro Leapin Alorithm by Eusuff and Lansey, [5]. SFLA, mimics the social and natural behavior of species. SFLA is formulated on the concept of evolution of memeplees in Fros. SFLA combines the advantaes of local search process of PSO and II. INTRODUCTION TO SFLA SFLA is a population based metaheuristic for solvin discrete optimization problems. SFLA also, like others, is inspired by natural memetics. In SFLA, durin the local eploitation process, the fros use to share and inform the ideas to one another. The local searchin process in each memeplees is similar to that of PSO local search process. After eploitation process in each memeplees the information is shuffled amon different memeplees, and thus local search process moves towards lobal search process (eploration. Thus, the benefits of GA as well as PSO are combined in SFLA. SFLA consists of a population of fros partitioned into different Memeplees. In each memeple a local independent search is performed by the set of fros. This local searchin process is influenced by PSO. Later on eploration or diversification is performed by echanin information amon each memeplees. This phase is inspired by evolution process of GA. SFLA has fewer numbers of parameters to be set and is as: A. No. of fros called population size (P or initial solutions., B. number of Memeplees (m, and C. number of fros in each memeple (n. Fi. depicts the searchin process of SFLA in a search space. Copyriht 5 MECS I.J. Intellient Systems and Applications, 5,, -

2 Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications Group 5 Group Search Space Food Group Group Group Fi.. Searchin process in SFLA (initially locally then performs information echane The steps of SFL alorithm are as follows:. The population of fros (P solutions for D dimension is enerated randomly, a fro (solution i is represented as i = ( i, i,, is.. Fitness function value is calculated for each solution (fro.. Arrane the solutions (fros based on their of their fitness values in a descendin order. Then population of solutions (fros is divided into m number of memeplees, each containin n fros. Thus, P = m * n. 5. Assin the fros to the Memeplees in such a way that first oes to the first memeple, the second fro oes to the second memeple,, fro m oes to the m th memeple, and fro m+ oes back to the first memeple, etc.. Then in each memeple, the fros (solutions with worst and best positions are identified. 7. In each memeple the local search is performed usin the equation (: r ( i i b w ( r is a randomly enerated number between and. If fitness value of i+ is superior to i, reinstate current fro position i with new position i+. Else proceed to Step The fro with the lobal best fitness ( is identified and lobal search is done usin equation (: i i r ( w ( If i+ fitness value is better than the fitness value i, replace current fro position i with new position i+.else o to Step Generate new fro position i randomly to replace the worst fro. i min r ( min ( min ( min, min, min,..., min S and,,..., (, S. Does the termination criteria met? If yes then stop. Else o to Step. III. BESPOKE SFLA AND COSNTRAINT HANDLING In this study we tried to enhance the local search mechanism and converence rate of basic SFLA by incorporatin a scheme that is based on the best individual vector and Scalin factor at a particular eneration. The updatin scheme is as follows: F ( i b b w ( where F is scalin factor lies between and and rest of the notations are same as discussed in equation (. The modification is intended to keep the weihted difference vector between the best and the worst as it is in equation ( and the remainin base vector i and randomly selected vector are replaced with the best vector and a new parameter called scalin factor. The proposed scheme favors the eploitation since all the vectors are biased by the same direction as of best vector. As a result, the new position updatin scheme has better local search ability and faster converence rate. However, proper tunin of F is required. Here authors would like to mention that the proposed scheme is also inspired by the behavior of social animals called human beins. Everyone in his life style would like to follow the successful peoples or their paths in order to avoid the failures in achievin their oals. The new position update mechanism or scheme is embedded into basic SFLA as follows: i i b r ( F ( b w w if.5 else where α is a random real number lies between and. If the value of α is below.5 then the alorithm will (5 Copyriht 5 MECS I.J. Intellient Systems and Applications, 5,, -

3 Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications behave as basic SFLA otherwise bespoke SFLA will be invoked. Constraint Handlin In our proposal we have adopted simple constrainthandlin methods. Fro positions are compared by pairs: if the position of two fros in a memeple are feasible, we choose the one with a better fitness function value; if the position of two fros in a memeple are infeasible, we choose the fro position with the lower infeasibility deree; if position of one fro is feasible and the other is infeasible, we choose the feasible one. where ( ' MR '' J M P( L R P z ( ' ' '' ( '' R, IV. ENGINEERING DESIGN PROBLEMS To evaluate the performance of the proposal a test bed of four enineerin desin optimization problems [] are considered and solved. A. Welded Beam Desin (WBD Minimizes the cost of the beam subject to constraints on shear stress, τ, bendin stress in the beam, σ, bucklin load on the bar, P c, end deflection of the beam, δ, and side constraints. This problem consists of a nonlinear objective function, five nonlinear and two linear inequality constraints. The solution is located on the boundaries of the feasible reion. The ratio of feasible reion to entire search space is quite small for welded beam problem. More details can be found in []. There are four desin parameters,, and correspond to h, l, t and b variables, respectively, shown in Fi.. J PL ( PL ( E.E Pc L L and P = lb., L = in., E G =.5 in., E = psi, G = psi, =, psi, =, psi, = (,,, T,.,.,.,. B. Pressure Vessel Problem (PVP The objective of the PVP is to minimize the total cost of material, formin and weldin of a cylindrical vessel shown in Fi.. The nature of the problem is nonlinear objective function with a nonlinear and three linear inequality constraints. The details of the problem can be found in []. The mathematical model of PVP is iven as: Fi.. The welded beam problem min f (.7.8 (. Subject to ( : ( ( : ( ( : ( :.7 ( :.5 5 ( : ( ( : P P ( 7 c.8 (. 5. min f (. Subject to Fi.. The pressure vessel problem ( :.9.95 ( : ( : ( : 9 where = (,,, T. The ranes of the desin parameters are, 99,,. Copyriht 5 MECS I.J. Intellient Systems and Applications, 5,, -

4 Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications C. Speed Reducer Desin (SRD The objective of SRD is to minimize the weihts of the speed reducer. Fi. presents the outline raph of the SRD. This problem consists of constraints out of which are linear and 7 are nonlinear. The mathematical model is iven below and the details of the SRD problem can be consulted in [] min f min f ( ( N Dd Subject to D N ( : 7785d D dd ( : 5( Dd d 58d.5d ( : D N D d ( :.5 = (d, D, N T,.5 d.,.5 D.,. N 5. Subject to Fi.. The speed reducer problem 7 ( : 97.5 ( :.9 ( :.9 ( : 75 ( : 5 75 ( : 7 ( : 5 8( : 9 ( : ( : 5 where..,.7.8, 7 8, 7. 8., ,.9.9, ( : D. Tension/Compression Problem (TP The objective of TP is to minimize of the weiht of the tension/compression sprin revealed in Fi. 5. This problem has one linear and non-linear inequality constraints with non linear objective function. Details about TP can be referred in []. Mathematically the minimization TP problem is formulated as: / / Fi. 5. The tension/compression sprin problem V. PARAMETER SETTINGS The parameter settins of SFLA and Bespoke-SFLA, for the fair comparison are stated in Table. The proposed CM-SFLA is eecuted in Dev C++. The population of fros is enerated usin inbuilt rand( function. Table. Parameterizations for test systems Population Size of Fros 5 Memeplees (m 5 Local Eplorations iterations in each Memeplees Number of Function Evaluations (NFE 5 D % of variable rane F (Scalin Factor.5 VI. STATISTICAL RESULTS The simulated statistical results of four enineerin desin problems are compared with the results reported in the literature. The best values with the values of decision variables are for each enineerin desin problem are iven in the Table Table 5. We have performed independent runs; where in each run, objective functions were evaluated. We have compared the simulated results with that of available in the literature [] [5]. [5] reached the best solution after, function evaluations, which is comparatively larer than taken by our proposal. The statistical results in terms of best values achieved are illustrated in Table Table 5. Comparative results in terms of mean, standard deviation (Std. Dev. and best are presented in Table. Copyriht 5 MECS I.J. Intellient Systems and Applications, 5,, -

5 Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications 5 Table. Results of WBD Table. Results of SRD Best Values (Solutions Best Values (Solutions ( ( ( ( 5 ( ( 7 ( f(.57e-.75e+ 9.E+.57E- -.89E- -.7E-.E+ -.E E- -.55E-.E+.79E+ 5 7 ( ( ( ( 5 ( (.5E+ 7.E-.7E+ 7.E+ 7.8E+.5E+ 5.87E E- -.98E E- -9.7E-.E+ -5.E- Table. Results of PVP Best Values (Solutions 8.5E-.75E-.98E+.7E+ 7 ( 8 ( 9 ( ( ( f( -7.5E- -.E- -5.8E- -5.5E- -.85E-.99E+ ( -.5E-5 Table 5. Results of TP ( ( ( f( -.588E- -.E- -.E+.597E+ ( ( ( ( f( Best Values (Solutions 5.58E-.59E-.9E+ -.E- -.E- -.88E E-.5E- Table. Comparative Statistical Results Problems Optimal SFLA Bespoke SFLA COPSO Mezura WBD Std. Dev..785.E-.E-.E-5 8.8E- Best PVP Std. Dev E+.8E+.5E+.E+ Best SRD Std. Dev. NA.E-.E-.8E-.E+ Best TP Std. Dev..5.78E-.9E-.E-.9E- Best VII. CNCLUSIONS AND FUTURE SCOPE In this study we have presented a simple modification in the local searchin process of Fros in each memeplees. The searchin process is updated usin new search mechanism that is based and biased on best search and secondly embeddin scalin factor enhances the converence rate of the proposal. The proposal is named Copyriht 5 MECS I.J. Intellient Systems and Applications, 5,, -

6 Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications as Bespoke SFLA. Bespoke SFLA has shown a ood performance on four constrained enineerin desin problems. We have compared the statistical results of our proposal with the basic SFLA and two alorithms results found in the literature. Our alorithm found to be capable in obtainin near optimal solutions with fewer number of function evaluations. This proposal could be an alternative for solvin such kind of problems. In future we will try to study the theoretical concept of the proposal and applications in multi-objective optimization problems. REFERENCES [] Goldber D., Genetic Alorithms in Search Optimization and Machine Learnin, Addison-Wesley, (989. [] Storn R. and Price K. V., Differential evolution a simple and efficient heuristic for lobal optimization over continuous spaces, J. GlobalOptimization, vol., pp. 59, (997. [] J. Kennedy and R. C. Eberhart, Particle Swarm Optimization, Proceedin of IEEE International Conference on Neural Networks,Perth, Australia, IEEE Service Center, Piscataway, NJ (995, pp [] D. Karaboa, An Idea based on Bee Swarm for Numerical Optimization, Technical Report, TR-, Erciyes University Enineerin Faculty, Computer Enineerin Department (5. [5] Eusuff, M., Lansey, K.E.: Optimization of water distribution network desin usin the shuffled fro leapin alorithm, Water Resources Plannin and Manaement 9(, 5 (. [] TK Sharma, M Pant. Redundancy Level Optimization in Modular Software System Models usin ABC, International Journal of Intellient Systems and Applications (IJISA (,,. [7] TK Sharma, M Pant. Improvised Scout Bee Movements in Artificial Bee Colony, I.J. Modern Education and Computer Science,,, -. [8] TK Sharma, M Pant. Swarm Intellience in Pulp and Paper Process Optimization. Applications of Metaheuristics in Process Enineerin, -5,. [9] M Ali, CW Ahn, P Siarry. Differential evolution alorithm for the selection of optimal scalin factors in imae watermarkin, Enineerin Applications of Artificial Intellience,, 5-,. [] Panchi Li, Hon iao An improved quantum-behaved particle swarm optimization alorithm, Applied Intellience, April, Volume, Issue, pp 79-9 [] Sunita Panda, Archana Sarani, Siba Prasada Panirahi. A new trainin stratey for neural network usin shuffled fro-leapin alorithm and application to channel equalization, AEU - International Journal of Electronics and Communications. DOI:./j.aeue..5.5 [] Tarun K. Sharma, Millie Pant and Deepshikha Bharava, Impact of Modification Rate in Artificial Bee Colony for Enineerin Desin Problems, J. Information Enineerin and Electronic Business,,, 55- [] Leticia C. Canina and Susana C. Esquivel, Carlos A. Coello Coello. Solvin Enineerin Optimization Problems with the Simple Constrained Particle Swarm Optimizer, Informatica, (8 9. [] A. Hernandez Auirre, A. Muñoz Zavala, E. Villa Diharce and S. Botello Rionda. COPSO: Constrained Optimization via PSO Alorithm, Technical report No. I- 7-/--7, Center for Research in Mathematics (CIMAT, 7. [5] E. Mezura and C. Coello. Useful Infeasible Solutions in Enineerin Optimization with Evolutionary Alorithms, Lect. Notes Comput. Sc., 789:5, 5. Authors Profiles into his credit. Anura Tripathi, B.Tech and pursuin his M.Tech in Electeronics and Communication Enineerin from Maharishi Ved Vyas Enineerin Collee Jaadhari, Haryana, India. His area of interest is evolutionary alorithms and their enineerin applications. He has several national and international publications Tarun Kumar Sharma: PhD from IIT Roorkee and presently alined with Amity Institute of Information Technoloy, Amity University Rajasthan, India. His research areas are evolutionary & Swarm intellience alorithms and their applications in Software Enineerin. He is in Editorial Board and reviewer of many refereed Journals. He has published about 5 research papers in Journal of repute and in refereed international Journals. Vipul Sinh is an Enineerin raduate in Computer Science discipline from. Jaypee University of Enineerin & Technoloy, Guna, MP, India. He is very keen into research in the field of enineerin optimization. usin memetic alorithms. Copyriht 5 MECS I.J. Intellient Systems and Applications, 5,, -

Solving Engineering Optimization Problems with the Simple Constrained Particle Swarm Optimizer

Solving Engineering Optimization Problems with the Simple Constrained Particle Swarm Optimizer Informatica 32 (2008) 319 326 319 Solving Engineering Optimization Problems with the Simple Constrained Particle Swarm Optimizer Leticia C. Cagnina and Susana C. Esquivel LIDIC, Universidad Nacional de

More information

A Multiagent Based System for Resource Allocation and Scheduling of Distributed Projects

A Multiagent Based System for Resource Allocation and Scheduling of Distributed Projects International Journal of Modelin and Optimization, Vol. 2, No., Auust 2012 A Multiaent Based System for Resource Allocation and Schedulin of Distributed Projects Sunil Adhau and M. L. Mittal Abstract In

More information

An ACO Approach to Solve a Variant of TSP

An ACO Approach to Solve a Variant of TSP An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents

More information

ACO and PSO Algorithms Applied to Gateway Placement Optimization in Wireless Mesh Networks

ACO and PSO Algorithms Applied to Gateway Placement Optimization in Wireless Mesh Networks 2012 International Conference on Networks and Information (ICNI 2012) IPCSIT vol. 57 (2012) (2012) IACSIT Press, Sinapore DOI: 10.7763/IPCSIT.2012.V57.02 ACO and PSO Alorithms Applied to Gateway Placement

More information

A New Quantitative Behavioral Model for Financial Prediction

A New Quantitative Behavioral Model for Financial Prediction 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A New Quantitative Behavioral Model for Financial Prediction Thimmaraya Ramesh

More information

Méta-heuristiques pour l optimisation

Méta-heuristiques pour l optimisation Méta-heuristiques pour l optimisation Differential Evolution (DE) Particle Swarm Optimization (PSO) Alain Dutech Equipe MAIA - LORIA - INRIA Nancy, France Web : http://maia.loria.fr Mail : Alain.Dutech@loria.fr

More information

A HyFlex Module for the Personnel Scheduling Problem

A HyFlex Module for the Personnel Scheduling Problem A HyFle Module for the Personnel Schedulin Problem Tim Curtois, Gabriela Ochoa, Matthew Hyde, José Antonio Vázquez-Rodríuez Automated Schedulin, Optimisation and Plannin (ASAP) Group, School of Computer

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering DOI: 10.15662/ijareeie.2014.0307061 Economic Dispatch of Power System Optimization with Power Generation Schedule Using Evolutionary Technique Girish Kumar 1, Rameshwar singh 2 PG Student [Control system],

More information

On the Influence of the Prediction Horizon in Dynamic Matrix Control

On the Influence of the Prediction Horizon in Dynamic Matrix Control International Journal of Control Science and Enineerin 203, 3(): 22-30 DOI: 0.5923/j.control.203030.03 On the Influence of the Prediction Horizon in Dynamic Matrix Control Jose Manue l Lope z-gue de,*,

More information

XOR-based artificial bee colony algorithm for binary optimization

XOR-based artificial bee colony algorithm for binary optimization Turkish Journal of Electrical Engineering & Computer Sciences http:// journals. tubitak. gov. tr/ elektrik/ Research Article Turk J Elec Eng & Comp Sci (2013) 21: 2307 2328 c TÜBİTAK doi:10.3906/elk-1203-104

More information

Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine

Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine V.Hymavathi, B.Abdul Rahim, Fahimuddin.Shaik P.G Scholar, (M.Tech), Department of Electronics and Communication Engineering,

More information

A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization

A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization Abraham Kiran Joseph a, Dr. G. Radhamani b * a Research Scholar, Dr.G.R Damodaran

More information

BMOA: Binary Magnetic Optimization Algorithm

BMOA: Binary Magnetic Optimization Algorithm International Journal of Machine Learning and Computing Vol. 2 No. 3 June 22 BMOA: Binary Magnetic Optimization Algorithm SeyedAli Mirjalili and Siti Zaiton Mohd Hashim Abstract Recently the behavior of

More information

A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM

A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM International Journal of Research in Computer Science eissn 2249-8265 Volume 2 Issue 3 (212) pp. 17-23 White Globe Publications A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN ALGORITHM C.Kalpana

More information

A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0

A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0 212 International Conference on System Engineering and Modeling (ICSEM 212) IPCSIT vol. 34 (212) (212) IACSIT Press, Singapore A Binary Model on the Basis of Imperialist Competitive Algorithm in Order

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net

International Journal of Software and Web Sciences (IJSWS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Optimization of PID parameters with an improved simplex PSO

Optimization of PID parameters with an improved simplex PSO Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng

More information

Parallelized Cuckoo Search Algorithm for Unconstrained Optimization

Parallelized Cuckoo Search Algorithm for Unconstrained Optimization Parallelized Cuckoo Search Algorithm for Unconstrained Optimization Milos SUBOTIC 1, Milan TUBA 2, Nebojsa BACANIN 3, Dana SIMIAN 4 1,2,3 Faculty of Computer Science 4 Department of Computer Science University

More information

A Novel Binary Particle Swarm Optimization

A Novel Binary Particle Swarm Optimization Proceedings of the 5th Mediterranean Conference on T33- A Novel Binary Particle Swarm Optimization Motaba Ahmadieh Khanesar, Member, IEEE, Mohammad Teshnehlab and Mahdi Aliyari Shoorehdeli K. N. Toosi

More information

A KERNEL MAXIMUM UNCERTAINTY DISCRIMINANT ANALYSIS AND ITS APPLICATION TO FACE RECOGNITION

A KERNEL MAXIMUM UNCERTAINTY DISCRIMINANT ANALYSIS AND ITS APPLICATION TO FACE RECOGNITION A KERNEL MAXIMUM UNCERTAINTY DISCRIMINANT ANALYSIS AND ITS APPLICATION TO FACE RECOGNITION Carlos Eduardo Thomaz Department of Electrical Enineerin, Centro Universitario da FEI, FEI, Sao Paulo, Brazil

More information

Improved Particle Swarm Optimization in Constrained Numerical Search Spaces

Improved Particle Swarm Optimization in Constrained Numerical Search Spaces Improved Particle Swarm Optimization in Constrained Numerical Search Spaces Efrén Mezura-Montes and Jorge Isacc Flores-Mendoza Abstract This chapter presents a study about the behavior of Particle Swarm

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: rkbc@iitg.ernet.in References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

Finding Liveness Errors with ACO

Finding Liveness Errors with ACO Hong Kong, June 1-6, 2008 1 / 24 Finding Liveness Errors with ACO Francisco Chicano and Enrique Alba Motivation Motivation Nowadays software is very complex An error in a software system can imply the

More information

CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM

CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM *Shabnam Ghasemi 1 and Mohammad Kalantari 2 1 Deparment of Computer Engineering, Islamic Azad University,

More information

Research Article A Novel Resource-Leveling Approach for Construction Project Based on Differential Evolution

Research Article A Novel Resource-Leveling Approach for Construction Project Based on Differential Evolution Construction Engineering, Article ID 648938, 7 pages http://dx.doi.org/10.1155/2014/648938 Research Article A Novel Resource-Leveling Approach for Construction Project Based on Differential Evolution Hong-Hai

More information

For Educational Service Subject To Article 6 But Not Article 7 Of The Private Postsecondary And Vocational Education Reform Act.

For Educational Service Subject To Article 6 But Not Article 7 Of The Private Postsecondary And Vocational Education Reform Act. Anaheim University TESOL Student Enrollment Areement Anaheim University 1240 S. State Collee Blvd. Room #110 Anaheim, CA 9206 USA Tel: 714-772-3330 Fax: 714-772-3331 E-mail: admissions@anaheim.edu Website:

More information

Performance Evaluation of Task Scheduling in Cloud Environment Using Soft Computing Algorithms

Performance Evaluation of Task Scheduling in Cloud Environment Using Soft Computing Algorithms 387 Performance Evaluation of Task Scheduling in Cloud Environment Using Soft Computing Algorithms 1 R. Jemina Priyadarsini, 2 Dr. L. Arockiam 1 Department of Computer science, St. Joseph s College, Trichirapalli,

More information

Schedule Risk Analysis Simulator using Beta Distribution

Schedule Risk Analysis Simulator using Beta Distribution Schedule Risk Analysis Simulator using Beta Distribution Isha Sharma Department of Computer Science and Applications, Kurukshetra University, Kurukshetra, Haryana (INDIA) ishasharma211@yahoo.com Dr. P.K.

More information

Research on the Performance Optimization of Hadoop in Big Data Environment

Research on the Performance Optimization of Hadoop in Big Data Environment Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing

More information

Two-Phase Modular Cooling

Two-Phase Modular Cooling Two-Phase Modular Coolin for the Data Center Ensurin the reliability and efficiency of your data center operations requires a strateic partner that is qualified to minimize enery usae, reduce costs, and

More information

A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation

A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation Abhishek Singh Department of Information Technology Amity School of Engineering and Technology Amity

More information

Internet Connectivity for Mobile Ad Hoc Networks Using Hybrid Adaptive Mobile Agent Protocol

Internet Connectivity for Mobile Ad Hoc Networks Using Hybrid Adaptive Mobile Agent Protocol The International Arab Journal of Information Technoloy, Vol. 5, No. 1, January 2008 25 Internet Connectivity for Mobile Ad Hoc Networks Usin Hybrid Adaptive Mobile Aent Protocol Velmuruan Ayyadurai 1

More information

Development of Construction Projects Scheduling with Evolutionary Algorithms. Mehdi Tavakolan

Development of Construction Projects Scheduling with Evolutionary Algorithms. Mehdi Tavakolan Development of Construction Projects Scheduling with Evolutionary Algorithms Mehdi Tavakolan Submitted in partial fulfillment of the Requirements for the degree of Doctor of Philosophy in the Graduate

More information

Agent Behavior Monitoring using Optimal Action Selection and Twin Gaussian Processes

Agent Behavior Monitoring using Optimal Action Selection and Twin Gaussian Processes 5th Arentine Symposium on Articial Intellience, ASAI 204 Aent Behavior Monitorin usin Optimal Action Selection and win Gaussian Processes Luis Avila, Ernesto Martinez INGAR (CONICE-UN), Avellaneda 3657,

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

Solving Equations and Inequalities Graphically

Solving Equations and Inequalities Graphically 4.4 Solvin Equations and Inequalities Graphicall 4.4 OBJECTIVES 1. Solve linear equations raphicall 2. Solve linear inequalities raphicall In Chapter 2, we solved linear equations and inequalities. In

More information

Solving a New Mathematical Model for a Periodic Vehicle Routing Problem by Particle Swarm Optimization

Solving a New Mathematical Model for a Periodic Vehicle Routing Problem by Particle Swarm Optimization Transportation Research Institute Iran University of Science and Technology Ministry of Science, Research and Technology Transportation Research Journal 1 (2012) 77-87 TRANSPORTATION RESEARCH JOURNAL www.trijournal.ir

More information

Jitendra Kumar Gupta 3

Jitendra Kumar Gupta 3 ISSN: 2321-7782 (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient

More information

COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė

COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė ISSN 1392 124X INFORMATION TECHNOLOGY AND CONTROL, 2005, Vol.34, No.3 COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID Jovita Nenortaitė InformaticsDepartment,VilniusUniversityKaunasFacultyofHumanities

More information

BPO. COMPEtitive BUSINESS PROCESS

BPO. COMPEtitive BUSINESS PROCESS BPO BUSINESS PROCESS outsourcin COMPEtitive INTELlience SmartBPO is a unique, innovative business process outsourcin (BPO) and competitive intellience model that helps companies to simplify their operations

More information

Ant Colony Optimization and Constraint Programming

Ant Colony Optimization and Constraint Programming Ant Colony Optimization and Constraint Programming Christine Solnon Series Editor Narendra Jussien WILEY Table of Contents Foreword Acknowledgements xi xiii Chapter 1. Introduction 1 1.1. Overview of the

More information

Production Scheduling for Dispatching Ready Mixed Concrete Trucks Using Bee Colony Optimization

Production Scheduling for Dispatching Ready Mixed Concrete Trucks Using Bee Colony Optimization American J. of Engineering and Applied Sciences 3 (1): 7-14, 2010 ISSN 1941-7020 2010 Science Publications Production Scheduling for Dispatching Ready Mixed Concrete Trucks Using Bee Colony Optimization

More information

Web Service Selection using Particle Swarm Optimization and Genetic Algorithms

Web Service Selection using Particle Swarm Optimization and Genetic Algorithms Web Service Selection using Particle Swarm Optimization and Genetic Algorithms Simone A. Ludwig Department of Computer Science North Dakota State University Fargo, ND, USA simone.ludwig@ndsu.edu Thomas

More information

Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling

Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling R.G. Babukartik 1, P. Dhavachelvan 1 1 Department of Computer Science, Pondicherry University, Pondicherry, India {r.g.babukarthik,

More information

A Survey on Privacy Preserving Decision Tree Classifier

A Survey on Privacy Preserving Decision Tree Classifier A Survey on Classifier Tejaswini Pawar*, Prof. Snehal Kamalapur ** * Department of Computer Enineerin, K.K.W.I.E.E&R, Nashik, ** Department of Computer Enineerin, K.K.W.I.E.E&R, Nashik, ABSTRACT In recent

More information

An Organisational Perspective on Collaborative Business Processes

An Organisational Perspective on Collaborative Business Processes An Oranisational Perspective on Collaborative Business Processes Xiaohui Zhao, Chenfei Liu, and Yun Yan CICEC - Centre for Internet Computin and E-Commerce Faculty of Information and Communication Technoloies

More information

Application of GA for Optimal Location of FACTS Devices for Steady State Voltage Stability Enhancement of Power System

Application of GA for Optimal Location of FACTS Devices for Steady State Voltage Stability Enhancement of Power System I.J. Intelligent Systems and Applications, 2014, 03, 69-75 Published Online February 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2014.03.07 Application of GA for Optimal Location of Devices

More information

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

More information

SCHEDULING RESOURCE CONSTRAINED PROJECT PORTFOLIOS WITH THE PRINCIPLES OF THE THEORY OF CONSTRAINTS 1

SCHEDULING RESOURCE CONSTRAINED PROJECT PORTFOLIOS WITH THE PRINCIPLES OF THE THEORY OF CONSTRAINTS 1 Krzysztof Targiel Department of Operations Research University of Economics in Katowice SCHEDULING RESOURCE CONSTRAINED PROJECT PORTFOLIOS WITH THE PRINCIPLES OF THE THEORY OF CONSTRAINTS 1 Introduction

More information

Risk Management for IT Security: When Theory Meets Practice

Risk Management for IT Security: When Theory Meets Practice Risk Management for IT Security: When Theory Meets Practice Anil Kumar Chorppath Technical University of Munich Munich, Germany Email: anil.chorppath@tum.de Tansu Alpcan The University of Melbourne Melbourne,

More information

IN the last decade, vehicular ad-hoc networks (VANETs) Prefetching-Based Data Dissemination in Vehicular Cloud Systems

IN the last decade, vehicular ad-hoc networks (VANETs) Prefetching-Based Data Dissemination in Vehicular Cloud Systems 1 Prefetchin-Based Data Dissemination in Vehicular Cloud Systems Ryansoo Kim, Hyuk Lim, and Bhaskar Krishnamachari Abstract In the last decade, vehicular ad-hoc networks VANETs have been widely studied

More information

Dynamic Generation of Test Cases with Metaheuristics

Dynamic Generation of Test Cases with Metaheuristics Dynamic Generation of Test Cases with Metaheuristics Laura Lanzarini, Juan Pablo La Battaglia III-LIDI (Institute of Research in Computer Science LIDI) Faculty of Computer Sciences. National University

More information

CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING

CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 60 CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 3.1 INTRODUCTION Optimal short-term hydrothermal scheduling of power systems aims at determining optimal hydro and thermal generations

More information

USING THE EVOLUTION STRATEGIES' SELF-ADAPTATION MECHANISM AND TOURNAMENT SELECTION FOR GLOBAL OPTIMIZATION

USING THE EVOLUTION STRATEGIES' SELF-ADAPTATION MECHANISM AND TOURNAMENT SELECTION FOR GLOBAL OPTIMIZATION 1 USING THE EVOLUTION STRATEGIES' SELF-ADAPTATION MECHANISM AND TOURNAMENT SELECTION FOR GLOBAL OPTIMIZATION EFRÉN MEZURA-MONTES AND CARLOS A. COELLO COELLO Evolutionary Computation Group at CINVESTAV-IPN

More information

ACO Based Dynamic Resource Scheduling for Improving Cloud Performance

ACO Based Dynamic Resource Scheduling for Improving Cloud Performance ACO Based Dynamic Resource Scheduling for Improving Cloud Performance Priyanka Mod 1, Prof. Mayank Bhatt 2 Computer Science Engineering Rishiraj Institute of Technology 1 Computer Science Engineering Rishiraj

More information

AEROSOL STATISTICS LOGNORMAL DISTRIBUTIONS AND dn/dlogd p

AEROSOL STATISTICS LOGNORMAL DISTRIBUTIONS AND dn/dlogd p Concentration (particle/cm3) [e5] Concentration (particle/cm3) [e5] AEROSOL STATISTICS LOGNORMAL DISTRIBUTIONS AND dn/dlod p APPLICATION NOTE PR-001 Lonormal Distributions Standard statistics based on

More information

One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization

One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization Ahmed S. Tawfik Department of Computer Science, Faculty of Computers and Information, Cairo University Giza,

More information

Simulating the Multiple Time-Period Arrival in Yield Management

Simulating the Multiple Time-Period Arrival in Yield Management Simulating the Multiple Time-Period Arrival in Yield Management P.K.Suri #1, Rakesh Kumar #2, Pardeep Kumar Mittal #3 #1 Dean(R&D), Chairman & Professor(CSE/IT/MCA), H.C.T.M., Kaithal(Haryana), India #2

More information

Impacts of Manufacturing Sector on Economic Growth in Ethiopia: A Kaldorian Approach

Impacts of Manufacturing Sector on Economic Growth in Ethiopia: A Kaldorian Approach Available online at http://www.journaldynamics.or/jbems Journal of Business Economics and Manaement Sciences Vol. 1(1), pp.1-8, December 2014 Article ID: JBEMS14/011 2014 Journal Dynamics Oriinal Research

More information

Projects - Neural and Evolutionary Computing

Projects - Neural and Evolutionary Computing Projects - Neural and Evolutionary Computing 2014-2015 I. Application oriented topics 1. Task scheduling in distributed systems. The aim is to assign a set of (independent or correlated) tasks to some

More information

Technical Analysis on Financial Forecasting

Technical Analysis on Financial Forecasting Technical Analysis on Financial Forecasting SGopal Krishna Patro 1, Pragyan Parimita Sahoo 2, Ipsita Panda 3, Kishore Kumar Sahu 4 1,2,3,4 Department of CSE & IT, VSSUT, Burla, Odisha, India sgkpatro2008@gmailcom,

More information

The Meta-Heuristic Binary Shuffled Frog Leaping and Genetic Algorithms in Selecting Efficient Significant Features

The Meta-Heuristic Binary Shuffled Frog Leaping and Genetic Algorithms in Selecting Efficient Significant Features Journal of mathematics and computer Science 13 (2014) 130-135 The Meta-Heuristic Binary Shuffled Frog Leaping and Genetic Algorithms in Selecting Efficient Significant Features Saeed Ayat 1, Mohammad Reza

More information

Optimal Tuning of PID Controller Using Meta Heuristic Approach

Optimal Tuning of PID Controller Using Meta Heuristic Approach International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 171-176 International Research Publication House http://www.irphouse.com Optimal Tuning of

More information

AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO

AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO 1 Preeti Bala Thakur, 2 Prof. Toran Verma 1 Dept. of

More information

OPTIMAL RESERVOIR OPERATION FOR IRRIGATION OF CROPS USING GENETIC ALGORITHM: A CASE STUDY OF SUKHI RESERVOIR PROJECT

OPTIMAL RESERVOIR OPERATION FOR IRRIGATION OF CROPS USING GENETIC ALGORITHM: A CASE STUDY OF SUKHI RESERVOIR PROJECT INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 6308 (Print), ISSN 0976 6308 (Print) ISSN 0976 6316(Online)

More information

A Brief Study of the Nurse Scheduling Problem (NSP)

A Brief Study of the Nurse Scheduling Problem (NSP) A Brief Study of the Nurse Scheduling Problem (NSP) Lizzy Augustine, Morgan Faer, Andreas Kavountzis, Reema Patel Submitted Tuesday December 15, 2009 0. Introduction and Background Our interest in the

More information

International Journal of Innovative Research in Science, Engineering and Technology Vol. 2, Issue 5, May 2013

International Journal of Innovative Research in Science, Engineering and Technology Vol. 2, Issue 5, May 2013 ISSN: 2319-8753 International Journal of Innovative Research in Science, Engineering and Technology Vol. 2, Issue 5, May 2013 of vibration are 0.14 rad/s and 0.42 rad/s respectively. The dynamic response

More information

GA as a Data Optimization Tool for Predictive Analytics

GA as a Data Optimization Tool for Predictive Analytics GA as a Data Optimization Tool for Predictive Analytics Chandra.J 1, Dr.Nachamai.M 2,Dr.Anitha.S.Pillai 3 1Assistant Professor, Department of computer Science, Christ University, Bangalore,India, chandra.j@christunivesity.in

More information

SIMPLIFICATION OF WATER SUPPLY NETWORK MODELS THROUGH LINEARISATION

SIMPLIFICATION OF WATER SUPPLY NETWORK MODELS THROUGH LINEARISATION SIMPLIFICATIO OF WATER SUPPLY ETWORK MODELS THROUGH LIEARISATIO Tobias Maschler and Draan A. Savic D.Savic@exeter.ac.uk Report umber:99/ 999 Centre for Water Systems, University of Exeter, orth Park Road,

More information

Optimal PID Controller Design for AVR System

Optimal PID Controller Design for AVR System Tamkang Journal of Science and Engineering, Vol. 2, No. 3, pp. 259 270 (2009) 259 Optimal PID Controller Design for AVR System Ching-Chang Wong*, Shih-An Li and Hou-Yi Wang Department of Electrical Engineering,

More information

Projectile Motion THEORY. r s = s r. t + 1 r. a t 2 (1)

Projectile Motion THEORY. r s = s r. t + 1 r. a t 2 (1) Projectile Motion The purpose of this lab is to study the properties of projectile motion. From the motion of a steel ball projected horizontally, the initial velocity of the ball can be determined from

More information

EVOLUTIONARY ALGORITHMS FOR FIRE AND RESCUE SERVICE DECISION MAKING

EVOLUTIONARY ALGORITHMS FOR FIRE AND RESCUE SERVICE DECISION MAKING EVOLUTIONARY ALGORITHMS FOR FIRE AND RESCUE SERVICE DECISION MAKING Dr. Alastair Clarke, Prof. John Miles and Prof. Yacine Rezgui Cardiff School of Engineering, Cardiff, UK ABSTRACT Determining high performance

More information

An Improvement Technique for Simulated Annealing and Its Application to Nurse Scheduling Problem

An Improvement Technique for Simulated Annealing and Its Application to Nurse Scheduling Problem An Improvement Technique for Simulated Annealing and Its Application to Nurse Scheduling Problem Young-Woong Ko, DongHoi Kim, Minyeong Jeong, Wooram Jeon, Saangyong Uhmn and Jin Kim* Dept. of Computer

More information

Adaptive Learning Resources Sequencing in Educational Hypermedia Systems

Adaptive Learning Resources Sequencing in Educational Hypermedia Systems Karampiperis, P., & Sampson, D. (2005). Adaptive Learnin Resources Sequencin in Educational Hypermedia Systems. Educational Technoloy & Society, 8 (4), 28-47. Adaptive Learnin Resources Sequencin in Educational

More information

Binary Ant Colony Evolutionary Algorithm

Binary Ant Colony Evolutionary Algorithm Weiqing Xiong Liuyi Wang Chenyang Yan School of Information Science and Engineering Ningbo University, Ningbo 35 China Weiqing,xwqdds@tom.com, Liuyi,jameswang@hotmail.com School Information and Electrical

More information

COMPUTATIONAL INTELLIGENCE BASED ON THE BEHAVIOR OF CATS. Shu-Chuan Chu. Pei-Wei Tsai. Received July 2006; revised October 2006

COMPUTATIONAL INTELLIGENCE BASED ON THE BEHAVIOR OF CATS. Shu-Chuan Chu. Pei-Wei Tsai. Received July 2006; revised October 2006 International Journal of Innovative Computing, Information and Control ICIC International c 2007 ISSN 1349-4198 Volume 3, Number 1, February 2007 pp. 163 173 COMPUTATIONAL INTELLIGENCE BASED ON THE BEHAVIOR

More information

Optimizing Resource Consumption in Computational Cloud Using Enhanced ACO Algorithm

Optimizing Resource Consumption in Computational Cloud Using Enhanced ACO Algorithm Optimizing Resource Consumption in Computational Cloud Using Enhanced ACO Algorithm Preeti Kushwah, Dr. Abhay Kothari Department of Computer Science & Engineering, Acropolis Institute of Technology and

More information

Synergy supports your network

Synergy supports your network Synery supports your network Silver Systems Manaement Silver Volume Licensin SYNERGY Global Reach, Local Service. Yours is a successful, midmarket company. You depend upon computers and your network to

More information

Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms

Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms Al-Duwaish H. and Naeem, Wasif Electrical Engineering Department/King Fahd University of Petroleum and Minerals

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

The Bees Algorithm A Novel Tool for Complex Optimisation Problems

The Bees Algorithm A Novel Tool for Complex Optimisation Problems The Bees Algorithm A Novel Tool for Comple Optimisation Problems D.T. Pham, A. Ghanbarzadeh, E. Koç, S. Otri, S. Rahim, M. Zaidi Manufacturing Engineering Centre, Cardiff University, Cardiff CF4 3AA, UK

More information

Estimation of the COCOMO Model Parameters Using Genetic Algorithms for NASA Software Projects

Estimation of the COCOMO Model Parameters Using Genetic Algorithms for NASA Software Projects Journal of Computer Science 2 (2): 118-123, 2006 ISSN 1549-3636 2006 Science Publications Estimation of the COCOMO Model Parameters Using Genetic Algorithms for NASA Software Projects Alaa F. Sheta Computers

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook October 2, 2012 Outline Introduction 1 Introduction

More information

The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models

The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models Dr. Najla Akram AL-Saati and Marwa Abd-ALKareem Software Engineering Dept. College of Computer Sciences & Mathematics,

More information

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 13, NO. 2, APRIL 2009 243

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 13, NO. 2, APRIL 2009 243 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 13, NO. 2, APRIL 2009 243 Self-Adaptive Multimethod Search for Global Optimization in Real-Parameter Spaces Jasper A. Vrugt, Bruce A. Robinson, and James

More information

Agenda. Project Green@Cloud Done Work In-progress Work Future Work

Agenda. Project Green@Cloud Done Work In-progress Work Future Work Agenda Project Green@Cloud Done Work In-progress Work Future Work Project Green@Cloud Multi-objective meta-heuristics for energy-aware scheduling in cloud computing systems Publications Paper for the special

More information

Alpha Cut based Novel Selection for Genetic Algorithm

Alpha Cut based Novel Selection for Genetic Algorithm Alpha Cut based Novel for Genetic Algorithm Rakesh Kumar Professor Girdhar Gopal Research Scholar Rajesh Kumar Assistant Professor ABSTRACT Genetic algorithm (GA) has several genetic operators that can

More information

DEVELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS

DEVELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS DEELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS Ganesh K. enayagamoorthy Department of Electrical and Computer Engineering University of Missouri Rolla, MO 65409,

More information

A Fast Computational Genetic Algorithm for Economic Load Dispatch

A Fast Computational Genetic Algorithm for Economic Load Dispatch A Fast Computational Genetic Algorithm for Economic Load Dispatch M.Sailaja Kumari 1, M.Sydulu 2 Email: 1 Sailaja_matam@Yahoo.com 1, 2 Department of Electrical Engineering National Institute of Technology,

More information

Cost Minimized PSO based Workflow Scheduling Plan for Cloud Computing

Cost Minimized PSO based Workflow Scheduling Plan for Cloud Computing I.J. Information Technology and Computer Science, 5, 8, 7-4 Published Online July 5 in MECS (http://www.mecs-press.org/) DOI: 85/ijitcs.5.8.6 Cost Minimized PSO based Workflow Scheduling Plan for Cloud

More information

A resource schedule method for cloud computing based on chaos particle swarm optimization algorithm

A resource schedule method for cloud computing based on chaos particle swarm optimization algorithm Abstract A resource schedule method for cloud computing based on chaos particle swarm optimization algorithm Lei Zheng 1, 2*, Defa Hu 3 1 School of Information Engineering, Shandong Youth University of

More information

ON AN APPROACH TO STATEMENT OF SQL QUESTIONS IN THE NATURAL LANGUAGE FOR CYBER2 KNOWLEDGE DEMONSTRATION AND ASSESSMENT SYSTEM

ON AN APPROACH TO STATEMENT OF SQL QUESTIONS IN THE NATURAL LANGUAGE FOR CYBER2 KNOWLEDGE DEMONSTRATION AND ASSESSMENT SYSTEM 216 International Journal "Information Technoloies & Knowlede" Volume 9, Number 3, 2015 ON AN APPROACH TO STATEMENT OF SQ QUESTIONS IN THE NATURA ANGUAGE FOR CYBER2 KNOWEDGE DEMONSTRATION AND ASSESSMENT

More information

PLAANN as a Classification Tool for Customer Intelligence in Banking

PLAANN as a Classification Tool for Customer Intelligence in Banking PLAANN as a Classification Tool for Customer Intelligence in Banking EUNITE World Competition in domain of Intelligent Technologies The Research Report Ireneusz Czarnowski and Piotr Jedrzejowicz Department

More information

Keywords: Single-vendor Inventory Control System, Potential Demand, Machine Failure, Participation in the Chain, Heuristic Algorithm

Keywords: Single-vendor Inventory Control System, Potential Demand, Machine Failure, Participation in the Chain, Heuristic Algorithm Indian Journal of Fundamental and Applied Life Sciences ISSN: 31 63 (Online) An Open Access, Online International Journal Available at www.cibtech.org/sp.ed/jls/01/03/jls.htm 01 Vol. (S3), pp. 1781-1790/Valiporian

More information

GIS-BASED REAL-TIME CORRECTION OF DEVIATION ON VEHICLE TRACK *

GIS-BASED REAL-TIME CORRECTION OF DEVIATION ON VEHICLE TRACK * Proceedins of the 004 International Conference TP-038 on Dynamics, Instrumentation and Control, Nanin, China, Auust, 004 GIS-BASED REAL-TIME CORRECTION OF DEVIATION ON VEHICLE TRACK YUANLU BAO, YAN LIU

More information

ACO Hypercube Framework for Solving a University Course Timetabling Problem

ACO Hypercube Framework for Solving a University Course Timetabling Problem ACO Hypercube Framework for Solving a University Course Timetabling Problem José Miguel Rubio, Franklin Johnson and Broderick Crawford Abstract We present a resolution technique of the University course

More information

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE International Journal of Electrical Engineering & Technology (IJEET) olume 7, Issue 1, Jan-Feb, 2016, pp.35-44, Article ID: IJEET_07_01_004 Available online at http:// http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&type=7&itype=1

More information

ACO FOR OPTIMAL SENSOR LAYOUT

ACO FOR OPTIMAL SENSOR LAYOUT Stefka Fidanova 1, Pencho Marinov 1 and Enrique Alba 2 1 Institute for Parallel Processing, Bulgarian Academy of Science, Acad. G. Bonchev str. bl.25a, 1113 Sofia, Bulgaria 2 E.T.S.I. Informatica, Grupo

More information

Practical Applications of Evolutionary Computation to Financial Engineering

Practical Applications of Evolutionary Computation to Financial Engineering Hitoshi Iba and Claus C. Aranha Practical Applications of Evolutionary Computation to Financial Engineering Robust Techniques for Forecasting, Trading and Hedging 4Q Springer Contents 1 Introduction to

More information