A New Optimization Algorithm For Combinatorial Problems
Azmi Alazzam,Harold W. Lewis +1 more
TL;DR: A new meta-heuristic algorithm that can be used for solving combinatorial optimization problems, principally based on a balance between both the global and local search is proposed.
read more
Abstract: Combinatorial optimization problems are those problems that have a finite set of possible solutions. The best way to solve a combinatorial optimization problem is to check all the feasible solutions in the search space. However, checking all the feasible solutions is not always possible, especially when the search space is large. Thus, many meta-heuristic algorithms have been devised and modified to solve these problems. The meta-heuristic approaches are not guaranteed to find the optimal solution since they evaluate only a subset of the feasible solutions, but they try to explore different areas in the search space in a smart way to get a near-optimal solution in less cost and time. In this paper, we propose a new meta-heuristic algorithm that can be used for solving combinatorial optimization problems. The method introduced in this paper is named the Global Neighborhood Algorithm (GNA). The algorithm is principally based on a balance between both the global and local search. A set of random solutions are first generated from the global search space, and then the best solution will give the optimal value. After that, the algorithm will iterate, and in each iteration there will be two sets of generated solutions; one from the global search space and the other set of solutions will be generated from the neighborhood of the best solution. Throughout the paper, the algorithm will be delineated with examples. In the final phase of the research, the results of GNA will be discussed and compared with the results of Genetic Algorithm (GA) as an example of another optimization method.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
An exhaustive review of the metaheuristic algorithms for search and optimization: taxonomy, applications, and open challenges
Kusum Deep,Swagatam Das +1 more
TL;DR: More than 500 new metaheuristic algorithms (MAs) have been developed to date, with over 350 of them appearing in the last decade as mentioned in this paper , and approximately 540 MAs are tracked, and statistical information is also provided.
Cascade FOPI-FOPTID controller with energy storage devices for AGC performance advancement of electric power systems
TL;DR: In this paper , a cascade fractional order proportional integral (FOPI)-FO proportional tilt integral derivative controller with ESD like superconducting magnetic energy storage (SMES) and redox flow battery (RFB) is suggested to stabilize the frequency and tie-line power variations in power system.
71
Grass Fibrous Root Optimization Algorithm
Hanan A. R. Akkar,Firas R. Mahdi +1 more
TL;DR: This paper proposes a novel meta-heuristic optimization algorithm inspired by general grass plants fibrous root system, asexual reproduction, and plant development that explores the bounded solution domain globally and locally.
Analyzing The Performance Of Crossover Operators (OX, OBX, PBX, MPX) To Solve Combinatorial Problems
Rajiv Kumar,Minakshi Memoria,Madhu Thapliyal,Madhu Kirola,Ishteyaaq Ahmad,Ashulekha Gupta,Shagun Tyagi,Nabila Ansari +7 more
- 26 May 2022
TL;DR: It has been observed that Position-Based Crossover outperforms as compared to the other crossover operators in the study and is the more appropriate operator for the ordering problem such as traveling salesman problems and Process scheduling problems.
23
An Optimization Methodology for Container Handling Using Genetic Algorithm
TL;DR: The computational results show the effectiveness of the proposed methodology for container terminal where 56% reduction in ship service time (loading/unloading) in port is achieved.
20
References
Genetic algorithms in search, optimization and machine learning
David E. Goldberg
- 01 Jan 1989
TL;DR: This book brings together the computer techniques, mathematical tools, and research results that will enable both students and practitioners to apply genetic algorithms to problems in many fields.
58.6K
•Book
Genetic algorithms in search, optimization, and machine learning
David E. Goldberg
- 01 Sep 1988
TL;DR: In this article, the authors present the computer techniques, mathematical tools, and research results that will enable both students and practitioners to apply genetic algorithms to problems in many fields, including computer programming and mathematics.
Optimization by Simulated Annealing
TL;DR: There is a deep and useful connection between statistical mechanics and multivariate or combinatorial optimization (finding the minimum of a given function depending on many parameters), and a detailed analogy with annealing in solids provides a framework for optimization of very large and complex systems.
46.9K
Particle swarm optimization
James Kennedy,Russell C. Eberhart +1 more
- 06 Aug 2002
TL;DR: A concept for the optimization of nonlinear functions using particle swarm methodology is introduced, and the evolution of several paradigms is outlined, and an implementation of one of the paradigm is discussed.
44.1K
•Book
Adaptation in natural and artificial systems
John H. Holland
- 01 Jan 1975
TL;DR: Names of founding work in the area of Adaptation and modiication, which aims to mimic biological optimization, and some (Non-GA) branches of AI.