Redirigiendo al acceso original de articulo en 16 segundos...
Inicio  /  Algorithms  /  Vol: 13 Par: 11 (2020)  /  Artículo
ARTÍCULO
TITULO

Finding the Best 3-OPT Move in Subcubic Time

Giuseppe Lancia and Marcello Dalpasso    

Resumen

Given a Traveling Salesman Problem solution, the best 3-OPT move requires us to remove three edges and replace them with three new ones so as to shorten the tour as much as possible. No worst-case algorithm better than the T(??3) T ( n 3 ) enumeration of all triples is likely to exist for this problem, but algorithms with average case ??(??3-??) O ( n 3 - ? ) are not ruled out. In this paper we describe a strategy for 3-OPT optimization which can find the best move by looking only at a fraction of all possible moves. We extend our approach also to some other types of cubic moves, such as some special 6-OPT and 5-OPT moves. Empirical evidence shows that our algorithm runs in average subcubic time (upper bounded by ??(??2.5) O ( n 2.5 ) ) on a wide class of random graphs as well as Traveling Salesman Problem Library (TSPLIB) instances.

 Artículos similares

       
 
Adekunle Rotimi Adekoya and Mardé Helbig    
Dynamic multi-objective optimization problems (DMOPs) are optimization problems where elements of the problems, such as the objective functions and/or constraints, change with time. These problems are characterized by two or more objective functions, whe... ver más
Revista: Algorithms

 
Zhipeng Zhang, Shengquan Liu and Jianming Cheng    
In recent years, large-scale pretrained language models have become widely used in natural language processing tasks. On this basis, prompt learning has achieved excellent performance in specific few-shot classification scenarios. The core idea of prompt... ver más
Revista: Applied Sciences

 
Henri Pörhö, Jani Tomperi, Aki Sorsa, Esko Juuso, Jari Ruuska and Mika Ruusunen    
The aim of wastewater treatment plants (WWTPs) is to clean wastewater before it is discharged into the environment. Real-time monitoring and control will become more essential as the regulations for effluent discharges are likely to become stricter in th... ver más
Revista: Applied Sciences

 
Rahmeh Ibrahim, Rawan Ghnemat and Qasem Abu Al-Haija    
Convolutional Neural Networks (CNNs) have exhibited remarkable potential in effectively tackling the intricate task of classifying MRI images, specifically in Alzheimer?s disease detection and brain tumor identification. While CNNs optimize their paramet... ver más
Revista: AI

 
Mridul Agarwal, Vaneet Aggarwal, Arnob Ghosh and Nilay Tiwari    
Stochastic games provide a framework for interactions among multiple agents and enable a myriad of applications. In these games, agents decide on actions simultaneously. After taking an action, the state of every agent updates to the next state, and each... ver más
Revista: Algorithms