local search procedure
Recently Published Documents


TOTAL DOCUMENTS

55
(FIVE YEARS 13)

H-INDEX

8
(FIVE YEARS 1)

2022 ◽  
Author(s):  
Ritam Guha ◽  
Kushal Kanti Ghosh ◽  
Suman Kumar Bera ◽  
Ram Sarkar ◽  
Seyedali Mirjalili

Abstract This paper proposes a binary adaptation of the recently proposed meta-heuristic, Equilibrium Optimizer (EO), called Discrete EO (DEO) to solve binary optimization problems. A U-shaped transfer function has been used to map the continuous values of EO into the binary domain. To further improve the exploitation capability of DEO, Simulated Annealing (SA) has been used as a local search procedure and the combination has been named as DEOSA. The proposed DEOSA algorithm has been applied over 18 well-known UCI datasets and compared with a wide range of algorithms. The results have been statistically validated using Wilcoxon rank-sum test. In order to test the scalability and robustness of DEOSA, it has been additionally tested over 7 high-dimensional Microarray datasets and 25 binary Knapsack problems. The results clearly demonstrate the superiority and merits of DEOSA when solving binary optimization problems.


Mathematics ◽  
2021 ◽  
Vol 9 (23) ◽  
pp. 3030
Author(s):  
Raúl Mencía ◽  
Carlos Mencía

This paper addresses the problem of scheduling a set of jobs on a machine with time-varying capacity, with the goal of minimizing the total tardiness objective function. This problem arose in the context scheduling the charging times of a fleet of electric vehicles and it is NP-hard. Recent work proposed an efficient memetic algorithm for solving the problem, combining a genetic algorithm and a local search method. The local search procedure is based on swapping consecutive jobs on a C-path, defined as a sequence of consecutive jobs in a schedule. Building on it, this paper develops new memetic algorithms that stem from new local search procedures also proposed in this paper. The local search methods integrate several mechanisms to make them more effective, including a new condition for swapping pairs of jobs, a hill climbing approach, a procedure that operates on several C-paths and a method that interchanges jobs between different C-paths. As a result, the new local search methods enable the memetic algorithms to reach higher-quality solutions. Experimental results show significant improvements over existing approaches.


2021 ◽  
Author(s):  
Mehmet fatih Fatih TEFEK

Abstract In this study, an ABC-Local Search (ABC-Ls) method was proposed by including a new local search procedure into the standard artificial bee colony (ABC) algorithm to perform the parameter estimation of photovoltaic systems (PV). The aim of the proposed ABC-Ls method was to improve the exploration capability of the standard ABC with a new local search procedure in addition to the exploitation and exploration balance of the standard ABC algorithm. The proposed ABC-Ls method was first tested on 15 well-known benchmark functions in the literature. After obtaining successful results on the benchmark tests, the proposed ABC-Ls method was applied to the single diode, double diode and PV modules of PV systems for parameter estimations. The success of the ABC-Ls method was compared with the algorithms commonly used in the literature such as genetic algorithm (GA), particle swarm optimization (PSO) algorithm and standard ABC algorithm, and the comparison results were presented in tables and graphics in detail. It was found that the ABC-Ls method was more successful and achieved better results compared to GA, PSO and standard ABC. It was determined that the ABC-LS method performed similar or better PV parameter estimation compared to other studies in the literature.


Electronics ◽  
2021 ◽  
Vol 10 (11) ◽  
pp. 1232
Author(s):  
Pedro Casas-Martínez ◽  
Alejandra Casado-Ceballos ◽  
Jesús Sánchez-Oro ◽  
Eduardo G. Pardo

This work presents a novel greedy randomized adaptive search procedure approach for dealing with the maximum diversity problem from a multi-objective perspective. In particular, five of the most extended diversity metrics were considered, with the aim of maximizing all of them simultaneously. The metrics considered have been proven to be in conflict, i.e., it is not possible to optimize one metric without deteriorating another one. Therefore, this results in a multi-objective optimization problem where a set of efficient solutions that are diverse with respect to all the metrics at the same time must be obtained. A novel adaptation of the well-known greedy randomized adaptive search procedure, which has been traditionally used for single-objective optimization, was proposed. Two new constructive procedures are presented to generate a set of efficient solutions. Then, the improvement phase of the proposed algorithm consists of a new efficient local search procedure based on an exchange neighborhood structure that follows a first improvement approach. An effective exploration of the exchange neighborhood structure is also presented, to firstly explore the most promising ones. This feature allowed the local search proposed to limit the size of the neighborhood explored, resulting in an efficient exploration of the solution space. The computational experiments showed the merit of the proposed algorithm, when comparing the obtained results with the best previous method in the literature. Additionally, new multi-objective evolutionary algorithms derived from the state-of-the-art were also included in the comparison, to prove the quality of the proposal. Furthermore, the differences found were supported by non-parametric statistical tests.


Author(s):  
Ben Hermans ◽  
Roel Leus ◽  
Jannik Matuschke

Suppose a target is hidden in one of the vertices of an edge-weighted graph according to a known probability distribution. Starting from a fixed root node, an expanding search visits the vertices sequentially until it finds the target, where the next vertex can be reached from any of the previously visited vertices. That is, the time to reach the next vertex equals the shortest-path distance from the set of all previously visited vertices. The expanding search problem then asks for a sequence of the nodes, so as to minimize the expected time to finding the target. This problem has numerous applications, such as searching for hidden explosives, mining coal, and disaster relief. In this paper, we develop exact algorithms and heuristics, including a branch-and-cut procedure, a greedy algorithm with a constant-factor approximation guarantee, and a local search procedure based on a spanning-tree neighborhood. Computational experiments show that our branch-and-cut procedure outperforms existing methods for instances with nonuniform probability distributions and that both our heuristics compute near-optimal solutions with little computational effort. Summary of Contribution: This paper studies new algorithms for the expanding search problem, which asks to search a graph for a target hidden in one of the nodes according to a known probability distribution. This problem has applications such as searching for hidden explosives, mining coal, and disaster relief. We propose several new algorithms, including a branch-and-cut procedure, a greedy algorithm, and a local search procedure; and we analyze their performance both experimentally and theoretically. Our analysis shows that the algorithms improve on the performance of existing methods and establishes the first constant-factor approximation guarantee for this problem.


2020 ◽  
Vol 20 (6) ◽  
pp. 40-48
Author(s):  
Stefka Fidanova ◽  
Gabriel Luque

AbstractOptimization of workforce planning is important for any production area. This leads to an improvement in production process. The aim is minimization of the assignment costs of the workers, who will do the jobs. The problem is to select and assign employers to the jobs to be performed. The constraints are very strong, coming both from the specifics of the production process and from the legislation. Sometimes it is difficult to find feasible solutions. The complexity of the problem is very high and the needed number of calculations is exponential, therefore only specially developed algorithms can be applied. The objective is to minimize the assignment cost, while respecting all requirements. We propose a new hybrid metaheuristic algorithm to solve the workforce-planning problem, which is a combination between Ant Colony Optimization (ACO) and suitable local search procedure.


2020 ◽  
Vol 34 (04) ◽  
pp. 3773-3780 ◽  
Author(s):  
Aryan Deshwal ◽  
Syrine Belakaria ◽  
Janardhan Rao Doppa ◽  
Alan Fern

We consider the problem of optimizing expensive black-box functions over discrete spaces (e.g., sets, sequences, graphs). The key challenge is to select a sequence of combinatorial structures to evaluate, in order to identify high-performing structures as quickly as possible. Our main contribution is to introduce and evaluate a new learning-to-search framework for this problem called L2S-DISCO. The key insight is to employ search procedures guided by control knowledge at each step to select the next structure and to improve the control knowledge as new function evaluations are observed. We provide a concrete instantiation of L2S-DISCO for local search procedure and empirically evaluate it on diverse real-world benchmarks. Results show the efficacy of L2S-DISCO over state-of-the-art algorithms in solving complex optimization problems.


2019 ◽  
Vol 11 (21) ◽  
pp. 6055 ◽  
Author(s):  
Bo Peng ◽  
Yuan Zhang ◽  
Yuvraj Gajpal ◽  
Xiding Chen

The green vehicle routing problem is a variation of the classic vehicle routing problem in which the transportation fleet is composed of electric vehicles with limited autonomy in need of recharge during their duties. As an NP-hard problem, this problem is very difficult to solve. In this paper, we first propose a memetic algorithm (MA)—a population-based algorithm—to tackle this problem. To be more specific, we incorporate an adaptive local search procedure based on a reward and punishment mechanism inspired by reinforcement learning to effectively manage the multiple neighborhood moves and guide the search, an effective backbone-based crossover operator to generate the feasible child solutions to obtain a better trade-off between intensification and diversification of the search, and a longest common subsequence-based population updating strategy to effectively manage the population. The purpose of this research is to propose a highly effective heuristic for solving the green vehicle routing problem and bring new ideas for this type of problem. Experimental results show that our algorithm is highly effective in comparison with the current state-of-the-art algorithms. In particular, our algorithm is able to find the best solutions for 84 out of the 92 instances. Key component of the approach is analyzed to evaluate its impact on the proposed algorithm and to identify the appropriate search mechanism for this type of problem.


Sign in / Sign up

Export Citation Format

Share Document