A Novel Meta-Heuristic Optimization Algorithm: Current Search

Size: px
Start display at page:

Download "A Novel Meta-Heuristic Optimization Algorithm: Current Search"

Transcription

1 A Novel Meta-Heuristic Optimization Algorithm: Current Search Anusorn SAKULIN and Deacha PUANGDOWNREONG * Department of Electrical Engineering, Faculty of Engineering, South-East Asia University 9/ Petchakasem Rd., Nongkhaem, Bangkok, THAILAND * corresponding author: deachap@sau.ac.th Abstract: - Inspired by an electric current flowing through electric networks, a novel meta-heuristic optimization algorithm named the Current Search (CS) is proposed in this article. The proposed CS algorithm is an optimization algorithm based on the intelligent behavior of electric current flowing through open and short circuits. To perform its effectiveness and robustness, the proposed CS algorithm is tested against five wellknown benchmark continuous multivariable test functions collected by Ali et al. The results obtained by the proposed CS are compared with those obtained by the popular search techniques widely used to solve optimization problems, i.e., Genetic Algorithm (GA), Particle Swarm Optimization (PSO), and Tabu Search (TS). The results show that the proposed CS outperforms other algorithms. The results obtained by the proposed CS are superior within reasonable time consumed. Key-Words: - Current Search, Genetic Algorithm, Particle Swarm Optimization, Tabu Search Introduction Over five decades, many heuristic algorithms have been developed to solve combinatorial and numeric optimization problems []. By literature, several intelligent search techniques, i.e., Evolutionary Programming (EP) [2], Tabu Search [3], Simulated Annealing (SA) [4], Genetic Algorithm (GA) [5], Ant Colony Optimization (ACO) [6], Hit-and-Run (HNR) [7], Hide-and-Seek (HNS) [8], Particle Swarm Optimization (PSO) [9], Harmony Search (HS) [], Bacterial Foraging Optimization (BFO) [], Shuffled Frog Leaping Algorithm (SFLA) [2], Bee Colony Optimization (BCO) [3], Key Cutting Search (KCS) [4], and Hunting Search (HuS) [5] etc., have been proposed. These algorithms can be classified into different groups depending on their nature of criteria being considered, such as population-based (EP, GA, ACO, PSO, BFO, BCO, and HuS), neighborhoodbased (TS), iterative-based (SFLA), stochastic (KCS, HNR, and HNS), and deterministic (SA). Among them, GA, PSO, and TS are the most popular intelligent search techniques that are widely used to solve optimization and engineering problems. In this article, the current search (CS), one of the powerful and efficient meta-heuristic optimization search techniques, is proposed. The CS algorithm is inspired by the electric current flowing through electric circuits. The proposed CS algorithm is coded and tested against five benchmark continuous multi-dimensional test functions collected by Ali et al [6]. Obtained results will be compared with those obtained by GA, PSO, and TS. This article consists of five sections. The CS algorithm is described in section 2. Benchmark continuous multi-dimensional test functions used in this article are given in section 3. Performance evaluation of CS compared with GA, PSO, and TS algorithms against five benchmark multivariable test functions is illustrated in section 4, while conclusion is provided in section 5. 2 Current Search Algorithm Based on the principle of current divider in electric circuit theory [7], the electric current flows through all blanch connected in parallel form as can be seen in Fig.. Each blanch connects to a resistor R having different resistances to obstruct the current. Assume that < R < R2 < L < RN. In fundamentals of circuit theory [7], Kirchhoff s current law (KCL) stats that the algebraic sum of currents entering a node is zero. On the other hand, the sum of the currents entering a node is equal to the sum of the current leaving the node. This means that, in Fig., the sum of all currents in each blanch is equal to the total current supplied by the current source as epressed in (), where, i T is the total current and i is the current in blanch j -th. j N j j= i = i T () ISBN:

2 The behavior of electric current is like a tide that always flow to lower places. The less the resistance of blanch, the more the current flows (see Fig., the thickness of arrows representing the current quantity). Referring to Fig., in case of short circuit, the blanch resistance is zero acted as a conductor, while, in case of open circuit, the blanch resistance is infinity acted as an insulator. The Current Search (CS) algorithm is inspired by this concept. All blanches represent the feasible solutions in search space. The local entrapment is occurred when the current hits the open circuit connection. The optimum solution found is the blanch possessing the optimum resistance. Step 7. If f ( ) < f ( ), keep in set Γ k and set =, set j = and return to Step 5. Otherwise update j = j +. Step 8. If j < jma, return to Step 5. Otherwise keep in set Ξ and update k = k +. Step 9. Terminate the search process when termination criteria are satisfied. The optimum solution found is. Otherwise return to Step 4. The diagram in Fig. 2 reveals the search process of the proposed CS algorithm. Start i T i i 2 R R 2 i i 2 blanch node Initialize: - search space - k = j =, jma = - N = n =, =. - Ø i 3 R 3 i 3 Uniformly Random set of initial solutions X i, i=,,n within i N R N i N Evaluate f(x i ) and rank X i leading f(x )<f(x 2 )< <f(x N ), the store ranked X i into < R < R 2 < L < current source R N i T Let = X k be initial solution Uniformly Random set of neighborhood member i, i=,,n around within radius Fig. The behavior of electric current. The CS algorithm is described step-by-step as follows. Step. Initialize the search space Ω, iteration counter k = j =, maimum allowance of solution cycling j ma, number of initial solutions (feasible directions of currents in network) N, number of neighborhood members n, search radius ρ, and set Ψ = Γ = Ξ =. Step 2. Uniformly random initial solution X i, i =, K, N within Ω. Step 3. Evaluate the objective function f ( X i ) of X. Rank X i, i =, K, N that gives f ( X) < L < f ( X N ), then store ranked X i into Ψ. Step 4. Let = X k as selected initial solution. Step 5. Uniformly random neighborhood i, i =, K,n around within radius ρ. Step 6. Evaluate the objective function f ( i ) of. A solution giving the minimum objective function is set as. Evaluate f( i ) and let be an elite solution among i making f(.) minimum no f( )<f( ) no Update j = j+ j<jma no Store into, and update k = k+ TC met? yes Report the optimal solution Stop yes yes Store into k, then set = and set j = Fig. 2 The diagram of the proposed CS algorithm. ISBN:

3 In Step, the search space Ω is performed as the feasible boundary where the electric current can flow. The maimum allowance of solution cycling j ma implies the local entrapment occurred in the selected direction. The number of initial solutions N is set as feasible directions of the electric currents in network. The number of neighborhood members n is provided as the sub-directions of the electric currents in the selected direction, and the search radius ρ is given as the sub-search space where the electric current can flow in the selected direction. In Step 2-3, the uniformly random approach is conducted to perform the feasible directions of the electric currents. These directions will be ranked by the objective function to arrange the signification of directions from most to least. In Step 4-7, once the most significant direction of the current is selected, the search process will consecutively find the optimum solution along the most significant direction within the sub-search space where the electric current can flow in the selected direction. Each feasible solution will be evaluated via the objective function until the optimum solution is found. In Step 8-9, the local entrapment in the selected direction will be identified via the maimum allowance of solution cycling. If occurred, the second, the third, and so on, of the significant direction ranked in Step 2-3 will consecutively employed, until optimum solution will be found or the termination criteria will be met. 3 Benchmark Functions In this section, five well-known benchmark continuous multivariable test functions collected by Ali et al., [6] are described as follows. (i) Bohachevsky function (BF) is epressed as (2). The global minimum is located at = (, ) 6 with f ( ) =. Let f ma = be the maimum allowance of the global solution found. The Bohachevsky surface is depicted in Fig = + cos(2π ) cos(2π 2 ) + 2 subject to 5, 5 (3) (iii) Shekel s Fo-Holes function (SF) is epressed as (4). It is the fifth function of De Jong s test suite. The global minimum is located at = ( 32, 32) with f ( ) =. Let f ma =. 999 be the maimum allowance of the global solution found. The Shekel s Fo-Holes surface is depicted in Fig = j= 6 j + ( ) i aij i= subject to 5, where a ij = L L (4) (iv) Schwefel function (SchF) is epressed as (5). The global minimum is located at = ( , ) with f ( ) =. Let f ma = 6 be the maimum allowance of the global solution found. The Schwefel surface is depicted in Fig. 6. n = n i= subject to 5, 5 ( i sin i ), n = 2 (5) (v) Shubert function (ShuF) is epressed as (6). The global minima are located at 8 different locations with f ( ) = Let f ma = be the maimum allowance of the global solution found. The Shubert surface is depicted in Fig. 7. f ( ) = cos[ ( + ) + ] cos[ ( + ) 2 + ] i i i i i i (6) min subject to 5 i=, 5 i= 2 2 = + 2.3cos(3π ).4 cos(4π 2 ) +.7 subject to, (2) (ii) Rastrigin function (RF) is epressed as (3). The global minimum is located at = (, ) with 6 f ( ) =. Let f ma = be the maimum allowance of the global solution found. The RF s surface is depicted in Fig. 4. Fig. 3 Bohachevsky surface. ISBN:

4 Fig. 4 Rastrigin surface. Fig. 5 Shekel s Fo-Holes surface. Fig. 6 Schwefel surface. Fig. 7 Shubert surface. 4 Performance Evaluation 4. CS performance tests In this section, the CS is tested against five benchmark continuous multivariable test functions illustrated in section 3 to perform its effectiveness and robustness. The CS algorithm was coded by MATLAB running on Intel Core2 Duo 2. GHz 3 Gbytes DDR-RAM computer. The CS parameters are reasonable preset for each test function as summarized in Table, where N is number of initial solutions, n is number of neighborhood members, and ρ is search radius. Maimum search iteration = and f fma are set as termination criteria. The tests were conducted trial runs against test functions to obtain percentage of success of global minimum found (%Success). Table 2 summarizes sets of parameter values to achieve %Success of each test function obtained over trial runs. Referring to Table 2, global minima of test functions can be found with %Success. It can be noticed that the proposed CS algorithm is efficient and robust according to given search parameter values. Some movements and convergent rates of the cost function obtained by the CS over the Bohachevsky surface are depicted in Fig. 8, as an eample. The convergence curves of other test functions are omitted because they have a similar form to that of the Bohachevsky shown in Fig. 8. Results in Table 2 provide the recommendations for users to set the search parameters of the CS appropriately. However, the proposed CS is still problem-dependent, understanding the problem and selecting an appropriate parameter are essential for successful applications. Table CS parameter values for test functions. Parameters BF N, 2, 3, 4, 5, 6, 7 n, 5,, 5, 2, 25, 3 ρ.5,.75,.,.5,.2,.25,.3 Parameters RF N, 5, 2, 25, 3, 35, 4 n 5,, 5, 2, 25, 3, 35 ρ.,.25,.5,.75,.,.25,.5 Parameters SF N 5, 6, 7, 8, 9,, n 2, 3, 4, 5, 6, 7, 8 ρ.7,.9,.,.3,.5,.7,.9 Parameters SchF N, 2, 3, 4, 5, 6, 7 n, 2, 3, 4, 5, 6, 7 ρ.5,.,.25,.5,.75, 2., 2.5 Parameters ShuF N 5, 75,, 25, 5, 75, 2 n 2, 4, 6, 8,, 2, 4 ρ.,.2,.3,.4,.5,.6,.7 Table 2 Results of CS performance tests. Entry N n ρ %Success BF RF SF SchF ShuF ISBN:

5 members, ρ is search radius, and uniform random search mechanism is conducted..5 v( t + ) = ω v( + φrand(,) { pbest ( ( } (7) + φ rand(,) { g ( ( } 2 best ( t + ) = ( + v( t + ) (8) Convergent rate of objective function (a) Movements of the CS Iterations (b) Convergences of cost function. Fig. 8 Some results of the CS over BF. 4.2 Performance comparison To compare the proposed CS algorithm with GA, PSO, and TS, The CS and other algorithms were coded by MATLAB running on Intel Core2 Duo 2. GHz 3 Gbytes DDR-RAM computer. In GA, n is number of population, single point uniform crossover with the rate of.95, random selection mechanism, gaussian mutation with the rate of.. In PSO, n is number of swarm. The velocity vector v and the solution are epressed in (7) and (8), respectively, where ω is the additional inertia weight, which varies from.9 to.7 linearly with the iteration. The learning factors φ and φ 2 are set to be 2. The upper and lower bounds for v, ( v min, vma ) = ( min, ma ) are set. In TS, n is number of neighborhood members, ρ is search radius, and uniform random search mechanism is used. The aspiration criterion (backtracking mechanism) is used to escape the local entrapments. In CS, n is number of neighborhood For a fair comparison, parameter values of each algorithm are set as summarized in Table 3. Maimum search iteration = and f fma are set as termination criteria. Entry BF RF SF SchF ShuF Table 3 Parameter values of algorithms. Parameters GA PSO TS CS N N 2,5 2,5 2,5 5 ρ N n,,, 25 ρ N n 3,2 3,2 3,2 4 ρ N n 35, 35, 35, 7 ρ N n,,, 8 ρ The performance comparison tests of candidate algorithms were conducted trial runs to obtain the average cost function found, minimum solutions found, average iteration (generation or search round) used, and average search time consumed. Results are summarized in Table 4 7, respectively. It was found that the proposed CS outperforms other algorithms. Table 4 Cost function. Entry Cost GA PSO TS CS Min BF RF SF SchF ShuF Ma Ave Std Min Ma Ave Std Min Ma Ave Std Min Ma Ave Std Min Ma Ave Std ISBN:

6 Table 5 Minimum solutions. Entry GA PSO TS CS BF RF SF SchF ShuF Table 6 Average iteration. Entry GA PSO TS CS BF RF SF SchF ShuF Table 7 Average search time (sec.). Entry GA PSO TS CS BF RF, SF SchF 9, ShuF Conclusion In this article, a novel meta-heuristic optimization algorithm named the Current Search (CS) has been proposed. It is inspired by an electric current flowing through electric networks. Its effectiveness and robustness have been performed against wellknown benchmark test functions. Results obtained by the CS are compared with those obtained by GA, PSO, and TS. As results, it could be concluded that the proposed CS superior to other algorithms. Moreover, the recommendations of the CS parameter setting are appropriately given. For future trends, the CS is still needed to solve more comple and real-world problems both discrete and continuous such as engineering problems. References: [] D.T. Pham and D. Karaboga, Intelligent Optimisation Techniques, Springer, London, 2. [2] L.J. Fogel, A.J. Owens, and M.J. Walsh, Artificial Intelligence through Simulated Evolution, John Wiley, 966. [3] F. Glover and M. Laguna, Tabu Search, Kluwer Academic Publishers, 997. [4] S. Kirkpatrick, C.D. Gelatt, and M.P. Vecchi, Optimization by Simulated Annealing. Science, Vol. 22, No. 4598, 983, pp [5] D.E. Goldberg, Genetic Algorithms in Search Optimization and Machine Learning. Addison Wesley Publishers, 989. [6] M. Dorigo, Optimization, Learning and Natural Algorithms, PhD thesis, Politecnico di Milano, Italie, 992. [7] Z.B. Zabinsky, D.L. Graesser, M.E. Tuttle, and G.I. Kim, Global optimization of composite laminates using improving hit and run, In: Floudas C. and Pardalos P. (eds.), pp , Recent Advances in Global Optimization, Princeton University Press, 992. [8] H.E. Romeijn and R.L. Smith, Simulated annealing for constrained global optimization. Journal of Global Optimization, Vol. 5, 994, pp. 26. [9] J. Kennedy and R. Eberhart, Particle Swarm Optimization, Proceedings of IEEE International Conference on Neural Networks, Vol. 4, 995, pp [] Z.W. Geem, J.H. Kim, and G.V. Loganathan, A New Heuristic Optimization Algorithm: Harmony Search, Simulation, Vol. 76, No. 2, 2, pp [] K.M. Passino, Biomimicry of Bacterial Foraging for Distributed Optimization and Control, IEEE Control System Magazine, Vol. 22, 22, pp [2] M.M. Eusuff and K.E. Lansey, Optimization of Water Distribution Network Design using the Shuffled Frog Leaping Algorithm, Journal of Water Resource Planning and Management, Vol. 29, No. 3, 23, pp [3] D.T. Pham, A. Ghanbarzadeh, E. Koç, S. Otri, S. Rahim and M. Zaidi, The Bees Algorithm A Novel Tool for Comple Optimisation Problems, Proceedings of IPROMS 26 Conference, 26, pp [4] J. Qin, A New Optimization Algorithm and Its Application Key Cutting Algorithm, Grey Systems and Intelligent Services, 29, pp [5] R. Oftadeh, M.J. Mahjoob, and M. Shariatpanahi, A Novel Mata-Heuristic Optimization Algorithm Inspired by Group Hunting of Animals: Hunting Search, Computers and Mathematics with Applications, Vol. 6, 2, pp [6] M.M. Ali, C. Khompatraporn, and Z.B. Zabinsky, A Numerical Evaluation of Several Stochastic Algorithms on Selected Continuous Global Optimization Test Problems, Journal of Global Optimization, Vol. 3, 25, pp [7] C.K. Aleander and M.N.O. Sadiku, Fundamentals of Electric Circuits, McGraw-Hill, 24. ISBN:

Adaptive Tabu Search for Traveling Salesman Problems

Adaptive Tabu Search for Traveling Salesman Problems Adaptive Tabu Search for Traveling Salesman Problems S. Suwannarongsri and D. Puangdownreong Abstract One of the most intensively studied problems in computational mathematics and combinatorial optimization

More information

Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems

Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems Dervis Karaboga and Bahriye Basturk Erciyes University, Engineering Faculty, The Department of Computer

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

ACONM: A hybrid of Ant Colony Optimization and Nelder-Mead Simplex Search

ACONM: A hybrid of Ant Colony Optimization and Nelder-Mead Simplex Search ACONM: A hybrid of Ant Colony Optimization and Nelder-Mead Simplex Search N. Arun & V.Ravi* Assistant Professor Institute for Development and Research in Banking Technology (IDRBT), Castle Hills Road #1,

More information

A study of hybridizing Population based Meta heuristics

A study of hybridizing Population based Meta heuristics Volume 119 No. 12 2018, 15989-15994 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A study of hybridizing Population based Meta heuristics Dr.J.Arunadevi 1, R.Uma 2 1 Assistant Professor,

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

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

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS -

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS - TO SOLVE ECONOMIC DISPATCH PROBLEM USING SFLA P. Sowmya* & Dr. S. P. Umayal** * PG Scholar, Department Electrical and Electronics Engineering, Muthayammal Engineering College, Rasipuram, Tamilnadu ** Dean

More information

The Artificial Bee Colony Algorithm for Unsupervised Classification of Meteorological Satellite Images

The Artificial Bee Colony Algorithm for Unsupervised Classification of Meteorological Satellite Images The Artificial Bee Colony Algorithm for Unsupervised Classification of Meteorological Satellite Images Rafik Deriche Department Computer Science University of Sciences and the Technology Mohamed Boudiaf

More information

Providing new meta-heuristic algorithm for optimization problems inspired by humans behavior to improve their positions

Providing new meta-heuristic algorithm for optimization problems inspired by humans behavior to improve their positions Providing new meta-heuristic algorithm for optimization problems inspired by humans behavior to improve their positions Azar,Adel 1 ; Seyedmirzaee, Seyedmoslem* 2 1- Professor of management, Tarbiatmodares

More information

Opportunistic Self Organizing Migrating Algorithm for Real-Time Dynamic Traveling Salesman Problem

Opportunistic Self Organizing Migrating Algorithm for Real-Time Dynamic Traveling Salesman Problem Opportunistic Self Organizing Migrating Algorithm for Real-Time Dynamic Traveling Salesman Problem arxiv:1709.03793v1 [cs.ne] 12 Sep 2017 Shubham Dokania, Sunyam Bagga, and Rohit Sharma shubham.k.dokania@gmail.com,

More information

Optimal Solving Large Scale Traveling Transportation Problems by Flower Pollination Algorithm

Optimal Solving Large Scale Traveling Transportation Problems by Flower Pollination Algorithm Optimal Solving Large Scale Traveling Transportation Problems by Flower Pollination Algorithm Supaporn SUWANNARONGSRI Department of Materials Handling and Logistics Engineering Faculty of Engineering,

More information

Ahmed T. Sadiq. Ali Makki Sagheer* Mohammed Salah Ibrahim

Ahmed T. Sadiq. Ali Makki Sagheer* Mohammed Salah Ibrahim Int. J. Reasoning-based Intelligent Systems, Vol. 4, No. 4, 2012 221 Improved scatter search for 4-colour mapping problem Ahmed T. Sadiq Computer Science Department, University of Technology, Baghdad,

More information

The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms

The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms Somayyeh Nalan-Ahmadabad and Sehraneh Ghaemi Abstract In this paper, pole placement with integral

More information

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 10 (October. 2013), V4 PP 09-14 Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

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

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

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem

A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem 2011, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem Mohammad

More information

Enhanced Symbiotic Organisms Search (ESOS) for Global Numerical Optimization Doddy Prayogo Dept. of Civil Engineering Petra Christian University Surab

Enhanced Symbiotic Organisms Search (ESOS) for Global Numerical Optimization Doddy Prayogo Dept. of Civil Engineering Petra Christian University Surab Enhanced Symbiotic Organisms Search (ESOS) for Global Numerical Optimization Doddy Prayogo Dept. of Civil Engineering Petra Christian University Surabaya, Indonesia prayogo@petra.ac.id Foek Tjong Wong

More information

RELEVANCE OF ARTIFICIAL BEE COLONY ALGORITHM OVER OTHER SWARM INTELLIGENCE ALGORITHMS

RELEVANCE OF ARTIFICIAL BEE COLONY ALGORITHM OVER OTHER SWARM INTELLIGENCE ALGORITHMS RELEVANCE OF ARTIFICIAL BEE COLONY ALGORITHM OVER OTHER SWARM INTELLIGENCE ALGORITHMS Punam Bajaj Assistant Professor Department of Computer Engineering Chandigarh Engineering College, Landran Punjab,

More information

OPTIMIZATION EVOLUTIONARY ALGORITHMS. Biologically-Inspired and. Computer Intelligence. Wiley. Population-Based Approaches to.

OPTIMIZATION EVOLUTIONARY ALGORITHMS. Biologically-Inspired and. Computer Intelligence. Wiley. Population-Based Approaches to. EVOLUTIONARY OPTIMIZATION ALGORITHMS Biologically-Inspired and Population-Based Approaches to Computer Intelligence Dan Simon Cleveland State University Wiley DETAILED TABLE OF CONTENTS Acknowledgments

More information

ScienceDirect. Centroid Mutation Embedded Shuffled Frog-Leaping Algorithm

ScienceDirect. Centroid Mutation Embedded Shuffled Frog-Leaping Algorithm Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (05 ) 7 34 International Conference on Information and Communication Technologies (ICICT 04) Centroid Mutation Embedded

More information

Artificial Fish Swarm Algorithm for Unconstrained Optimization Problems

Artificial Fish Swarm Algorithm for Unconstrained Optimization Problems Artificial Fish Swarm Algorithm for Unconstrained Optimization Problems Nebojsa BACANIN, Milan TUBA, Nadezda STANAREVIC Faculty of Computer Science University Megatrend Belgrade Bulevar umetnosti 29 SERBIA

More information

A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

A Comparative Study of Genetic Algorithm and Particle Swarm Optimization IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 18-22 www.iosrjournals.org A Comparative Study of Genetic Algorithm and Particle Swarm Optimization Mrs.D.Shona 1,

More information

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

Application of Intelligent Search Techniques to Identify Single-Phase Induction Motor s Parameters

Application of Intelligent Search Techniques to Identify Single-Phase Induction Motor s Parameters Proceedings of the 7th WSEAS International Conference on Simulation, Modelling and Optimization, Beijing, China, September 15-17, 2007 250 Application of Intelligent Search Techniques to Identify Single-Phase

More information

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Nasser Sadati Abstract Particle Swarm Optimization (PSO) algorithms recently invented as intelligent optimizers with several highly

More information

Experiments with Firefly Algorithm

Experiments with Firefly Algorithm Experiments with Firefly Algorithm Rogério B. Francisco 1,2, M. Fernanda P. Costa 2, Ana Maria A. C. Rocha 3 1 Escola Superior de Tecnologia e Gestão de Felgueiras, 4610-156 Felgueiras, Portugal rbf@estgf.ipp.pt

More information

A Hybrid Fireworks Optimization Method with Differential Evolution Operators

A Hybrid Fireworks Optimization Method with Differential Evolution Operators A Fireworks Optimization Method with Differential Evolution Operators YuJun Zheng a,, XinLi Xu a, HaiFeng Ling b a College of Computer Science & Technology, Zhejiang University of Technology, Hangzhou,

More information

DERIVATIVE-FREE OPTIMIZATION

DERIVATIVE-FREE OPTIMIZATION DERIVATIVE-FREE OPTIMIZATION Main bibliography J.-S. Jang, C.-T. Sun and E. Mizutani. Neuro-Fuzzy and Soft Computing: A Computational Approach to Learning and Machine Intelligence. Prentice Hall, New Jersey,

More information

Particle Swarm Optimization applied to Pattern Recognition

Particle Swarm Optimization applied to Pattern Recognition Particle Swarm Optimization applied to Pattern Recognition by Abel Mengistu Advisor: Dr. Raheel Ahmad CS Senior Research 2011 Manchester College May, 2011-1 - Table of Contents Introduction... - 3 - Objectives...

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

GA is the most popular population based heuristic algorithm since it was developed by Holland in 1975 [1]. This algorithm runs faster and requires les

GA is the most popular population based heuristic algorithm since it was developed by Holland in 1975 [1]. This algorithm runs faster and requires les Chaotic Crossover Operator on Genetic Algorithm Hüseyin Demirci Computer Engineering, Sakarya University, Sakarya, 54187, Turkey Ahmet Turan Özcerit Computer Engineering, Sakarya University, Sakarya, 54187,

More information

Performance Comparison of Genetic Algorithm, Particle Swarm Optimization and Simulated Annealing Applied to TSP

Performance Comparison of Genetic Algorithm, Particle Swarm Optimization and Simulated Annealing Applied to TSP Performance Comparison of Genetic Algorithm, Particle Swarm Optimization and Simulated Annealing Applied to TSP Madhumita Panda Assistant Professor, Computer Science SUIIT, Sambalpur University. Odisha,

More information

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Lana Dalawr Jalal Abstract This paper addresses the problem of offline path planning for

More information

Metaheuristics: a quick overview

Metaheuristics: a quick overview Metaheuristics: a quick overview Marc Sevaux University of Valenciennes CNRS, UMR 8530, LAMIH / Production systems Marc.Sevaux@univ-valenciennes.fr Marc Sevaux TEW Antwerp 2003 1 Outline Outline Neighborhood

More information

An Improved Tree Seed Algorithm for Optimization Problems

An Improved Tree Seed Algorithm for Optimization Problems International Journal of Machine Learning and Computing, Vol. 8, o. 1, February 2018 An Improved Tree Seed Algorithm for Optimization Problems Murat Aslan, Mehmet Beskirli, Halife Kodaz, and Mustafa Servet

More information

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems Artificial bee colony algorithm with multiple onlookers for constrained optimization problems Milos Subotic Faculty of Computer Science University Megatrend Belgrade Bulevar umetnosti 29 SERBIA milos.subotic@gmail.com

More information

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization M. Shahab Alam, M. Usman Rafique, and M. Umer Khan Abstract Motion planning is a key element of robotics since it empowers

More information

THE DEVELOPMENT OF THE POTENTIAL AND ACADMIC PROGRAMMES OF WROCLAW UNIVERISTY OF TECHNOLOGY METAHEURISTICS

THE DEVELOPMENT OF THE POTENTIAL AND ACADMIC PROGRAMMES OF WROCLAW UNIVERISTY OF TECHNOLOGY METAHEURISTICS METAHEURISTICS 1. Objectives The goals of the laboratory workshop are as follows: to learn basic properties of evolutionary computation techniques and other metaheuristics for solving various global optimization

More information

Variable Neighborhood Particle Swarm Optimization for Multi-objective Flexible Job-Shop Scheduling Problems

Variable Neighborhood Particle Swarm Optimization for Multi-objective Flexible Job-Shop Scheduling Problems Variable Neighborhood Particle Swarm Optimization for Multi-objective Flexible Job-Shop Scheduling Problems Hongbo Liu 1,2,AjithAbraham 3,1, Okkyung Choi 3,4, and Seong Hwan Moon 4 1 School of Computer

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

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

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

HEURISTICS FOR THE NETWORK DESIGN PROBLEM

HEURISTICS FOR THE NETWORK DESIGN PROBLEM HEURISTICS FOR THE NETWORK DESIGN PROBLEM G. E. Cantarella Dept. of Civil Engineering University of Salerno E-mail: g.cantarella@unisa.it G. Pavone, A. Vitetta Dept. of Computer Science, Mathematics, Electronics

More information

Use of the Improved Frog-Leaping Algorithm in Data Clustering

Use of the Improved Frog-Leaping Algorithm in Data Clustering Journal of Computer & Robotics 9 (2), 2016 19-26 19 Use of the Improved Frog-Leaping Algorithm in Data Clustering Sahifeh Poor Ramezani Kalashami *, Seyyed Javad Seyyed Mahdavi Chabok Faculty of Engineering,

More information

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS NABEEL AL-MILLI Financial and Business Administration and Computer Science Department Zarqa University College Al-Balqa'

More information

Global optimization using Lévy flights

Global optimization using Lévy flights Global optimization using Lévy flights Truyen Tran, Trung Thanh Nguyen, Hoang Linh Nguyen September 2004 arxiv:1407.5739v1 [cs.ne] 22 Jul 2014 Abstract This paper studies a class of enhanced diffusion

More information

A COMPARATIVE STUDY OF EVOLUTIONARY ALGORITHMS FOR SCHOOL SCHEDULING PROBLEM

A COMPARATIVE STUDY OF EVOLUTIONARY ALGORITHMS FOR SCHOOL SCHEDULING PROBLEM A COMPARATIVE STUDY OF EVOLUTIONARY ALGORITHMS FOR SCHOOL SCHEDULING PROBLEM 1 DANIEL NUGRAHA, 2 RAYMOND KOSALA 1 School of Computer Science, Bina Nusantara University, Jakarta, Indonesia 2 School of Computer

More information

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization Cell-to-switch assignment in cellular networks using barebones particle swarm optimization Sotirios K. Goudos a), Konstantinos B. Baltzis, Christos Bachtsevanidis, and John N. Sahalos RadioCommunications

More information

Refinement of Data-Flow Testing using Ant Colony Algorithm

Refinement of Data-Flow Testing using Ant Colony Algorithm Refinement of Data-Flow Testing using Ant Colony Algorithm Abhay Kumar Srivastav, Supriya N S 2,2 Assistant Professor,2 Department of MCA,MVJCE Bangalore-560067 Abstract : Search-based optimization techniques

More information

New Method for Accurate Parameter Estimation of Induction Motors Based on Artificial Bee Colony Algorithm

New Method for Accurate Parameter Estimation of Induction Motors Based on Artificial Bee Colony Algorithm New Method for Accurate Parameter Estimation of Induction Motors Based on Artificial Bee Colony Algorithm Mohammad Jamadi Zanjan, Iran Email: jamadi.mohammad@yahoo.com Farshad Merrikh-Bayat University

More information

Particle Swarm Optimization

Particle Swarm Optimization Dario Schor, M.Sc., EIT schor@ieee.org Space Systems Department Magellan Aerospace Winnipeg Winnipeg, Manitoba 1 of 34 Optimization Techniques Motivation Optimization: Where, min x F(x), subject to g(x)

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

A THREAD BUILDING BLOCKS BASED PARALLEL GENETIC ALGORITHM

A THREAD BUILDING BLOCKS BASED PARALLEL GENETIC ALGORITHM www.arpapress.com/volumes/vol31issue1/ijrras_31_1_01.pdf A THREAD BUILDING BLOCKS BASED PARALLEL GENETIC ALGORITHM Erkan Bostanci *, Yilmaz Ar & Sevgi Yigit-Sert SAAT Laboratory, Computer Engineering Department,

More information

Grouping Genetic Algorithm with Efficient Data Structures for the University Course Timetabling Problem

Grouping Genetic Algorithm with Efficient Data Structures for the University Course Timetabling Problem Grouping Genetic Algorithm with Efficient Data Structures for the University Course Timetabling Problem Felipe Arenales Santos Alexandre C. B. Delbem Keywords Grouping Genetic Algorithm Timetabling Problem

More information

A Novel Hybrid Self Organizing Migrating Algorithm with Mutation for Global Optimization

A Novel Hybrid Self Organizing Migrating Algorithm with Mutation for Global Optimization International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-3, Issue-6, January 2014 A Novel Hybrid Self Organizing Migrating Algorithm with Mutation for Global Optimization

More information

Initializing the Particle Swarm Optimizer Using the Nonlinear Simplex Method

Initializing the Particle Swarm Optimizer Using the Nonlinear Simplex Method Initializing the Particle Swarm Optimizer Using the Nonlinear Simplex Method K.E. PARSOPOULOS, M.N. VRAHATIS Department of Mathematics University of Patras University of Patras Artificial Intelligence

More information

Escaping Local Optima: Genetic Algorithm

Escaping Local Optima: Genetic Algorithm Artificial Intelligence Escaping Local Optima: Genetic Algorithm Dae-Won Kim School of Computer Science & Engineering Chung-Ang University We re trying to escape local optima To achieve this, we have learned

More information

EE 553 Term Project Report Particle Swarm Optimization (PSO) and PSO with Cross-over

EE 553 Term Project Report Particle Swarm Optimization (PSO) and PSO with Cross-over EE Term Project Report Particle Swarm Optimization (PSO) and PSO with Cross-over Emre Uğur February, 00 Abstract In this work, Particle Swarm Optimization (PSO) method is implemented and applied to various

More information

Fast Hybrid PSO and Tabu Search Approach for Optimization of a Fuzzy Controller

Fast Hybrid PSO and Tabu Search Approach for Optimization of a Fuzzy Controller IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 5, No, September ISSN (Online): 694-84 www.ijcsi.org 5 Fast Hybrid PSO and Tabu Search Approach for Optimization of a Fuzzy Controller

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

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Australian Journal of Basic and Applied Sciences, 4(8): 3366-3382, 21 ISSN 1991-8178 Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Akbar H. Borzabadi,

More information

PARTICLE SWARM OPTIMIZATION (PSO) [1] is an

PARTICLE SWARM OPTIMIZATION (PSO) [1] is an Proceedings of International Joint Conference on Neural Netorks, Atlanta, Georgia, USA, June -9, 9 Netork-Structured Particle Sarm Optimizer Considering Neighborhood Relationships Haruna Matsushita and

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

Binary Differential Evolution Strategies

Binary Differential Evolution Strategies Binary Differential Evolution Strategies A.P. Engelbrecht, Member, IEEE G. Pampará Abstract Differential evolution has shown to be a very powerful, yet simple, population-based optimization approach. The

More information

Cooperative Coevolution using The Brain Storm Optimization Algorithm

Cooperative Coevolution using The Brain Storm Optimization Algorithm Cooperative Coevolution using The Brain Storm Optimization Algorithm Mohammed El-Abd Electrical and Computer Engineering Department American University of Kuwait Email: melabd@auk.edu.kw Abstract The Brain

More information

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Oğuz Altun Department of Computer Engineering Yildiz Technical University Istanbul, Turkey oaltun@yildiz.edu.tr

More information

Meta Heuristic and Evolutionary Algorithms for Engineering Optimization

Meta Heuristic and Evolutionary Algorithms for Engineering Optimization Meta Heuristic and Evolutionary Algorithms for Engineering Optimization Wiley Series in Operations Research and Management Science A complete list of the titles in this series appears at the end of this

More information

Steepest Descent Algorithm to Determine the Proper Levels of Bees Parameters on Dynamic Multi-Zone Dispatching Problems

Steepest Descent Algorithm to Determine the Proper Levels of Bees Parameters on Dynamic Multi-Zone Dispatching Problems Steepest Descent Algorithm to Determine the Proper Levels of Bees Parameters on Dynamic Multi-Zone Dispatching Problems P. Mongkolkosol* and P. Luangpaiboon, Member, IAENG Abstract Effective methods for

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

Parameter Optimization of Composite Leaf Spring Using TLBO Algorithm

Parameter Optimization of Composite Leaf Spring Using TLBO Algorithm ISSN 2395-1621 Parameter Optimization of Composite Leaf Spring Using TLBO Algorithm #1 R. S. Sayare, #2 Prof. A. G. Kamble 1 ranjitsayare353@gmail.com 2 avi_nash1000@yahoo.co.in #12 Mechanical Engineering,

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

Simulated Raindrop Algorithm for Global Optimization

Simulated Raindrop Algorithm for Global Optimization CCECE 2014 1569888639 Simulated Raindrop Algorithm for Global Optimization Amin Ibrahim, IEEE Member Department of Electrical, Computer, and Software Engineering University of Ontario Institute of Technology

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

Parallel Implementation of a Random Search Procedure: An Experimental Study

Parallel Implementation of a Random Search Procedure: An Experimental Study Parallel Implementation of a Random Search Procedure: An Experimental Study NIKOLAI K. KRIVULIN Faculty of Mathematics and Mechanics St. Petersburg State University 28 University Ave., St. Petersburg,

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

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES SHIHADEH ALQRAINY. Department of Software Engineering, Albalqa Applied University. E-mail:

More information

ABC Optimization: A Co-Operative Learning Approach to Complex Routing Problems

ABC Optimization: A Co-Operative Learning Approach to Complex Routing Problems Progress in Nonlinear Dynamics and Chaos Vol. 1, 2013, 39-46 ISSN: 2321 9238 (online) Published on 3 June 2013 www.researchmathsci.org Progress in ABC Optimization: A Co-Operative Learning Approach to

More information

Modified Particle Swarm Optimization

Modified Particle Swarm Optimization Modified Particle Swarm Optimization Swati Agrawal 1, R.P. Shimpi 2 1 Aerospace Engineering Department, IIT Bombay, Mumbai, India, swati.agrawal@iitb.ac.in 2 Aerospace Engineering Department, IIT Bombay,

More information

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION International Journal of Computer Engineering and Applications, Volume VIII, Issue I, Part I, October 14 QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION Shradha Chawla 1, Vivek Panwar 2 1 Department

More information

Optimized Watermarking Using Swarm-Based Bacterial Foraging

Optimized Watermarking Using Swarm-Based Bacterial Foraging Journal of Information Hiding and Multimedia Signal Processing c 2009 ISSN 2073-4212 Ubiquitous International Volume 1, Number 1, January 2010 Optimized Watermarking Using Swarm-Based Bacterial Foraging

More information

PARTICLE SWARM OPTIMIZATION (PSO)

PARTICLE SWARM OPTIMIZATION (PSO) PARTICLE SWARM OPTIMIZATION (PSO) J. Kennedy and R. Eberhart, Particle Swarm Optimization. Proceedings of the Fourth IEEE Int. Conference on Neural Networks, 1995. A population based optimization technique

More information

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION Kamil Zakwan Mohd Azmi, Zuwairie Ibrahim and Dwi Pebrianti Faculty of Electrical

More information

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 131 CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 6.1 INTRODUCTION The Orthogonal arrays are helpful in guiding the heuristic algorithms to obtain a good solution when applied to NP-hard problems. This

More information

A Particle Swarm Approach to Quadratic Assignment Problems

A Particle Swarm Approach to Quadratic Assignment Problems A Particle Swarm Approach to Quadratic Assignment Problems Hongbo Liu 1,3, Ajith Abraham 2,3, and Jianying Zhang 1 1 Department of Computer Science, Dalian University of Technology, Dalian, 116023, China

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 199-210 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Water Flow-Like Algorithm Improvement Using K-Opt Local Search Wu Diyi, Zulaiha

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

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

Algorithm for Classification

Algorithm for Classification Comparison of Hybrid PSO-SA Algorithm and Genetic Algorithm for Classification S. G. Sanjeevi 1* A. Naga Nikhila 2 Thaseem Khan 3 G. Sumathi 4 1. Associate Professor, Dept. of Comp. Science & Engg., National

More information

Solving quadratic assignment problem using water cycle optimization algorithm

Solving quadratic assignment problem using water cycle optimization algorithm International Journal of Intelligent Information Systems 2014; 3(6-1): 75-79 Published online November 3, 2014 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.s.2014030601.24 ISSN:

More information

ACO and other (meta)heuristics for CO

ACO and other (meta)heuristics for CO ACO and other (meta)heuristics for CO 32 33 Outline Notes on combinatorial optimization and algorithmic complexity Construction and modification metaheuristics: two complementary ways of searching a solution

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

Numerical Experiments with a Population Shrinking Strategy within a Electromagnetism-like Algorithm

Numerical Experiments with a Population Shrinking Strategy within a Electromagnetism-like Algorithm Numerical Experiments with a Population Shrinking Strategy within a Electromagnetism-like Algorithm Ana Maria A. C. Rocha and Edite M. G. P. Fernandes Abstract This paper extends our previous work done

More information

GRID SCHEDULING USING ENHANCED PSO ALGORITHM

GRID SCHEDULING USING ENHANCED PSO ALGORITHM GRID SCHEDULING USING ENHANCED PSO ALGORITHM Mr. P.Mathiyalagan 1 U.R.Dhepthie 2 Dr. S.N.Sivanandam 3 1 Lecturer 2 Post Graduate Student 3 Professor and Head Department of Computer Science and Engineering

More information

Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization

Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization adfa, p. 1, 2011. Springer-Verlag Berlin Heidelberg 2011 Devang Agarwal and Deepak Sharma Department of Mechanical

More information

COMPARISON BETWEEN ARTIFICIAL BEE COLONY ALGORITHM, SHUFFLED FROG LEAPING ALGORITHM AND NERO-FUZZY SYSTEM IN DESIGN OF OPTIMAL PID CONTROLLERS

COMPARISON BETWEEN ARTIFICIAL BEE COLONY ALGORITHM, SHUFFLED FROG LEAPING ALGORITHM AND NERO-FUZZY SYSTEM IN DESIGN OF OPTIMAL PID CONTROLLERS COMPARISON BETWEEN ARTIFICIAL BEE COLONY ALGORITHM, SHUFFLED FROG LEAPING ALGORITHM AND NERO-FUZZY SYSTEM IN DESIGN OF OPTIMAL PID CONTROLLERS Fatemeh Masoudnia and Somayyeh Nalan Ahmadabad 2 and Maryam

More information

Engineering and Applied Science Research

Engineering and Applied Science Research Engineering and Applied Science Research January March 7;44():34-38 Research Article Engineering and Applied Science Research https://wwwtci-thaijoorg/indexphp/easr/index Published by the aculty of Engineering,

More information