Analytical review of three latest nature inspired algorithms for scheduling in clouds

Size: px
Start display at page:

Download "Analytical review of three latest nature inspired algorithms for scheduling in clouds"

Transcription

1 International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) Analytical review of three latest nature inspired algorithms for scheduling in clouds Navneet Kaur Computer Engineering and Technology GNDU Amritsar, India navigr892@gmail.com Abstract-Cloud computing is one of the current research topics because of its increasing demand and fancy features like pay as you go facility, resource pooling, rapid elasticity, on demand services and broad network access. Since managing a large pool of resources involved in a cloud computing scenario is difficult as well as a necessary job, effective scheduling techniques must be there to tackle with the problem. This paper reviews three recently developed nature inspired metaheuristic techniques namely firefly algorithm, cuckoo search and bat algorithm for dealing with scheduling problem, discuss their advantageous features and the future scope of the algorithms for scheduling in computing environment of clouds. Keywords-cloud computing; metaheuristics; firefly algorithm; cuckoo search; bat algorithm. I. INTRODUCTION Scheduling in clouds is an NP-Hard problem and finding an optimal solution is a challenge. Deterministic methods like gradient based algorithms work well for continuous and unimodal problems. If applied to scheduling in clouds, these algorithms may not provide satisfactory solutions because of large search space and discrete nature of the problem. Metaheuristic techniques can efficiently tackle these issues and can find near-optimal solutions in comparatively shorter period of time. Metaheuristic refers to a high level procedure which aims at finding, generating or selecting heuristic that can provide an approximate solution to an optimization problem [1]. This technique can efficiently solve problems that are larger in size and are complex. Sufficient research has already been done regarding older metaheuristic techniques like genetic algorithms (GA), ant colony optimization (ACO), particle swarm optimization (PSO) and their application in the field of cloud scheduling. Various nature inspired metaheuristic techniques have been developed in the recent past and are performing better than the above mentioned older methods. This paper reviews three recent nature inspired metaheuristic methods namely firefly algorithm, cuckoo search and bat algorithm that have been proved very efficient in various fields and have tremendous scope in the field of scheduling in clouds too. Amit Chhabra Computer Engineering and Technology GNDU Amritsar, India amit.cse@gndu.ac.in II. FIREFLY ALGORITHM Firefly algorithm (FA) is based on the flashing behaviour of the tropical fireflies. Xin-She Yang had developed the algorithm in 2008 [2,3]. Following characteristics of the fireflies are used for the development of FA. The fireflies will be attracted to each other regardless of their sex. Brighter is the flash, more will be the attractiveness and with distance, the attractiveness and brightness both decreases. The brightness of a firefly is affected or determined by the landscape of the objective function. If a problem is maximization problem, the brightness value of a firefly can be proportional to objective function's value. The pseudo code shown in Fig. 1 summarizes the basic steps of the firefly algorithm. Fig. 1. Pseudo code of the firefly algorithm. The discrete form of firefly algorithm was developed by Sayadi et al. [4] for its application to the scheduling problems. To deal with multi-objective optimization problem, multi-

2 objective firefly algorithm (MOFA) was developed by Yang [5] for continuous design problems which was further extended for discrete problems too by Apostolopoulos and Vlacho [6]. In grid computing, taking energy consumption as an optimization criteria, another multiobjective firefly algorithm was proposed by Arsuaga-Rias and Vega-Rodriguez independently [7]. FA was used for solving production scheduling problem with multiple objectives by Li & Ye et al. [8]. Then for dealing with multi-objective flowshop scheduling system, another variant of FA was presented by Marichelvam et al. [9]. Chaos as a parameter was also used that further enhanced the performance of FA [10,11]. Specifically for scheduling in clouds, a jumper firefly algorithm which aimed at reducing the makespan was used [12]. Furthermore, an improved firefly algorithm that used information communication of fireflies for finding global optimal solution for scheduling problem in clouds was developed [13]. Another firefly algorithm based on chaos optimization for solving resource scheduling problem in cloud computing was developed [14]. B. Efficient features Since firefly algorithm is based on swarm-intelligence, it already has advantages that swarm based algorithms have. Other major advantages of FA are the automatic subdivision of the population and feature of dealing with multimodality. The entire population subdivides into smaller groups automatically and these subgroups swarm around each of the local optimum. Also, all optima are found simultaneously when population size is high. Not only this, parameter tuning is also done which controls the randomness which in turn speeds up the convergence. III. CUCKOO SEARCH ALGORITHM Brood parasitism based algorithm, cuckoo search was developed by Xin-She Yang and Swash Deb in 2009 [15,16,17]. A standard cuckoo search algorithm is described by following rules : One egg is laid by the cuckoo at a time and dumps it in a nest which is chosen randomly. the nest which has better quality eggs will only be carried further to the next generation. There are fixed number of host nests and the discovery of the egg laid by cuckoo by the host bird is with probability p a. The egg can either be discarded by the host bird or the host bird can discard the nest and build a new one. Here a solution is represented by the bird cuckoo which is assumed to lay only one egg. The algorithm concentrates at replacing weaker solutions with better ones. The algorithm balances both local and global random walks by controlling p a which is a switching parameter. The pseudo code of the algorithm is described in Fig. 2. Fig. 2. Pseudo code of cuckoo search algorithm. Few variants were made in order to build discrete form of cuckoo search algorithm. For dealing with muti objective optimization, MOCS i.e multi objective cuckoo search was developed by Yang and Deb et al. [17]. For scheduling purpose, discrete form of MOCS was presented by Chandrasekaran and Simon [18]. For job shop scheduling problem, discrete cuckoo search algorithm was applied [19]. Another variant named as modified cuckoo search which was developed by Walten et al [20] was used for flow shop scheduling for minimising the makespan [21]. For scheduling in clouds, a hybridized cuckoo search algorithm which combined the ACO features with cuckoo search algorithm was made aiming at minimising the completion time [22]. A hybrid of dynamic particle swarm algorithm and cuckoo search was devised for scheduling resources in a cloud environment by optimizing execution time [23]. Another attempt to apply cuckoo search algorithm for task scheduling in clouds were made in [24]. B. Efficient Features Cuckoo search algorithm does not use simple random walks instead it uses Levy flights [25]. Due to infinite mean and variance of levy flights, this algorithm can efficiently explore the entire search space. Also cuckoo search algorithm ensures the global convergence property. As compared to particle swarm optimization algorithms, which can converge to local optima prematurely, cuckoo search algorithm usually converges to global optimal solutions. Not only this, cuckoo search algorithm can effectively balance the local and global search with the help of switching parameter. The local search takes about one fourth of the total execution time and global search about three fourth of the total search time with the value of the switching parameter as This allows to achieve global optimality with higher probability.

3 IV. BAT ALGORITHM Bat algorithm (BA) developed by Xin-She Yang in the year 2010 is based on the echolocation behaviour of the virtual bats [26]. Following rules are used for framing the bat algorithm: Echolocation is used by bats to measure the distance of food/prey and the difference between food and the environmental barriers is well known to them. Bats fly with certain velocity at a particular position where velocity and position are represented by v i and x i respectively. one of the two factors, frequency and wavelength, is kept fixed and the other one is adjusted automatically by the bats and parameters named pulse rate and loudness are adjusted depending upon the distance of the target. Pulse rate is denoted by r and vary in the interval [0,1] whereas loudness is assumed to vary from a large positive value denoted by A 0 to a minimum value denoted by A min.. The pseudo code for the algorithm is given below in Fig. 3. Binary bat algorithm was used by S Raghavan aiming at minimizing the cost factor [31]. B. Efficient features BA has many efficient features. The first one is frequency tuning. Frequency variation in BA enables the key features of algorithms like PSO, simulated annealing to be present in the algorithm. The second feature is automatic zooming into the region of high quality solutions. BA also ensures balance between exploration and exploitation due to this feature. Convergence speed of BA is also high as compared to other methods. Other important feature of BA is parameter control. Variation in parameters namely loudness and emission rate helps in switching automatically from exploration to exploitation when optimal global solution is approaching near. BA is highly efficient algorithm that can effectively solve large scale problems and also guarantee quick convergence to global solution under appropriate conditions. The comparison of three on the basis of the technique used, parameters used, features and work done in the field of scheduling in clouds is shown in Table 1. V. DISCUSSION For managing the cloud resources to ensure smooth working of cloud system, effective scheduling is very important. Metaheuristic algorithms like ACO, PSO and GA have widely been applied for this purpose with many variations but the latest nature inspired metaheuristic algorithms discussed above namely firefly algorithm, cuckoo search and bat algorithm, despite of being very efficient are merely explored for the purpose of scheduling in clouds. Since almost every organisation is now using cloud system, need of efficient scheduling algorithm is increasing, further exploration of these latest algorithms can definitely give better results as compared to the old metaheuristic methods. Fig. 3. Pseudo code of BAT algorithm. Binary bat algorithm (BBA) which is the discrete version of bat algorithm was devised by Nakamura et al. [27]. Multi objective bat algorithm (MOBA) is the extended version of BA to deal with multi objective problems. A production scheduling problem including multiple stages, machines and products was solved by Musikapun and Pongcharoen in 2012 using BA and also suggested that with better choice of parameters, performance can improve by 8.4% approximately [28]. With execution time and mean flow time as optimization criteria, Marichelvam and Prabaharan used BA to solve flow shop scheduling problems [29]. For scheduling in clouds, BA was used by jacob for resource scheduling with makespan as optimization criteria [30]. A hybrid algorithm comprising PSO and MOBA was devised for maximizing profit in clouds. Attention should be paid on following research areas and challenges which will improve the scope of these new algorithms to be used for the purpose of scheduling in clouds. Working on issues of convergence speed, time complexity and stability of the new nature inspired methods will make more efficient for use in solving scheduling problem in clouds. Intense research and study needs to be done regarding statistical measures, performance analysis and comparison of these new metaheuristic algorithms with other algorithms. Working in the area of parameter control and tuning of these algorithms would maximize their performance and further increase the chances of producing high quality results when applied to the field of scheduling in clouds.

4 Intelligently developing hybrid algorithms can improve the quality of solutions. This requires deep understanding of basic components of algorithm, experience and expertise of the developer. Focus should be on components like crossover, mutation, random walks, chaos, levy flights and gradients. These latest algorithms are almost new to the field of scheduling in clouds. Very less work has been done in this field and only execution time as an optimization criteria is chosen. To fit better with cloud environment, fitness function must be modified. Factors other than makespan like cost, load balancing, energy efficiency, communication cost, reliability etc must also be included for optimization by these new algorithms. TABLE I. COMPARISON OF FIREFLY, CUCKOO SEARCH ALGORITHM AND BAT ALGORITHM. NAME OF THE METHOD FIREFLY ALGORITHM BASIS PARAMETERS USED ADVANTAGEOUS FEATURES flashing behaviour and flashing pattern of the fireflies Randomization parameter Light absorption coefficient Maximum number of generations 1. Automatic subdivision of entire population. 2. Efficiently deal with multimodality. 3.Increases convergence speed. WORK DONE IN THE FIELD OF SCHEDULING IN CLOUD COMPUTING ENVIRONMENT [12], [13],[14] CUCKOO SEARCH property of brood parasitism of cuckoo speices Switching probability Step-size scaling factor Levi exponent 1. Ensures the property of global convergence due to the use of switching probability factor. 2. Use of levy flights result in efficient exploration of search space. [22], [23], [23] BAT ALGORITHM echolocation behaviour of virtual bats. Loudness parameter Pulse rate Maximum number of iterations 1. Frequency tuning 2. Automatic zooming into the region of global solution [29], [30], [31] 3. Parameter control ensures efficient exploration and exploitation.

5 International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) VI. CONCLUSION The paper reviews latest nature inspired algorithms namely firefly algorithm, cuckoo search and bat algorithm for scheduling in cloud computing environment. Paper discusses why these algorithms are efficient and how their further exploration in this field can yield good results. Comparison of the three algorithms have been made on the basis of parameters used, efficiency features and work done in the field of cloud resource scheduling. These algorithms have already been widely used in areas like optimization, image processing, data mining, feature selection, classification including scheduling and many more. The tremendous results shown by them in these fields and their efficient features clearly indicate that in future, use of these algorithms in the field of scheduling in cloud environment, will be very beneficial. References [1] Talbi eg Information, Wiley: Metaheuristics: From design to implementation - El-Ghazali Talbi [2] X.-S. Yang, Nature-inspired Metaheuristic Algorithms, 1st ed. Frome, UK: Luniver Press, [3] X.-S. Yang, Firefly algorithms for multimodal optimization, in: Stochastic Algorithms: Foundations and Applications, SAGA 2009, Lecture Notes in Computer Sciences, Vol. 5792, pp (2009). [4] M. K. Sayadi, R. Ramezanian, and N. Ghaffari-Nasab, "A discrete firefly meta-heuristic with local search for makespan minimization in permutation flow shop scheduling problems," International Journal of Industrial Engineering Computations, vol. 1, no. 1, pp. 1 10, Jul [5] X.-S. Yang, "Multiobjective firefly algorithm for continuous optimization," Engineering with Computers, vol. 29, no. 2, pp , Jan [6] T. Apostolopoulos and A. Vlachos, "Application of the Firefly algorithm for solving the economic emissions load dispatch problem," International Journal of Combinatorics, vol. 2011, pp. 1 23, [7] M. Arsuaga-Ríos and M. A. Vega-Rodríguez, Multi-objective Firefly algorithm for energy optimization in grid environments in Lecture Notes in Computer Science. Springer Science + Business Media, 2012, pp [8] C. Ye and H. Li, "Firefly algorithm on multi-objective optimization of production scheduling system," Advances in Mechanical Engineering and its Applications, vol. 3, no. 1, pp , Oct [9] M. K. Marichelvam, T. Prabaharan, and X. S. Yang, "A discrete Firefly algorithm for the multi-objective hybrid Flowshop scheduling problems," IEEE Transactions on Evolutionary Computation, vol. 18, no. 2, pp , Apr [10] L. dos Santos Coelho, D. L. de Andrade Bernert, and V. C. Mariani, "A chaotic firefly algorithm applied to reliabilityredundancy optimization," 2011 IEEE Congress of Evolutionary Computation (CEC), Jun [11] X.-S. Yang, "Chaos-enhanced Firefly algorithm with automatic parameter tuning," International Journal of Swarm Intelligence Research, vol. 2, no. 4, pp. 1 11, [12] G. Nithya and R. M. S. Engels, "Multi-agent brokering approach and firefly algorithm for job scheduling in grid environment," 2014 International Conference on Electronics and Communication Systems (ICECS), Feb [13] L. F. Zhao, S. H. Zhou, W. B. Chang, "Task Scheduling in Cloud Computing with Improved Firefly Algorithm", Applied Mechanics and Materials, Vols , pp , Aug [14] Y. Miao, "Resource scheduling simulation design of Firefly algorithm based on chaos optimization in cloud computing,"international Journal of Grid and Distributed Computing, vol. 7, no. 6, pp , Dec [15] X.-S. Yang, S. Deb, Cuckoo search via L evy flights, in: Proc. of World Congress on Nature & Biologically Inspired Computing (NaBIC 2009), December 2009, India. IEEE Publications, USA, pp (2009). [16] X. S. Yang and S. Deb, "Engineering optimisation by cuckoo search," International Journal of Mathematical Modelling and Numerical Optimisation, vol. 1, no. 4, p. 330, [17] X.-S. Yang and S. Deb, "Multiobjective cuckoo search for design optimization," Computers & Operations Research, vol. 40, no. 6, pp , Jun [18] K. Chandrasekaran and S. P. Simon, "Multi-objective scheduling problem: Hybrid approach using fuzzy assisted cuckoo search algorithm," Swarm and Evolutionary Computation, vol. 5, pp. 1 16, Aug [19] A. Ouaarab, B. Ahiod, X.-S. Yang, and M. Abbad, "Discrete cuckoo search algorithm for job shop scheduling problem," 2014 IEEE International Symposium on Intelligent Control (ISIC), Oct [20] S. Walton, O. Hassan, K. Morgan, and M. R. Brown, "Modified cuckoo search: A new gradient free optimisation algorithm," Chaos, Solitons & Fractals, vol. 44, no. 9, pp , Sep [21] H. Wang, W. Wang, H. Sun, C. Li, S. Rahnamayan, and Y. Liu, "A modified cuckoo search algorithm for flow shop scheduling problem with blocking," 2015 IEEE Congress on Evolutionary Computation (CEC), pp , May [22] R. Raju, R. G. Babukarthik, D. Chandramohan, P. Dhavachelvan, and T. Vengattaraman, "Minimizing the makespan using hybrid algorithm for cloud computing," rd IEEE International Advance Computing Conference (IACC), pp , Feb [23] A. Al-maamari and F. A. Omara, "Task scheduling using PSO algorithm in cloud computing environments," International Journal of Grid and Distributed Computing, vol. 8, no. 5, pp , Oct [24] N. Jafari Navimipour and F. Sharifi Milani, "Task scheduling in the cloud computing based on the cuckoo search algorithm,"international Journal of Modeling and Optimization, vol. 5, no. 1, pp , Feb [25] Pavlyukevich, "Lévy flights, non-local search and simulated annealing," Journal of Computational Physics, vol. 226, no. 2, pp , Oct [26] X.-S. Yang, A new Metaheuristic bat-inspired algorithm innature Inspired Cooperative Strategies for Optimization (NICSO 2010). Springer Science + Business Media, 2010, pp [27] R. Y. M. Nakamura, L. A. M. Pereira, K. A. Costa, D. Rodrigues, J. P. Papa, and X.-S. Yang, "BBA: A binary bat algorithm for feature selection," th SIBGRAPI Conference on Graphics, Patterns and Images, Aug [28] P. Musikapun and P. Pongcharoen, "Solving multi-stage multimachine multi-product scheduling problem using bat algorithm,"second international conference on management and artificial intelligence (IPEDR), vol. 35, pp , 2012 [29] M. K. Marichelvam and T. Prabaharan, "A bat algorithm for realistic hybrid flowshop scheduling problems to minimize makespan and mean flow time," ICTACT Journal on Soft Computing, vol. 3, no. 1, Oct [30] L. Jacob, "Bat algorithm for resource scheduling in cloud computing," International Journal For Research In Applied Science And Engineering Technology (IJRASET), vol. 2, no. 4, 2014 [31] S. Raghavan, P. Sarwesh, C. Marimuthu, and K. Chandrasekaran, "Bat algorithm for scheduling workflow applications in cloud," 2015 International Conference on Electronic Design, Computer Networks & Automated Verification (EDCAV), Jan

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

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

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

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

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

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

HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS

HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS R. Angel Preethima 1, Margret Johnson 2 1 Student, Computer Science and Engineering, Karunya

More information

A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms

A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms MIGUEL CAMELO, YEZID DONOSO, HAROLD CASTRO Systems and Computer Engineering Department Universidad de los

More information

A Service Revenue-oriented Task Scheduling Model of Cloud Computing

A Service Revenue-oriented Task Scheduling Model of Cloud Computing Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,

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 Performance Comparison of GA and ACO Applied to TSP

A Performance Comparison of GA and ACO Applied to TSP A Performance Comparison of GA and ACO Applied to TSP Sabry Ahmed Haroun Laboratoire LISER, ENSEM, UH2C Casablanca, Morocco. Benhra Jamal Laboratoire LISER, ENSEM, UH2C Casablanca, Morocco. El Hassani

More information

BBA: A Binary Bat Algorithm for Feature Selection

BBA: A Binary Bat Algorithm for Feature Selection BBA: A Binary Bat Algorithm for Feature Selection R. Y. M. Nakamura, L. A. M. Pereira, K. A. Costa, D. Rodrigues, J. P. Papa Department of Computing São Paulo State University Bauru, Brazil X.-S. Yang

More information

STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1

STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1 STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1 Prajakta Joglekar, 2 Pallavi Jaiswal, 3 Vandana Jagtap Maharashtra Institute of Technology, Pune Email: 1 somanprajakta@gmail.com,

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

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

An ant colony optimization for single-machine weighted tardiness scheduling with sequence-dependent setups

An ant colony optimization for single-machine weighted tardiness scheduling with sequence-dependent setups Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 2006 19 An ant colony optimization for single-machine weighted tardiness

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

Efficient Scheduling in Cloud Networks Using Chakoos Evolutionary Algorithm

Efficient Scheduling in Cloud Networks Using Chakoos Evolutionary Algorithm International Journal of Computer Networks and Communications Security VOL., NO. 5, MAY 2015, 220 224 Available online at: www.ijcncs.org E-ISSN 208-980 (Online) / ISSN 2410-0595 (Print) Efficient Scheduling

More information

Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment

Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment by Maryam Houtinezhad, Department of Computer Engineering, Artificial

More information

EXAMINATION OF SCHEDULING METHODS FOR PRODUCTION SYSTEMS. 1. Relationship between logistic and production scheduling

EXAMINATION OF SCHEDULING METHODS FOR PRODUCTION SYSTEMS. 1. Relationship between logistic and production scheduling Advanced Logistic Systems, Vol. 8, No. 1 (2014), pp. 111 120. EXAMINATION OF SCHEDULING METHODS FOR PRODUCTION SYSTEMS ZOLTÁN VARGA 1 PÁL SIMON 2 Abstract: Nowadays manufacturing and service companies

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

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

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

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

Software Project Planning and Resource Allocation Using Ant Colony Optimization with Uncertainty Handling

Software Project Planning and Resource Allocation Using Ant Colony Optimization with Uncertainty Handling Software Project Planning and Resource Allocation Using Ant Colony Optimization with Uncertainty Handling Vivek Kurien1, Rashmi S Nair2 PG Student, Dept of Computer Science, MCET, Anad, Tvm, Kerala, India

More information

Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning

Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning Research Journal of Applied Sciences, Engineering and Technology 11(2): 229-234, 2015 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted: May 20, 2015 Accepted: June

More information

Resource Provisioning in Single Tier and Multi-Tier Cloud Computing: State-of-the-Art

Resource Provisioning in Single Tier and Multi-Tier Cloud Computing: State-of-the-Art Resource Provisioning in Single Tier and Multi-Tier Cloud Computing: State-of-the-Art Marwah Hashim Eawna Faculty of Computer and Information Sciences Salma Hamdy Mohammed Faculty of Computer and Information

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

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

Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm

Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm 1 N. Sasikala and 2 Dr. D. Ramesh PG Scholar, Department of CSE, University College of Engineering (BIT Campus), Tiruchirappalli,

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

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

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multiple Pheromone

More information

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming Guidelines for Student Reports Weighted Thinned Arrays by Almost Difference Sets and Convex Programming V. Depau Abstract The design of thinned arrays can be carried out with several techniques, including

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

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

An Efficient Approach for Task Scheduling Based on Multi-Objective Genetic Algorithm in Cloud Computing Environment

An Efficient Approach for Task Scheduling Based on Multi-Objective Genetic Algorithm in Cloud Computing Environment IJCSC VOLUME 5 NUMBER 2 JULY-SEPT 2014 PP. 110-115 ISSN-0973-7391 An Efficient Approach for Task Scheduling Based on Multi-Objective Genetic Algorithm in Cloud Computing Environment 1 Sourabh Budhiraja,

More information

Software Framework for Vehicle Routing Problem with Hybrid Metaheuristic Algorithms

Software Framework for Vehicle Routing Problem with Hybrid Metaheuristic Algorithms Software Framework for Vehicle Routing Problem with Hybrid Metaheuristic Algorithms S.MASROM 1, A.M. NASIR 2 Malaysia Institute of Transport (MITRANS) Faculty of Computer and Mathematical Science Universiti

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

Inventory Analysis Using Genetic Algorithm In Supply Chain Management

Inventory Analysis Using Genetic Algorithm In Supply Chain Management Inventory Analysis Using Genetic Algorithm In Supply Chain Management Leena Thakur M.E. Information Technology Thakur College of Engg & Technology, Kandivali(E) Mumbai-101,India. Aaditya A. Desai M.E.

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

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

Improved PSO-based Task Scheduling Algorithm in Cloud Computing

Improved PSO-based Task Scheduling Algorithm in Cloud Computing Journal of Information & Computational Science 9: 13 (2012) 3821 3829 Available at http://www.joics.com Improved PSO-based Tas Scheduling Algorithm in Cloud Computing Shaobin Zhan, Hongying Huo Shenzhen

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

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

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

A GENETIC ALGORITHM FOR RESOURCE LEVELING OF CONSTRUCTION PROJECTS

A GENETIC ALGORITHM FOR RESOURCE LEVELING OF CONSTRUCTION PROJECTS A GENETIC ALGORITHM FOR RESOURCE LEVELING OF CONSTRUCTION PROJECTS Mahdi Abbasi Iranagh 1 and Rifat Sonmez 2 Dept. of Civil Engrg, Middle East Technical University, Ankara, 06800, Turkey Critical path

More information

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem Sayedmohammadreza Vaghefinezhad 1, Kuan Yew Wong 2 1 Department of Manufacturing & Industrial Engineering, Faculty of Mechanical

More information

An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA

An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA Shahista

More information

Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS.

Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS. Guidelines for Student Reports Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS. A. Shariful Abstract The design of large arrays for radar applications require the

More information

A TunableWorkflow Scheduling AlgorithmBased on Particle Swarm Optimization for Cloud Computing

A TunableWorkflow Scheduling AlgorithmBased on Particle Swarm Optimization for Cloud Computing A TunableWorkflow Scheduling AlgorithmBased on Particle Swarm Optimization for Cloud Computing Jing Huang, Kai Wu, Lok Kei Leong, Seungbeom Ma, and Melody Moh Department of Computer Science San Jose State

More information

Comparison of Various Particle Swarm Optimization based Algorithms in Cloud Computing

Comparison of Various Particle Swarm Optimization based Algorithms in Cloud Computing Comparison of Various Particle Swarm Optimization based Algorithms in Cloud Computing Er. Talwinder Kaur M.Tech (CSE) SSIET, Dera Bassi, Punjab, India Email- talwinder_2@yahoo.co.in Er. Seema Pahwa Department

More information

Numerical Research on Distributed Genetic Algorithm with Redundant

Numerical Research on Distributed Genetic Algorithm with Redundant Numerical Research on Distributed Genetic Algorithm with Redundant Binary Number 1 Sayori Seto, 2 Akinori Kanasugi 1,2 Graduate School of Engineering, Tokyo Denki University, Japan 10kme41@ms.dendai.ac.jp,

More information

Keywords: Information Retrieval, Vector Space Model, Database, Similarity Measure, Genetic Algorithm.

Keywords: Information Retrieval, Vector Space Model, Database, Similarity Measure, Genetic Algorithm. Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effective Information

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

Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization

Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization Int. J. Open Problems Compt. Math., Vol. 2, No. 3, September 2009 ISSN 1998-6262; Copyright ICSRS Publication, 2009 www.i-csrs.org Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm

More information

APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION

APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION Harald Günther 1, Stephan Frei 1, Thomas Wenzel, Wolfgang Mickisch 1 Technische Universität Dortmund,

More information

Search Algorithm in Software Testing and Debugging

Search Algorithm in Software Testing and Debugging Search Algorithm in Software Testing and Debugging Hsueh-Chien Cheng Dec 8, 2010 Search Algorithm Search algorithm is a well-studied field in AI Computer chess Hill climbing A search... Evolutionary Algorithm

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

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

A SURVEY ON WORKFLOW SCHEDULING IN CLOUD USING ANT COLONY OPTIMIZATION

A SURVEY ON WORKFLOW SCHEDULING IN CLOUD USING ANT COLONY OPTIMIZATION Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

Using 2-Opt based evolution strategy for travelling salesman problem

Using 2-Opt based evolution strategy for travelling salesman problem An International Journal of Optimization and Control: Theories & Applications Vol.6, No.2, pp.103-113 (2016) IJOCTA ISSN: 2146-0957 eissn: 2146-5703 DOI: 10.11121/iocta.01.2016.00268 http://www.iocta.com

More information

Genetic Algorithm Based Interconnection Network Topology Optimization Analysis

Genetic Algorithm Based Interconnection Network Topology Optimization Analysis Genetic Algorithm Based Interconnection Network Topology Optimization Analysis 1 WANG Peng, 2 Wang XueFei, 3 Wu YaMing 1,3 College of Information Engineering, Suihua University, Suihua Heilongjiang, 152061

More information

SCHEDULING IN CLOUD COMPUTING

SCHEDULING IN CLOUD COMPUTING SCHEDULING IN CLOUD COMPUTING Lipsa Tripathy, Rasmi Ranjan Patra CSA,CPGS,OUAT,Bhubaneswar,Odisha Abstract Cloud computing is an emerging technology. It process huge amount of data so scheduling mechanism

More information

Genetic Algorithm Based Bi-Objective Task Scheduling in Hybrid Cloud Platform

Genetic Algorithm Based Bi-Objective Task Scheduling in Hybrid Cloud Platform Genetic Algorithm Based Bi-Objective Task Scheduling in Hybrid Cloud Platform Leena V. A., Ajeena Beegom A. S., and Rajasree M. S., Member, IACSIT Abstract Hybrid cloud is a type of the general cloud computing

More information

LOAD BALANCING IN CLOUD USING ACO AND GENETIC ALGORITHM

LOAD BALANCING IN CLOUD USING ACO AND GENETIC ALGORITHM 724 LOAD BALANCING IN CLOUD USING ACO AND GENETIC ALGORITHM *Parveen Kumar Research Scholar Guru Kashi University, Talwandi Sabo ** Er.Mandeep Kaur Assistant Professor Guru Kashi University, Talwandi Sabo

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

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

An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling

An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling Avinash Mahadik Department Of Computer Engineering Alard College Of Engineering And Management,Marunje, Pune Email-avinash.mahadik5@gmail.com

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

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

Metaheuristics in Big Data: An Approach to Railway Engineering

Metaheuristics in Big Data: An Approach to Railway Engineering Metaheuristics in Big Data: An Approach to Railway Engineering Silvia Galván Núñez 1,2, and Prof. Nii Attoh-Okine 1,3 1 Department of Civil and Environmental Engineering University of Delaware, Newark,

More information

A Novel Web Optimization Technique using Enhanced Particle Swarm Optimization

A Novel Web Optimization Technique using Enhanced Particle Swarm Optimization A Novel Web Optimization Technique using Enhanced Particle Swarm Optimization P.N.Nesarajan Research Scholar, Erode Arts & Science College, Erode M.Venkatachalam, Ph.D Associate Professor & HOD of Electronics,

More information

MAGS An Approach Using Multi-Objective Evolutionary Algorithms for Grid Task Scheduling

MAGS An Approach Using Multi-Objective Evolutionary Algorithms for Grid Task Scheduling Issue 2, Volume 5, 2011 117 MAGS An Approach Using Multi-Objective Evolutionary Algorithms for Grid Task Scheduling Miguel Camelo, Yezid Donoso, Harold Castro Systems and Computing Engineering Department

More information

HYBRID OPTIMIZATION FOR GRID SCHEDULING USING GENETIC ALGORITHM WITH LOCAL SEARCH

HYBRID OPTIMIZATION FOR GRID SCHEDULING USING GENETIC ALGORITHM WITH LOCAL SEARCH HYBRID OPTIMIZATION FOR GRID SCHEDULING USING GENETIC ALGORITHM WITH LOCAL SEARCH 1 B.RADHA, 2 Dr. V.SUMATHY 1 Sri Ramakrishna Engineering College, Department of MCA, Coimbatore, INDIA 2 Government College

More information

International Journal of Scientific Research Engineering & Technology (IJSRET)

International Journal of Scientific Research Engineering & Technology (IJSRET) CHROME: IMPROVING THE TRANSMISSION RELIABILITY BY BANDWIDTH OPTIMIZATION USING HYBRID ALGORITHM 1 Ajeeth Kumar J, 2 C.P Maheswaran, Noorul Islam University Abstract - An approach to improve the transmission

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

Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization

Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization M. Fernanda P. Costa 1, Ana Maria A.C. Rocha 2, Rogério B. Francisco 1 and Edite M.G.P. Fernandes 2 1 Department of

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Optimised Realistic Test Input Generation

Optimised Realistic Test Input Generation Optimised Realistic Test Input Generation Mustafa Bozkurt and Mark Harman {m.bozkurt,m.harman}@cs.ucl.ac.uk CREST Centre, Department of Computer Science, University College London. Malet Place, London

More information

How To Create A Job Scheduling Algorithm In Hybrid Cloud

How To Create A Job Scheduling Algorithm In Hybrid Cloud International Journal of Engineering and Technology Volume 2 No. 6, June, 2012 Modified Bees Life Algorithm for Job Scheduling in Hybrid Cloud Tasquia Mizan, 2 Shah Murtaza Rashid Al Masud, 3 Rohaya Latip

More information

A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING

A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING Harshada Raut 1, Kumud Wasnik 2 1 M.Tech. Student, Dept. of Computer Science and Tech., UMIT, S.N.D.T. Women s University, (India) 2 Professor,

More information

14.10.2014. Overview. Swarms in nature. Fish, birds, ants, termites, Introduction to swarm intelligence principles Particle Swarm Optimization (PSO)

14.10.2014. Overview. Swarms in nature. Fish, birds, ants, termites, Introduction to swarm intelligence principles Particle Swarm Optimization (PSO) Overview Kyrre Glette kyrrehg@ifi INF3490 Swarm Intelligence Particle Swarm Optimization Introduction to swarm intelligence principles Particle Swarm Optimization (PSO) 3 Swarms in nature Fish, birds,

More information

International Journal of Advance Foundation and Research in Computer (IJAFRC) Volume 1, Issue 9, September 2014. ISSN 2348 4853.

International Journal of Advance Foundation and Research in Computer (IJAFRC) Volume 1, Issue 9, September 2014. ISSN 2348 4853. A Review on Optimization in Web Page Classification. Nikita Sahu, Dr. R. K. Kapoor Department of Computer Engineering & Application, NITTTR, Bhopal M.P., INDIA Associate Professor, Department of Computer

More information

AN INDUSTRIAL CASE STUDY OF WEB-BASED SIMULATION-OPTIMIZATION

AN INDUSTRIAL CASE STUDY OF WEB-BASED SIMULATION-OPTIMIZATION AN INDUSTRIAL CASE STUDY OF WEB-BASED SIMULATION-OPTIMIZATION Anna Syberfeldt Ingemar Karlsson Amos Ng Virtual Systems Research Center University of Skövde P.O. 408, 541 48 Skövde, Sweden E-mail: anna.syberfeldt@his.se

More information

An ACO-LB Algorithm for Task Scheduling in the Cloud Environment

An ACO-LB Algorithm for Task Scheduling in the Cloud Environment 466 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY 2014 An ACO-LB Algorithm for Task Scheduling in the Cloud Environment Shengjun Xue, Mengying Li, Xiaolong Xu, and Jingyi Chen Nanjing University of Information

More information

Genetic Algorithm Performance with Different Selection Strategies in Solving TSP

Genetic Algorithm Performance with Different Selection Strategies in Solving TSP Proceedings of the World Congress on Engineering Vol II WCE, July 6-8,, London, U.K. Genetic Algorithm Performance with Different Selection Strategies in Solving TSP Noraini Mohd Razali, John Geraghty

More information

Research Article www.ijptonline.com EFFICIENT TECHNIQUES TO DEAL WITH BIG DATA CLASSIFICATION PROBLEMS G.Somasekhar 1 *, Dr. K.

Research Article www.ijptonline.com EFFICIENT TECHNIQUES TO DEAL WITH BIG DATA CLASSIFICATION PROBLEMS G.Somasekhar 1 *, Dr. K. ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com EFFICIENT TECHNIQUES TO DEAL WITH BIG DATA CLASSIFICATION PROBLEMS G.Somasekhar 1 *, Dr. K.Karthikeyan 2 1 Research

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

EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks

EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks 2 EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks Dac-Nhuong Le, Hanoi University of Science, Vietnam National University, Vietnam Optimizing location of controllers

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

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

Introduction. Swarm Intelligence - Thiemo Krink EVALife Group, Dept. of Computer Science, University of Aarhus

Introduction. Swarm Intelligence - Thiemo Krink EVALife Group, Dept. of Computer Science, University of Aarhus Swarm Intelligence - Thiemo Krink EVALife Group, Dept. of Computer Science, University of Aarhus Why do we need new computing techniques? The computer revolution changed human societies: communication

More information

Review of Ant Colony Optimization for Software Project Scheduling and Staffing with an Event Based Scheduler

Review of Ant Colony Optimization for Software Project Scheduling and Staffing with an Event Based Scheduler International Journal of Computer Sciences and Engineering s and Engineering Open Access Research Paper Volume-2, Issue-5 E-ISSN: 2347-2693 Review of Ant Colony for Software Project Scheduling and Staffing

More information

An Immune System Based Genetic Algorithm Using Permutation-Based Dualism for Dynamic Traveling Salesman Problems

An Immune System Based Genetic Algorithm Using Permutation-Based Dualism for Dynamic Traveling Salesman Problems An Immune System Based Genetic Algorithm Using Permutation-Based Dualism for Dynamic Traveling Salesman Problems Lili Liu 1, Dingwei Wang 1, and Shengxiang Yang 2 1 School of Information Science and Engineering,

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

A Robust Method for Solving Transcendental Equations

A Robust Method for Solving Transcendental Equations www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,

More information

Multi-Objective Supply Chain Model through an Ant Colony Optimization Approach

Multi-Objective Supply Chain Model through an Ant Colony Optimization Approach Multi-Objective Supply Chain Model through an Ant Colony Optimization Approach Anamika K. Mittal L. D. College of Engineering, Ahmedabad, India Chirag S. Thaker L. D. College of Engineering, Ahmedabad,

More information