Investigation of Simulated Annealing, Ant-Colony and Genetic Algorithms for Distribution Network Expansion Planning with Distributed Generation

Size: px
Start display at page:

Download "Investigation of Simulated Annealing, Ant-Colony and Genetic Algorithms for Distribution Network Expansion Planning with Distributed Generation"

Transcription

1 Investigation of Simulated Annealing, Ant-Colony and Genetic Algorithms for Distribution Network Expansion Planning with Distributed Generation Majid Gandomkar, Hajar Bagheri Tolabi Department of Electrical Engineering Islamic Azad University, Saveh Branch, Saveh, IRAN ABSTRACT This paper investigates the use of ant-colony optimization, simulated annealing, and genetic algorithms for distribution network expansion planning (DNEP) including distributed generation (DG). It may be introduced as a combinatorial optimization method that determines the location and capacity of feeders and substations while minimizing the network loss and installation cost. In this paper, DGs are considered in the network expansion planning due to their importance in regulated distribution network.. The implementation of each algorithm for DNE is described and the performance of algorithms is compared with each other. The proposed methods are successfully applied to planning a real distribution network KEY-WORDS Ant-colony, Genetic Algorithm, Simulated Annealing, Distribution Planning 1. Introduction Distribution network planners continually endeavor to develop new planning strategies for their network in order to serve the load growth and provide their customers with a reliable electricity supply. Traditional planning studies for serving the forecasted load demand in distribution systems were carried out by considering addition of new substations, or expanding the existing substation capacity and associated new feeder requirements. Competitive electricity market forces the distribution network planners to investigate the economical and technical feasibility of new expansion alternatives such as distributed generations [1]. Distributed Generations scheme includes a set of small generators, scattered throughout a power system, to satisfy the electric energy consumption of electrical customers. DGs scheme often offers a set of valuable alternatives in addition to the traditional sources of electric power generation for industrial, commercial and residental consumers. It employs the latest modern generation technologies in an extensive form and it can be efficient, reliable, and simple to own and operate comparing with other electrical power systems. In some cases DGs provide significantly lower cost and higher reliability versus those which can be obtained from the electrical grid. In others, it can augment the grid so that the combination of grid and DGs provide higher performance than either could alone. However it offers an alternative that utility planners should explore it for the best solution problems [2-3]. Distribution network planning involves identification of the best equipment, along with its location, and schedule of deployment. The solutions of the problem are the set of all feasible combinations of sites and sizes realizing the schedule of deployment of equipments (substations, feeders, DGs) in distribution network. However, the high dimension of the possible solution is the real difficulty in solving the problem. Therefore, artificial intelligence techniques have come to be the most widely used tool for DNEP problem. In this study, the applications of antcolony, simulated annealing and Genetic Algorithm have been investigated. Since cost is an important attribute in distribution network planning, almost invariably one of the planner s chief goals is to minimize overall cost [4]. In this paper, the important task of planning the optimal number and position of DGs has been faced. This optimization permits selection of the best location of generators to minimize total cost including investments for electric grid upgrade and cost of power losses, along the planning duration. 2. Problem Formulation The problem is to determine sites, sizes and schedule of deployment of distributed generators, substations and feeders to minimize the sum of distribution network investment and cost of power losses. The following assumptions are adopted to formulate the problem: 1. Maximum number of installable DGs is given. 2. Total installation capacity of DGs is given. 3. Candidates of DG installation position for each load point are given. 4. The upper and lower limits of node voltage are given. 5. The current capacities of conductors are given. For total cost minimization, the objective function is given by ISSN: ISBN:

2 S S S S ( F SP t Y SP t + θ SP t ( X SP t )) + SP S F F F F f = ( F L t Y L t + θ L t ( X L t )) + (1) Yeart L F P P P P ( F LP t Y LP t + θ LP t ( X LP t )) LP P Constraints: (Maximum number of DGs) YLP P t D (2) t LP P (Total capacity of DGs) P P F LP t Y LP t C (3) t LP P (Only one DG can be installed in one load point) YLP P t 1 (4) t (Upper and lower voltage limit) Vi Vn ± V for i Network Nodes (5) (Current capacity limit) Ii Ii max for i Network Sections (6) Where, SP : Candidate Substation Place node, S : Existing Substation Node L : Candidate Line F : Existing Feeder LP : Candidate Load Point, P : Power Plant Node, F t : Investment cost for installing project which installed at location at year t, Y t : 0-1 variable for determining whether project (substation, feeder or DG) is installed at location at year t (1: installed, 0: not installed), X t : Power consumption (substation or feeder) or generation (DG) of project which installed at location at year t, θ t ( ) : Function of operation cost (DG) or losses cost (substation or feeder) of project at location at year t with power X t, D : Maximum number of the distributed generations in the distribution network, C : Total injected power of distributed generations in the distribution network, Vi : Voltage magnitude of node i, Vn : Nominal voltage magnitude in the network, V : Maximum permissible voltage deviation, Ii: Current of section i in the distribution network, max Ii : Maximum current capacity of section i in the distribution network. For a better comparison, and considering discount rate, for each cost at each year a uniform annual value is used. 3. Description of Algorithms Each of the search algorithms, except for the random search, seeks to obtain an antenna configuration that optimizes a fitness (or objective) function, the value of which depends on the chromosome describing the configuration. 4.1 Simulated Annealing Simulated annealing, one of the first nature-based algorithms to be devised [5], [6], attempts to search large solution spaces by modeling the behavior of a material in the cooling process. The objective function of the DNEP is used to represent the energy of a fictitious material. Optimal schedule yield an objective function of zero, while all suboptimal configurations produce objective functions in the positive range. Each iteration of the SA algorithm starts with a DNEP configuration, changes the state of a randomly chosen project, and monitors the change in energy of the DNEP by evaluating the objective function. The new configuration either replaces the old configuration or is discarded, depending on a probability P given by the Boltzman distribution: E / kt P( E) = e (7) Here E is the change in energy between configurations, T is the current temperature of the system, and k is Boltzman s constant. If the energy is lower in a new configuration then the new configuration is always accepted. If the energy is higher, implying the new configuration is worse; the new configuration is accepted with probability P. Accepting some poorer schedules helps ensure that local minima do not dominate the search. A chosen number of iterations is performed, and then the temperature is decreased and the same number of iterations is again performed. The process is repeated until the temperature cools to a prechosen value, or a given total number of iterations has been completed. A critical part of the SA algorithm is the annealing schedule, which determines the manner in which the temperature is decreased. The geometric annealing schedule is used here [6]: n Tn = T 0 Γ (8) where T 0 is the initial temperature and Γ is the cooling rate. ISSN: ISBN:

3 4.2 Genetic Algorithm The genetic algorithm [7-8], which mimics survival of the fittest among competing organisms and used in this study, is standard in most respects. An initial population of chromosomes is constructed randomly, with each bit in a chromosome corresponding to a project state and the next two bits represent its size. The DNEP is then scheduled according to each chromosome in succession, and the fitness of each answer is evaluated. A selection process follows, during which a new population of size is created. During selection, individuals are chosen from the old population with a probability equal to the ratio of the individual fitness to the total fitness of the old population. Regardless of the result, the individuals with the highest fitness values are selected to guarantee their genetic information will be passed along to the next generation. After selection, individuals are paired off as parents and crossed over times. Each time crossover occurs, the chromosomes are split at a random bit location and their partial bit strings (all bits before the random bit) are swapped between the parents. Following crossover, a mutation is performed by negating each bit on each chromosome. The fitness of the resulting population is evaluated, and the process is repeated for generations. 4.3 Ant-Colony Optimization Ant-colony optimization (ACO) is a relatively new algorithm that mimics the food foraging behavior of ants [9-11]. Individual ants are simple creatures that exhibit activities that appear to be random, disorganized, and unmotivated. The collective behavior of a colony of ants, however, is highly organized and efficient. This is evident in the foraging behavior of colonies, wherein ants find food and quickly bring it back to their nest. A simple diagram of ant foraging behavior is shown in Fig. 1. Two ants leave their nest in different directions at the same time to search for food. As they move about, they deposit a pheromone trail that evaporates slowly and is detectable by other ants. If no pheromone exists initially outside the nest, the paths of the two ants are generally random. Now, assume that ant 1 finds food source 1 while ant 2 is still wandering randomly. Ant 1 picks up some of the food and returns to the nest by following its own pheromone trail, laying additional pheromone on the return trip. Ant 1 arrives at the nest near the same time that ant 2 discovers food source 2. When the next set of ants leaves the nest to search for food, they detect twice as much pheromone on the path to food source 1 than on the path to food source 2, neglecting any evaporation of pheromone. The probability is thus higher that the ants will take the path to food source 1, and as they travel they lay additional pheromone. By this means, the ants bring food source 1 back to the nest in an efficient manner. When food source 1 is exhausted, many ants return to the nest without food, but some continue randomly beyond food source 1, and by this means discover new food sources, including the remains at food source 2. Fig. 1: Diagram of ants foraging for food The evaporation of pheromone is also an important part of the foraging process, helping to deemphasize older trails leading to exhausted food sources. ACO algorithms attempt to exploit the efficiency of ant foraging behavior by creating an abstract environment of possible paths, and simulating ants traveling along these paths. 5. Objective Function Evaluation According to Eq. (1), losses are one of the important parts of the objective function. For calculation of feeders and substations losses and also for considering the voltage and current limits in each network (chromosome) the required load flow software [12] is employed and it is run for each network. This power flow software is capable of modeling the distributed generations and unbalanced loads. 6. Numerical Example In order to test the proposed algorithm, a real distribution network has been considered. Fig. 2 shows the sample network diagram before planning (year =0). Table 1 shows more details of this network's specifications. Different experiments with different random number seeds were carried out to investigate the performance of the proposed algorithms. A number of tests on the performance of the proposed algorithms have been carried out on the example to determine the most suitable GA, SA and ACO parameters setting. Tables 2-4 show the parameters setting for the proposed algorithms. These ISSN: ISBN:

4 parameters were found through trial and error to provide reasonable results for each algorithm. Cooling rate 0.97 Temperature steps 50 iterations It was seen that the setting parameters are independent of DG technology and are dependent to the network. Table 5 shows comparison of results of the proposed algorithms. The results show that power losses will decrease with optimal DG allocation in the network. With optimal DG allocation, the power losses have decreased up to 38% and total costs for planning period are decreased about 28.7% for the example network. Furthermore, with optimal DG planning, it is necessary to install substation 3 at 8 th instead of 5 th year. 4 Fig. 2: The existing sample network, before its expansion (year=0) Table 1 Specifications of example Number of distribution load nodes 69 Number of substation place 3 (70,71,72 Demand of network (year=1) kva Demand of network (year=10) kva Capacities of DGs 500,1000,1500, 2000 kva Maximum total capacity of DGs (C) 4000 kva Maximum number of DGs (D) 8 Permissible voltage drop 5% Investment cost of DG 1030 $/kw Operation cost of DG $/kwh Power cost 690 $/kw Energy cost 0.07 $/kwh Table 2 GA Resultant Control Parameters Population Size Crossover Probability Mutation Probability Generation Distance (G) 0.8 Table 3 ACO resultant control parameters Pheromone constant Evaporation factor 0.75 Allowable edge probability 0.05 Total ants 40 iterations 1000 Table 4 SA resultant control parameter Initial temperature 1.0 K Table 5 Comparison of results of the proposed algorithms ACO GA SA Total Capacity of Installed DGs (kva) Total Investment Costs (1000 $) Total Power Losses (kw) Total Costs of Planning (1000 $) Conclusion Distributed Generations are predicted to play a more important role in the structure of electric power system in near future. With so many new distributed generations being installed, it is critical to assess the power system impacts accurately. These DG units can be employed in a manner to avoid the degradation of power quality, reliability, and control of the utility system. On the other hand, DGs have a great potential to improve distribution system performance and it should be encouraged. For this reason, it is important that distribution network planners can have useful and efficient tools to take into account the opportunities of DGs, and avoid the costly and timeconsuming impact studies. On the basis of these considerations, in this study a new implementation of Ant- Colony optimization, Genetic Algorithm and Simulated Annealing for optimal planning of distribution network with Distributed Generation is illustrated. In this paper, the total costs including investment costs of all equipments, costs of losses, and operation costs of DGs were considered for optimum planning of distribution networks. The effects of the proposed ACO,GA and SA methods to solve the problem are demonstrated by an example. The proposed methods were successfully applied to a real distribution network considering a 10 year planning period. The results showed that all of three developed methods could be employed for optimization of a network more than one hundred node. The purpose of this study is not to decide which algorithm works best, but to ISSN: ISBN:

5 investigate whether these particular three algorithms are candidates for use with an DNEP. It is left to future research to refine each algorithm as necessary for a particular application of the DNEP with DGs. References 1. R.C. Dugan, TE. Mc Dermott & G.J. Ball, Planning for distributed generation, IEEE Industrial Applied Magazine, Vol.7, 2001, H.L. Willis, W.G. Scott, distributed power generation, New York: Marcel Dekker; CIGRE WG 37-23, Impact of increasing contribution of dispersed generation on the power system, Final Report, Electra, G. Celli, F. Pillo, OPTIMAL DISTRIBUTED GENERATION ALLOCATION IN MV DISTRIBUTION NETWORKS, Proc. IEEE Conf. on Power Industry Computer Applications, Sydney, Australia, 2001, W. H. Press, B. P. Flannery, S. A. Teukolsky, and W. T. Vetterling, NumericalRecipes in C, The Art of Scientific Computing. New York: Cambridge Univ. Press, H. Cohn and M. Fielding, Simulated annealing: Searching for an optimal temperature schedule, Soc. Industr. Appl. Mathemat. J. Optimization, vol. 9, no. 3, pp , J. H. Holland, Adaptation in Natural and Artificial Systems. Ann Arbor, 1975: Univ. Michigan Press. 8. D. E. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning. Reading, MA: Addison-Wesley, M. Dorigo and A. Colorni, The ant system: Optimization by a colony of cooperating agents, IEEE Trans. Syst., Man, Cybern. Part B, vol. 26, pp. 1 13, Jan M. Dorigo and L. M. Gambardella, Ant colony system: A cooperative learning approach to the traveling salesman problem, IEEE Trans. Evol. Comput., vol. 1, pp , Jan M. Dorigo and G. DiCaro, Ant algorithms for discrete optimization, Artificial Life, vol. 5, no. 3, pp , CS. Cheng, D. Shirmohammadi, A THREE- PHASE POWER FLOW METHOD FOR REAL- TIME DISTRIBUTION SYSTEM ANALYSIS, IEEE Transactions on Power Delivery, Vol. 10, 1995, ISSN: ISBN:

Using Genetic Algorithms to optimize ACS-TSP

Using Genetic Algorithms to optimize ACS-TSP Using Genetic Algorithms to optimize ACS-TSP Marcin L. Pilat and Tony White School of Computer Science, Carleton University, 1125 Colonel By Drive, Ottawa, ON, K1S 5B6, Canada {mpilat,arpwhite}@scs.carleton.ca

More information

Workflow Scheduling Using Heuristics Based Ant Colony Optimization

Workflow Scheduling Using Heuristics Based Ant Colony Optimization Workflow Scheduling Using Heuristics Based Ant Colony Optimization 1 J.Elayaraja, 2 S.Dhanasekar 1 PG Scholar, Department of CSE, Info Institute of Engineering, Coimbatore, India 2 Assistant Professor,

More information

Ant colony optimization with genetic operations

Ant colony optimization with genetic operations Automation, Control and Intelligent Systems ; (): - Published online June, (http://www.sciencepublishinggroup.com/j/acis) doi:./j.acis.. Ant colony optimization with genetic operations Matej Ciba, Ivan

More information

MOST of electrical distribution systems operate in radial

MOST of electrical distribution systems operate in radial 1678 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 25, NO. 3, JULY 2010 Study of Reconfiguration for the Distribution System With Distributed Generators Yuan-Kang Wu, Member, IEEE, Ching-Yin Lee, Le-Chang

More information

Evolutionary Computation Algorithms for Cryptanalysis: A Study

Evolutionary Computation Algorithms for Cryptanalysis: A Study Evolutionary Computation Algorithms for Cryptanalysis: A Study Poonam Garg Information Technology and Management Dept. Institute of Management Technology Ghaziabad, India pgarg@imt.edu Abstract The cryptanalysis

More information

METAHEURISTICS. Introduction. Introduction. Nature of metaheuristics. Local improvement procedure. Example: objective function

METAHEURISTICS. Introduction. Introduction. Nature of metaheuristics. Local improvement procedure. Example: objective function Introduction METAHEURISTICS Some problems are so complicated that are not possible to solve for an optimal solution. In these problems, it is still important to find a good feasible solution close to the

More information

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Chapter 5 A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Graph Matching has attracted the exploration of applying new computing paradigms because of the large number of applications

More information

Ant Colony Optimization for dynamic Traveling Salesman Problems

Ant Colony Optimization for dynamic Traveling Salesman Problems Ant Colony Optimization for dynamic Traveling Salesman Problems Carlos A. Silva and Thomas A. Runkler Siemens AG, Corporate Technology Information and Communications, CT IC 4 81730 Munich - Germany thomas.runkler@siemens.com

More information

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques N.N.Poddar 1, D. Kaur 2 1 Electrical Engineering and Computer Science, University of Toledo, Toledo, OH, USA 2

More information

Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And Job Scheduling In Cloud Computing

Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And Job Scheduling In Cloud Computing Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And Job Scheduling In Cloud Computing Thomas Yeboah 1 and Odabi I. Odabi 2 1 Christian Service University, Ghana. 2 Wellspring Uiniversity,

More information

SPATIAL OPTIMIZATION METHODS

SPATIAL OPTIMIZATION METHODS DELMELLE E. (2010). SPATIAL OPTIMIZATION METHODS. IN: B. WHARF (ED). ENCYCLOPEDIA OF HUMAN GEOGRAPHY: 2657-2659. SPATIAL OPTIMIZATION METHODS Spatial optimization is concerned with maximizing or minimizing

More information

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS Gabriela Ochoa http://www.cs.stir.ac.uk/~goc/ OUTLINE Optimisation problems Optimisation & search Two Examples The knapsack problem

More information

Automatic Programming with Ant Colony Optimization

Automatic Programming with Ant Colony Optimization Automatic Programming with Ant Colony Optimization Jennifer Green University of Kent jg9@kent.ac.uk Jacqueline L. Whalley University of Kent J.L.Whalley@kent.ac.uk Colin G. Johnson University of Kent C.G.Johnson@kent.ac.uk

More information

Solving Travelling Salesman Problem Using Variants of ABC Algorithm

Solving Travelling Salesman Problem Using Variants of ABC Algorithm Volume 2, No. 01, March 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Solving Travelling

More information

ISSN: [Keswani* et al., 7(1): January, 2018] Impact Factor: 4.116

ISSN: [Keswani* et al., 7(1): January, 2018] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY AUTOMATIC TEST CASE GENERATION FOR PERFORMANCE ENHANCEMENT OF SOFTWARE THROUGH GENETIC ALGORITHM AND RANDOM TESTING Bright Keswani,

More information

Ant Colony Based Load Flow Optimisation Using Matlab

Ant Colony Based Load Flow Optimisation Using Matlab Ant Colony Based Load Flow Optimisation Using Matlab 1 Kapil Upamanyu, 2 Keshav Bansal, 3 Miteshwar Singh Department of Electrical Engineering Delhi Technological University, Shahbad Daulatpur, Main Bawana

More information

Image Edge Detection Using Ant Colony Optimization

Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Anna Veronica Baterina and Carlos Oppus Abstract Ant colony optimization (ACO) is a population-based metaheuristic that mimics the foraging behavior of

More information

Hybrid of Genetic Algorithm and Continuous Ant Colony Optimization for Optimum Solution

Hybrid of Genetic Algorithm and Continuous Ant Colony Optimization for Optimum Solution International Journal of Computer Networs and Communications Security VOL.2, NO.1, JANUARY 2014, 1 6 Available online at: www.cncs.org ISSN 2308-9830 C N C S Hybrid of Genetic Algorithm and Continuous

More information

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems 4 The Open Cybernetics and Systemics Journal, 008,, 4-9 Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems K. Kato *, M. Sakawa and H. Katagiri Department of Artificial

More information

CT79 SOFT COMPUTING ALCCS-FEB 2014

CT79 SOFT COMPUTING ALCCS-FEB 2014 Q.1 a. Define Union, Intersection and complement operations of Fuzzy sets. For fuzzy sets A and B Figure Fuzzy sets A & B The union of two fuzzy sets A and B is a fuzzy set C, written as C=AUB or C=A OR

More information

Ant-Colony Optimization for the System Reliability Problem with Quantity Discounts

Ant-Colony Optimization for the System Reliability Problem with Quantity Discounts American Journal of Operations Research, 2017, 7, 99-112 http://www.scirp.org/ournal/aor ISSN Online: 2160-8849 ISSN Print: 2160-8830 Ant-Colony Optimization for the System Reliability Problem with Quantity

More information

Modified Greedy Methodology to Solve Travelling Salesperson Problem Using Ant Colony Optimization and Comfort Factor

Modified Greedy Methodology to Solve Travelling Salesperson Problem Using Ant Colony Optimization and Comfort Factor International Journal of Scientific and Research Publications, Volume 4, Issue 10, October 2014 1 Modified Greedy Methodology to Solve Travelling Salesperson Problem Using Ant Colony Optimization and Comfort

More information

Ant Colony Optimization: A New Stochastic Solver for Modeling Vapor-Liquid Equilibrium Data

Ant Colony Optimization: A New Stochastic Solver for Modeling Vapor-Liquid Equilibrium Data Ant Colony Optimization: A New Stochastic Solver for Modeling Vapor-Liquid Equilibrium Data Jorge Adan Fernández-Vargas 1, Adrián Bonilla-Petriciolet *, Juan Gabriel Segovia- Hernández 1 and Salvador Hernández

More information

Navigation of Multiple Mobile Robots Using Swarm Intelligence

Navigation of Multiple Mobile Robots Using Swarm Intelligence Navigation of Multiple Mobile Robots Using Swarm Intelligence Dayal R. Parhi National Institute of Technology, Rourkela, India E-mail: dayalparhi@yahoo.com Jayanta Kumar Pothal National Institute of Technology,

More information

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM Tiago Alencar UFMA tiagoalen@gmail.com Anselmo Rodrigues UFMA schaum.nyquist@gmail.com Maria da

More information

Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO

Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO Nasir Mehmood1, Muhammad Umer2, Dr. Riaz Ahmad3, Dr. Amer Farhan Rafique4 F. Author, Nasir Mehmood is with National

More information

An Ant System with Direct Communication for the Capacitated Vehicle Routing Problem

An Ant System with Direct Communication for the Capacitated Vehicle Routing Problem An Ant System with Direct Communication for the Capacitated Vehicle Routing Problem Michalis Mavrovouniotis and Shengxiang Yang Abstract Ant colony optimization (ACO) algorithms are population-based algorithms

More information

Solving the Shortest Path Problem in Vehicle Navigation System by Ant Colony Algorithm

Solving the Shortest Path Problem in Vehicle Navigation System by Ant Colony Algorithm Proceedings of the 7th WSEAS Int. Conf. on Signal Processing, Computational Geometry & Artificial Vision, Athens, Greece, August 24-26, 2007 88 Solving the Shortest Path Problem in Vehicle Navigation System

More information

Travelling Salesman Problem Using Bee Colony With SPV

Travelling Salesman Problem Using Bee Colony With SPV International Journal of Soft Computing and Engineering (IJSCE) Travelling Salesman Problem Using Bee Colony With SPV Nishant Pathak, Sudhanshu Prakash Tiwari Abstract Challenge of finding the shortest

More information

Intuitionistic Fuzzy Estimations of the Ant Colony Optimization

Intuitionistic Fuzzy Estimations of the Ant Colony Optimization Intuitionistic Fuzzy Estimations of the Ant Colony Optimization Stefka Fidanova, Krasimir Atanasov and Pencho Marinov IPP BAS, Acad. G. Bonchev str. bl.25a, 1113 Sofia, Bulgaria {stefka,pencho}@parallel.bas.bg

More information

Software Development for Optimum Allocation of Power System Elements Based on Genetic Algorithm

Software Development for Optimum Allocation of Power System Elements Based on Genetic Algorithm Proceedings of the 6th WSEAS International Conference on Power Systems, Lisbon, Portugal, September 22-24, 2006 155 Software Development for Optimum Allocation of Power System Elements Based on Genetic

More information

Memory-Based Immigrants for Ant Colony Optimization in Changing Environments

Memory-Based Immigrants for Ant Colony Optimization in Changing Environments Memory-Based Immigrants for Ant Colony Optimization in Changing Environments Michalis Mavrovouniotis 1 and Shengxiang Yang 2 1 Department of Computer Science, University of Leicester University Road, Leicester

More information

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization 488 International Journal Wu-Chang of Control, Wu Automation, and Men-Shen and Systems, Tsai vol. 6, no. 4, pp. 488-494, August 2008 Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

More information

Role of Genetic Algorithm in Routing for Large Network

Role of Genetic Algorithm in Routing for Large Network Role of Genetic Algorithm in Routing for Large Network *Mr. Kuldeep Kumar, Computer Programmer, Krishi Vigyan Kendra, CCS Haryana Agriculture University, Hisar. Haryana, India verma1.kuldeep@gmail.com

More information

Network Reconfiguration for Loss Reduction in Electrical Distribution System Using Genetic Algorithm

Network Reconfiguration for Loss Reduction in Electrical Distribution System Using Genetic Algorithm Network Reconfiguration for Loss Reduction in Electrical Distribution System Using Genetic Algorithm S. A. Nagy*, I. S. Ibrahim, M. K. Ahmed*, A. S. Adail and S. Soliman Hot Labs Center, Atomic Energy

More information

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD Journal of Engineering Science and Technology Special Issue on 4th International Technical Conference 2014, June (2015) 35-44 School of Engineering, Taylor s University SIMULATION APPROACH OF CUTTING TOOL

More information

LECTURE 20: SWARM INTELLIGENCE 6 / ANT COLONY OPTIMIZATION 2

LECTURE 20: SWARM INTELLIGENCE 6 / ANT COLONY OPTIMIZATION 2 15-382 COLLECTIVE INTELLIGENCE - S18 LECTURE 20: SWARM INTELLIGENCE 6 / ANT COLONY OPTIMIZATION 2 INSTRUCTOR: GIANNI A. DI CARO ANT-ROUTING TABLE: COMBINING PHEROMONE AND HEURISTIC 2 STATE-TRANSITION:

More information

Performance Analysis of Shortest Path Routing Problem using Heuristic Algorithms

Performance Analysis of Shortest Path Routing Problem using Heuristic Algorithms Performance Analysis of Shortest Path Routing Problem using Heuristic Algorithms R. Somasundara Manikandan 1 1 Department of Computer Science, Raja Doraisingam Govt. Arts College, Sivaganga, Tamilnadu,

More information

An Ant Approach to the Flow Shop Problem

An Ant Approach to the Flow Shop Problem An Ant Approach to the Flow Shop Problem Thomas Stützle TU Darmstadt, Computer Science Department Alexanderstr. 10, 64283 Darmstadt Phone: +49-6151-166651, Fax +49-6151-165326 email: stuetzle@informatik.tu-darmstadt.de

More information

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

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

More information

Random Search Report An objective look at random search performance for 4 problem sets

Random Search Report An objective look at random search performance for 4 problem sets Random Search Report An objective look at random search performance for 4 problem sets Dudon Wai Georgia Institute of Technology CS 7641: Machine Learning Atlanta, GA dwai3@gatech.edu Abstract: This report

More information

Using Genetic Algorithms in Integer Programming for Decision Support

Using Genetic Algorithms in Integer Programming for Decision Support Doi:10.5901/ajis.2014.v3n6p11 Abstract Using Genetic Algorithms in Integer Programming for Decision Support Dr. Youcef Souar Omar Mouffok Taher Moulay University Saida, Algeria Email:Syoucef12@yahoo.fr

More information

Dynamic Robot Path Planning Using Improved Max-Min Ant Colony Optimization

Dynamic Robot Path Planning Using Improved Max-Min Ant Colony Optimization Proceedings of the International Conference of Control, Dynamic Systems, and Robotics Ottawa, Ontario, Canada, May 15-16 2014 Paper No. 49 Dynamic Robot Path Planning Using Improved Max-Min Ant Colony

More information

150 Botee and Bonabeau Ant Colony Optimization (ACO), which they applied to classical NP-hard combinatorial optimization problems, such as the traveli

150 Botee and Bonabeau Ant Colony Optimization (ACO), which they applied to classical NP-hard combinatorial optimization problems, such as the traveli Adv. Complex Systems (1998) 1, 149 159 Evolving Ant Colony Optimization Hozefa M. Botee Santa Fe Institute 1399 Hyde Park Road Santa Fe, NM 87501, USA botee@santafe.edu Eric Bonabeau y Santa Fe Institute

More information

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING International Journal of Latest Research in Science and Technology Volume 3, Issue 3: Page No. 201-205, May-June 2014 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 AN EVOLUTIONARY APPROACH

More information

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search A JOB-SHOP SCHEDULING PROBLEM (JSSP) USING GENETIC ALGORITHM (GA) Mahanim Omar, Adam Baharum, Yahya Abu Hasan School of Mathematical Sciences, Universiti Sains Malaysia 11800 Penang, Malaysia Tel: (+)

More information

Mobile Robots Path Planning using Genetic Algorithms

Mobile Robots Path Planning using Genetic Algorithms Mobile Robots Path Planning using Genetic Algorithms Nouara Achour LRPE Laboratory, Department of Automation University of USTHB Algiers, Algeria nachour@usthb.dz Mohamed Chaalal LRPE Laboratory, Department

More information

A systematic approach for estimation of reservoir rock properties using Ant Colony Optimization

A systematic approach for estimation of reservoir rock properties using Ant Colony Optimization Geopersia 5 (1), 2015, PP. 7-17 A systematic approach for estimation of reservoir rock properties using Ant Colony Optimization Ali Kadkhodaie-Ilkhchi Department of Earth Science, Faculty of Natural Science,

More information

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY 2001 41 Brief Papers An Orthogonal Genetic Algorithm with Quantization for Global Numerical Optimization Yiu-Wing Leung, Senior Member,

More information

Adaptive Model of Personalized Searches using Query Expansion and Ant Colony Optimization in the Digital Library

Adaptive Model of Personalized Searches using Query Expansion and Ant Colony Optimization in the Digital Library International Conference on Information Systems for Business Competitiveness (ICISBC 2013) 90 Adaptive Model of Personalized Searches using and Ant Colony Optimization in the Digital Library Wahyu Sulistiyo

More information

Solving a combinatorial problem using a local optimization in ant based system

Solving a combinatorial problem using a local optimization in ant based system Solving a combinatorial problem using a local optimization in ant based system C-M.Pintea and D.Dumitrescu Babeş-Bolyai University of Cluj-Napoca, Department of Computer-Science Kogalniceanu 1, 400084

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization CompSci 760 Patricia J Riddle 1 Natural Inspiration The name Ant Colony Optimization was chosen to reflect its original inspiration: the foraging behavior of some ant species. It

More information

Hybrid Ant Colony Optimization and Cuckoo Search Algorithm for Travelling Salesman Problem

Hybrid Ant Colony Optimization and Cuckoo Search Algorithm for Travelling Salesman Problem International Journal of Scientific and Research Publications, Volume 5, Issue 6, June 2015 1 Hybrid Ant Colony Optimization and Cucoo Search Algorithm for Travelling Salesman Problem Sandeep Kumar *,

More information

MAX-MIN ANT OPTIMIZER FOR PROBLEM OF UNCERTAINITY

MAX-MIN ANT OPTIMIZER FOR PROBLEM OF UNCERTAINITY MAX-MIN ANT OPTIMIZER FOR PROBLEM OF UNCERTAINITY Mr.K.Sankar 1 and Dr. K.Krishnamoorthy 2 1 Senior Lecturer, Department of Master of Computer Applications, KSR College of Engineering, Tiruchengode. 2

More information

An Adaptive Ant System using Momentum Least Mean Square Algorithm

An Adaptive Ant System using Momentum Least Mean Square Algorithm An Adaptive Ant System using Momentum Least Mean Square Algorithm Abhishek Paul ECE Department Camellia Institute of Technology Kolkata, India Sumitra Mukhopadhyay Institute of Radio Physics and Electronics

More information

Evolutionary Algorithms. CS Evolutionary Algorithms 1

Evolutionary Algorithms. CS Evolutionary Algorithms 1 Evolutionary Algorithms CS 478 - Evolutionary Algorithms 1 Evolutionary Computation/Algorithms Genetic Algorithms l Simulate natural evolution of structures via selection and reproduction, based on performance

More information

International Journal of Computational Intelligence and Applications c World Scientific Publishing Company

International Journal of Computational Intelligence and Applications c World Scientific Publishing Company International Journal of Computational Intelligence and Applications c World Scientific Publishing Company The Accumulated Experience Ant Colony for the Traveling Salesman Problem JAMES MONTGOMERY MARCUS

More information

March 19, Heuristics for Optimization. Outline. Problem formulation. Genetic algorithms

March 19, Heuristics for Optimization. Outline. Problem formulation. Genetic algorithms Olga Galinina olga.galinina@tut.fi ELT-53656 Network Analysis and Dimensioning II Department of Electronics and Communications Engineering Tampere University of Technology, Tampere, Finland March 19, 2014

More information

Genetic Algorithms For Vertex. Splitting in DAGs 1

Genetic Algorithms For Vertex. Splitting in DAGs 1 Genetic Algorithms For Vertex Splitting in DAGs 1 Matthias Mayer 2 and Fikret Ercal 3 CSC-93-02 Fri Jan 29 1993 Department of Computer Science University of Missouri-Rolla Rolla, MO 65401, U.S.A. (314)

More information

Genetic algorithm based on number of children and height task for multiprocessor task Scheduling

Genetic algorithm based on number of children and height task for multiprocessor task Scheduling Genetic algorithm based on number of children and height task for multiprocessor task Scheduling Marjan Abdeyazdan 1,Vahid Arjmand 2,Amir masoud Rahmani 3, Hamid Raeis ghanavati 4 1 Department of Computer

More information

Ant Colony Optimization: The Traveling Salesman Problem

Ant Colony Optimization: The Traveling Salesman Problem Ant Colony Optimization: The Traveling Salesman Problem Section 2.3 from Swarm Intelligence: From Natural to Artificial Systems by Bonabeau, Dorigo, and Theraulaz Andrew Compton Ian Rogers 12/4/2006 Traveling

More information

296 M.R. Jalali, A. Afshar and M.A. Mari~no taken by individual ants from the nest in search for a food source, is essentially random [4]. However, wh

296 M.R. Jalali, A. Afshar and M.A. Mari~no taken by individual ants from the nest in search for a food source, is essentially random [4]. However, wh Scientia Iranica, Vol. 13, No. 3, pp 295{302 c Sharif University of Technology, July 2006 Improved Ant Colony Optimization Algorithm for Reservoir Operation M.R. Jalali 1, A. Afshar and M.A. Mari~no 2

More information

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment Hamid Mehdi Department of Computer Engineering, Andimeshk Branch, Islamic Azad University, Andimeshk, Iran Hamidmehdi@gmail.com

More information

Genetic.io. Genetic Algorithms in all their shapes and forms! Genetic.io Make something of your big data

Genetic.io. Genetic Algorithms in all their shapes and forms! Genetic.io Make something of your big data Genetic Algorithms in all their shapes and forms! Julien Sebrien Self-taught, passion for development. Java, Cassandra, Spark, JPPF. @jsebrien, julien.sebrien@genetic.io Distribution of IT solutions (SaaS,

More information

COMPARISON OF DIFFERENT HEURISTIC, METAHEURISTIC, NATURE BASED OPTIMIZATION ALGORITHMS FOR TRAVELLING SALESMAN PROBLEM SOLUTION

COMPARISON OF DIFFERENT HEURISTIC, METAHEURISTIC, NATURE BASED OPTIMIZATION ALGORITHMS FOR TRAVELLING SALESMAN PROBLEM SOLUTION COMPARISON OF DIFFERENT HEURISTIC, METAHEURISTIC, NATURE BASED OPTIMIZATION ALGORITHMS FOR TRAVELLING SALESMAN PROBLEM SOLUTION 1 KIRTI PANDEY, 2 PALLAVI JAIN 1 Shri Vaishnav Institute of Technology &

More information

IMPLEMENTATION OF ACO ALGORITHM FOR EDGE DETECTION AND SORTING SALESMAN PROBLEM

IMPLEMENTATION OF ACO ALGORITHM FOR EDGE DETECTION AND SORTING SALESMAN PROBLEM IMPLEMENTATION OF ACO ALGORITHM FOR EDGE DETECTION AND SORTING SALESMAN PROBLEM Er. Priya Darshni Assiociate Prof. ECE Deptt. Ludhiana Chandigarh highway Ludhiana College Of Engg. And Technology Katani

More information

Task Scheduling Using Probabilistic Ant Colony Heuristics

Task Scheduling Using Probabilistic Ant Colony Heuristics The International Arab Journal of Information Technology, Vol. 13, No. 4, July 2016 375 Task Scheduling Using Probabilistic Ant Colony Heuristics Umarani Srikanth 1, Uma Maheswari 2, Shanthi Palaniswami

More information

Introduction to Design Optimization: Search Methods

Introduction to Design Optimization: Search Methods Introduction to Design Optimization: Search Methods 1-D Optimization The Search We don t know the curve. Given α, we can calculate f(α). By inspecting some points, we try to find the approximated shape

More information

Relationship between Genetic Algorithms and Ant Colony Optimization Algorithms

Relationship between Genetic Algorithms and Ant Colony Optimization Algorithms Relationship between Genetic Algorithms and Ant Colony Optimization Algorithms Osvaldo Gómez Universidad Nacional de Asunción Centro Nacional de Computación Asunción, Paraguay ogomez@cnc.una.py and Benjamín

More information

CONCEPT FORMATION AND DECISION TREE INDUCTION USING THE GENETIC PROGRAMMING PARADIGM

CONCEPT FORMATION AND DECISION TREE INDUCTION USING THE GENETIC PROGRAMMING PARADIGM 1 CONCEPT FORMATION AND DECISION TREE INDUCTION USING THE GENETIC PROGRAMMING PARADIGM John R. Koza Computer Science Department Stanford University Stanford, California 94305 USA E-MAIL: Koza@Sunburn.Stanford.Edu

More information

Metaheuristic Optimization with Evolver, Genocop and OptQuest

Metaheuristic Optimization with Evolver, Genocop and OptQuest Metaheuristic Optimization with Evolver, Genocop and OptQuest MANUEL LAGUNA Graduate School of Business Administration University of Colorado, Boulder, CO 80309-0419 Manuel.Laguna@Colorado.EDU Last revision:

More information

International Journal of Current Trends in Engineering & Technology Volume: 02, Issue: 01 (JAN-FAB 2016)

International Journal of Current Trends in Engineering & Technology Volume: 02, Issue: 01 (JAN-FAB 2016) Survey on Ant Colony Optimization Shweta Teckchandani, Prof. Kailash Patidar, Prof. Gajendra Singh Sri Satya Sai Institute of Science & Technology, Sehore Madhya Pradesh, India Abstract Although ant is

More information

Variable Neighbourhood Search (VNS)

Variable Neighbourhood Search (VNS) Variable Neighbourhood Search (VNS) Key dea: systematically change neighbourhoods during search Motivation: recall: changing neighbourhoods can help escape local optima a global optimum is locally optimal

More information

Monte Carlo for Optimization

Monte Carlo for Optimization Monte Carlo for Optimization Art Owen 1, Lingyu Chen 2, Jorge Picazo 1 1 Stanford University 2 Intel Corporation 1 Overview 1. Survey MC ideas for optimization: (a) Multistart (b) Stochastic approximation

More information

SWARM INTELLIGENCE -I

SWARM INTELLIGENCE -I SWARM INTELLIGENCE -I Swarm Intelligence Any attempt to design algorithms or distributed problem solving devices inspired by the collective behaviourof social insect colonies and other animal societies

More information

Genetic Algorithm Performance with Different Selection Methods in Solving Multi-Objective Network Design Problem

Genetic Algorithm Performance with Different Selection Methods in Solving Multi-Objective Network Design Problem etic Algorithm Performance with Different Selection Methods in Solving Multi-Objective Network Design Problem R. O. Oladele Department of Computer Science University of Ilorin P.M.B. 1515, Ilorin, NIGERIA

More information

An Approach Using Ant-like Agents. Alice Forehand Robert Pienta

An Approach Using Ant-like Agents. Alice Forehand Robert Pienta An Approach Using Ant-like Agents Alice Forehand Robert Pienta Calls made between two points are routed through a number of intermediate nodes of limited capacity If a node is full, calls that try to pass

More information

Variable Neighbourhood Search (VNS)

Variable Neighbourhood Search (VNS) Variable Neighbourhood Search (VNS) Key dea: systematically change neighbourhoods during search Motivation: recall: changing neighbourhoods can help escape local optima a global optimum is locally optimal

More information

An Innovative Approach to increase the Life time of Wireless Sensor Networks

An Innovative Approach to increase the Life time of Wireless Sensor Networks An Innovative Approach to increase the Life time of Wireless Sensor Networks R.Deenadhayalan [1] Department of Information Technology Kongu Engineering College Perundurai, Erode Dr.S Anandamurugan [2]

More information

Solving ISP Problem by Using Genetic Algorithm

Solving ISP Problem by Using Genetic Algorithm International Journal of Basic & Applied Sciences IJBAS-IJNS Vol:09 No:10 55 Solving ISP Problem by Using Genetic Algorithm Fozia Hanif Khan 1, Nasiruddin Khan 2, Syed Inayatulla 3, And Shaikh Tajuddin

More information

Hybrid approach for solving TSP by using DPX Cross-over operator

Hybrid approach for solving TSP by using DPX Cross-over operator Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2011, 2 (1): 28-32 ISSN: 0976-8610 CODEN (USA): AASRFC Hybrid approach for solving TSP by using DPX Cross-over operator

More information

COLLEGE TIMETABLE SCHEDULING USING OPTIMISTIC HYBRID SCHEDULING ALGORITHM

COLLEGE TIMETABLE SCHEDULING USING OPTIMISTIC HYBRID SCHEDULING ALGORITHM COLLEGE TIMETABLE SCHEDULING USING OPTIMISTIC HYBRID SCHEDULING ALGORITHM. B.S.Yelure 1, Y.D.Chavhan 2 Assistant Professor, Information Tech Dept., G.C.E.Karad, India 1. Assistant Professor, Information

More information

THE OPTIMIZATION OF RUNNING QUERIES IN RELATIONAL DATABASES USING ANT-COLONY ALGORITHM

THE OPTIMIZATION OF RUNNING QUERIES IN RELATIONAL DATABASES USING ANT-COLONY ALGORITHM THE OPTIMIZATION OF RUNNING QUERIES IN RELATIONAL DATABASES USING ANT-COLONY ALGORITHM Adel Alinezhad Kolaei and Marzieh Ahmadzadeh Department of Computer Engineering & IT Shiraz University of Technology

More information

A GENETIC ALGORITHM APPROACH TO OPTIMAL TOPOLOGICAL DESIGN OF ALL TERMINAL NETWORKS

A GENETIC ALGORITHM APPROACH TO OPTIMAL TOPOLOGICAL DESIGN OF ALL TERMINAL NETWORKS A GENETIC ALGORITHM APPROACH TO OPTIMAL TOPOLOGICAL DESIGN OF ALL TERMINAL NETWORKS BERNA DENGIZ AND FULYA ALTIPARMAK Department of Industrial Engineering Gazi University, Ankara, TURKEY 06570 ALICE E.

More information

Information Fusion Dr. B. K. Panigrahi

Information Fusion Dr. B. K. Panigrahi Information Fusion By Dr. B. K. Panigrahi Asst. Professor Department of Electrical Engineering IIT Delhi, New Delhi-110016 01/12/2007 1 Introduction Classification OUTLINE K-fold cross Validation Feature

More information

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A. Zahmatkesh and M. H. Yaghmaee Abstract In this paper, we propose a Genetic Algorithm (GA) to optimize

More information

African Buffalo Optimization (ABO): a New Meta-Heuristic Algorithm

African Buffalo Optimization (ABO): a New Meta-Heuristic Algorithm Journal of Advanced & Applied Sciences (JAAS) Volume 03, Issue 03, Pages 101-106, 2015 ISSN: 2289-6260 African Buffalo Optimization (ABO): a New Meta-Heuristic Algorithm Julius Beneoluchi Odili*, Mohd

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, July 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, July 18,  ISSN International Journal of Computer Engineering and Applications, Volume XII, Special Issue, July 18, www.ijcea.com ISSN 2321-3469 MULTICAST ROUTING: CONVENTIONAL ALGORITHMS VS ANT COLONY SYSTEM ABSTRACT

More information

Automated Test Data Generation and Optimization Scheme Using Genetic Algorithm

Automated Test Data Generation and Optimization Scheme Using Genetic Algorithm 2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore Automated Test Data Generation and Optimization Scheme Using Genetic Algorithm Roshni

More information

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 20 CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 2.1 CLASSIFICATION OF CONVENTIONAL TECHNIQUES Classical optimization methods can be classified into two distinct groups:

More information

Open Access Research on Traveling Salesman Problem Based on the Ant Colony Optimization Algorithm and Genetic Algorithm

Open Access Research on Traveling Salesman Problem Based on the Ant Colony Optimization Algorithm and Genetic Algorithm Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1329-1334 1329 Open Access Research on Traveling Salesman Problem Based on the Ant Colony

More information

A combination of clustering algorithms with Ant Colony Optimization for large clustered Euclidean Travelling Salesman Problem

A combination of clustering algorithms with Ant Colony Optimization for large clustered Euclidean Travelling Salesman Problem A combination of clustering algorithms with Ant Colony Optimization for large clustered Euclidean Travelling Salesman Problem TRUNG HOANG DINH, ABDULLAH AL MAMUN Department of Electrical and Computer Engineering

More information

In cloud computing, IaaS approach is to

In cloud computing, IaaS approach is to Journal of Advances in Computer Engineering and Technology, 1(3) 2015 Optimization Task Scheduling Algorithm in Cloud Computing Somayeh Taherian Dehkordi 1, Vahid Khatibi Bardsiri 2 Received (2015-06-27)

More information

Learning Adaptive Parameters with Restricted Genetic Optimization Method

Learning Adaptive Parameters with Restricted Genetic Optimization Method Learning Adaptive Parameters with Restricted Genetic Optimization Method Santiago Garrido and Luis Moreno Universidad Carlos III de Madrid, Leganés 28911, Madrid (Spain) Abstract. Mechanisms for adapting

More information

Artificial Intelligence in Robot Path Planning

Artificial Intelligence in Robot Path Planning IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May Jun. 2015), PP 115-119 www.iosrjournals.org Artificial Intelligence in Robot Path Planning

More information

Simulated Annealing algorithm for Data Aggregation Trees in Wireless Sensor Networks and Comparison with Genetic Algorithm

Simulated Annealing algorithm for Data Aggregation Trees in Wireless Sensor Networks and Comparison with Genetic Algorithm Simulated Annealing algorithm for Data Aggregation Trees in Wireless Sensor Networks and Comparison with Genetic Algorithm Ladan Darougaran, Hossein Shahinzadeh, Hajar Ghotb, Leila Ramezanpour Abstract

More information

A heuristic approach to find the global optimum of function

A heuristic approach to find the global optimum of function Journal of Computational and Applied Mathematics 209 (2007) 160 166 www.elsevier.com/locate/cam A heuristic approach to find the global optimum of function M. Duran Toksarı Engineering Faculty, Industrial

More information

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat An Improved Firefly Algorithm for Optimization Problems Amarita Ritthipakdee 1, Arit Thammano, Nol Premasathian 3, and Bunyarit Uyyanonvara 4 Abstract Optimization problem is one of the most difficult

More information

Nature Inspired Meta-heuristics: A Survey

Nature Inspired Meta-heuristics: A Survey Nature Inspired Meta-heuristics: A Survey Nidhi Saini Student, Computer Science & Engineering DAV Institute of Engineering and Technology Jalandhar, India Abstract: Nature provides a major inspiration

More information

AS-PUMA : ANYCAST SEMANTICS IN PARKING USING METAHEURISTIC APPROACH

AS-PUMA : ANYCAST SEMANTICS IN PARKING USING METAHEURISTIC APPROACH AS-PUMA : ANYCAST SEMANTICS IN PARKING USING METAHEURISTIC APPROACH ABSTRACT Rahul K Dixit 1 and Rahul Johari 2 1 Research Scholar, USICT, GGS Indraprastha University, Delhi-110078 rahul.1234dixit@gmail.com

More information