paper-with-me

Papers

A GRASP-based memetic algorithm with path relinking for the far from most string problem

2024-05-27 · José E. Gallardo, Carlos Cotta

The FAR FROM MOST STRING PROBLEM (FFMSP) is a string selection problem. The objective is to find a string whose distance to other strings in a certain input set is above a given threshold for as many of those strings as possible. This problem has links with some tasks in computational biology and its resolution has been shown to be very hard. We propose a memetic algorithm (MA) to tackle the FFMSP. This MA exploits a heuristic objective function for the problem and features initialization of the population via a Greedy Randomized Adaptive Search Procedure (GRASP) metaheuristic, intensive recombination via path relinking and local improvement via hill climbing. An extensive empirical evaluation using problem instances of both random and biological origin is done to assess parameter sensitivity and draw performance comparisons with other state-of-the-art techniques. The MA is shown to perform better than these latter techniques with statistical significance.

📄 PDF Abstract BibTeX arXiv:2406.07567

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Metaheuristic Algorithm for Large Maximum Weight Independent Set Problems

2022-03-28 · Yuanyuan Dong, Andrew V. Goldberg, Alexander Noe, Nikos Parotsidis 외

Motivated by a real-world vehicle routing application, we consider the maximum-weight independent set problem: Given a node-weighted graph, find a set of independent (mutually nonadjacent) nodes whose node-weight sum is …

An Iterative Path-Breaking Approach with Mutation and Restart Strategies for the MAX-SAT Problem

2018-08-10 · Zhen-Xing Xu, Kun He, Chu-min Li

Although Path-Relinking is an effective local search method for many combinatorial optimization problems, its application is not straightforward in solving the MAX-SAT, an optimization variant of the satisfiability probl…

Combinatorial Optimization

Randomized Memetic Artificial Bee Colony Algorithm

2014-08-01 · Sandeep Kumar, Vivek Kumar Sharma, Rajani Kumari

Artificial Bee Colony (ABC) optimization algorithm is one of the recent population based probabilistic approach developed for global optimization. ABC is simple and has been showed significant improvement over other Natu…

global-optimization

Safe to Check, Unsafe to Use: Relinking at the Compression Boundary of LLM Agents

2026-06-19 · Zesen Liu, Zihan Zhang, Dongdong She arxiv

Summarization-based prompt compression is increasingly used by LLM agents to shorten long, distributed contexts, but it shifts the security boundary: filters inspect the pre-compression prompt while the backend acts on a…

A Memetic Algorithm Based on Breakout Local Search for the Generalized Travelling Salesman Problem

2019-10-19 · Mehdi El Krari, Belaïd Ahiod

The Travelling Salesman Problem (TSP) is one of the most popular Combinatorial Optimization Problem. It is well solicited for the large variety of applications that it can solve, but also for its difficulty to find optim…

Combinatorial Optimization