Search results for "metaheuristic"

showing 10 items of 153 documents

Towards Multilevel Ant Colony Optimisation for the Euclidean Symmetric Traveling Salesman Problem

2015

Ant Colony Optimization ACO metaheuristic is one of the best known examples of swarm intelligence systems in which researchers study the foraging behavior of bees, ants and other social insects in order to solve combinatorial optimization problems. In this paper, a multilevel Ant Colony Optimization MLV-ACO for solving the traveling salesman problem is proposed, by using a multilevel process operating in a coarse-to-fine strategy. This strategy involves recursive coarsening to create a hierarchy of increasingly smaller and coarser versions of the original problem. The heart of the approach is grouping the variables that are part of the problem into clusters, which is repeated until the size…

Mathematical optimizationComputer scienceAnt colony optimization algorithmsMathematicsofComputing_NUMERICALANALYSISMemetic algorithmAnt colony2-optComputingMethodologies_ARTIFICIALINTELLIGENCESwarm intelligenceMetaheuristicTravelling salesman problemParallel metaheuristic
researchProduct

Heuristics for the capacitated dispersion problem

2020

Mathematical optimizationComputer scienceManagement of Technology and InnovationStrategy and ManagementDispersion (optics)Combinatorial optimizationManagement Science and Operations ResearchBusiness and International ManagementHeuristicsMetaheuristicComputer Science ApplicationsInternational Transactions in Operational Research
researchProduct

An open-source GA framework for optimizing the seismic upgrading design of RC frames through BRBs

2022

Abstract Optimizing seismic upgrading interventions in reinforced concrete (RC) structures is a difficult task, due to the inner non-linearity of the analyses usually performed. Additionally, it is well known that the displacement demand to the structure depends from the mass and stiffness of the system, and consequently its definition cannot be made a-priori. This paper presents the application of a soft-computing method -i.e. Genetic Algorithm (GA)- for the shaping optimization of code-compliant seismic upgrading interventions on plane RC frames through Buckling-Restrained Braces (BRB). The metaheuristic procedure allows to minimize the cost while ensuring the required safety level, witho…

Mathematical optimizationComputer scienceMonte Carlo methodCrossoverStability (learning theory)StiffnessPython (programming language)Settore ICAR/09 - Tecnica Delle CostruzioniGenetic algorithmMutation (genetic algorithm)medicineBRB Genetic algorithm Optimization Seismic upgradingmedicine.symptomcomputerMetaheuristicCivil and Structural Engineeringcomputer.programming_languageEngineering Structures
researchProduct

A Simple Metaheuristic for the FleetSize and Mix Problem with TimeWindows

2017

This paper presents a powerful new single-parameter metaheuristic to solve the Fleet Size and Mix Vehicle Routing Problem with Time Windows. The key idea of the new metaheuristic is to perform a random number of random-sized jumps in random order through four well-known local search operators. Computational testing on the 600 large-scale benchmarks of Bräysy et al. (Expert Syst Appl 36(4):8460–8475, 2009) show that the new metaheuristic outperforms previous best approaches, finding 533 new best-known solutions. Despite the significant number of random components, it is demonstrated that the variance of the results is rather low. Moreover, the suggested metaheuristic is shown to scale almost…

Mathematical optimizationComputer scienceSimple (abstract algebra)business.industryVehicle routing problemKey (cryptography)Scale (descriptive set theory)Local search (optimization)Variance (accounting)businessMetaheuristicParallel metaheuristic
researchProduct

Vehicle Routing Problem with Time Windows, Part II: Metaheuristics

2005

This paper surveys the research on the metaheuristics for the Vehicle Routing Problem with Time Windows (VRPTW). The VRPTW can be described as the problem of designing least cost routes from one depot to a set of geographically scattered points. The routes must be designed in such a way that each point is visited only once by exactly one vehicle within a given time interval; all routes start and end at the depot, and the total demands of all points on one particular route must not exceed the capacity of the vehicle. Metaheuristics are general solution procedures that explore the solution space to identify good solutions and often embed some of the standard route construction and improvemen…

Mathematical optimizationComputer scienceVehicle routing problemGenetic algorithmBenchmark (computing)TransportationInterval (mathematics)Routing (electronic design automation)HeuristicsMetaheuristicTabu searchCivil and Structural EngineeringTransportation Science
researchProduct

Vehicle Routing Problem with Time Windows, Part I: Route Construction and Local Search Algorithms

2005

This paper presents a survey of the research on the vehicle routing problem with time windows (VRPTW). The VRPTW can be described as the problem of designing least cost routes from one depot to a set of geographically scattered points. The routes must be designed in such a way that each point is visited only once by exactly one vehicle within a given time interval, all routes start and end at the depot, and the total demands of all points on one particular route must not exceed the capacity of the vehicle. Both traditional heuristic route construction methods and recent local search algorithms are examined. The basic features of each method are described, and experimental results for Solom…

Mathematical optimizationComputer sciencebusiness.industryHeuristic (computer science)TransportationTabu searchGenetic algorithmVehicle routing problemBenchmark (computing)Local search (optimization)Routing (electronic design automation)businessAlgorithmMetaheuristicCivil and Structural EngineeringTransportation Science
researchProduct

Reactive GRASP for the strip-packing problem

2008

This paper presents a greedy randomized adaptive search procedure (GRASP) for the strip packing problem, which is the problem of placing a set of rectangular pieces into a strip of a given width and infinite height so as to minimize the required height. We investigate several strategies for the constructive and improvement phases and several choices for critical search parameters. We perform extensive computational experiments with well-known instances which have been previously reported, first to select the best alternatives and then to compare the efficiency of our algorithm with other procedures. The results show that the GRASP algorithm outperforms recently reported metaheuristics.

Mathematical optimizationGeneral Computer ScienceBin packing problemGRASPManagement Science and Operations ResearchRandomized algorithmCutting stock problemModeling and SimulationCombinatorial optimizationGreedy algorithmMetaheuristicAlgorithmGreedy randomized adaptive search procedureMathematicsComputers & Operations Research
researchProduct

Heuristics for the Mixed Rural Postman Problem

2000

Abstract The Rural Postman Problem on a mixed graph (MRPP) consists of finding a minimum cost tour which traverses, at least once, the arcs and edges of a given subset of the arcs and edges of the graph. This problem is known to be NP-hard. This paper presents two heuristic approaches to solve it. An approximate algorithm based on the resolution of some flow and matching problems and a tabu search implementation is presented. The tabu search algorithm seeks high-quality tours by means of a switching mechanism in an intensification phase and two levels of diversification. Computational results are presented to assess the merits of the method. Scope and purpose Routing Problems arise in sever…

Mathematical optimizationGeneral Computer ScienceComputer scienceHeuristicMixed graphManagement Science and Operations ResearchFlow networkGraphTabu searchRoute inspection problemModeling and SimulationGraph (abstract data type)HeuristicsArc routingMetaheuristicComputers & Operations Research
researchProduct

An efficient variable neighborhood search heuristic for very large scale vehicle routing problems

2007

In this paper, we present an efficient variable neighborhood search heuristic for the capacitated vehicle routing problem. The objective is to design least cost routes for a fleet of identically capacitated vehicles to service geographically scattered customers with known demands. The variable neighborhood search procedure is used to guide a set of standard improvement heuristics. In addition, a strategy reminiscent of the guided local search metaheuristic is used to help escape local minima. The developed solution method is specifically aimed at solving very large scale real-life vehicle routing problems. To speed up the method and cut down memory usage, new implementation concepts are use…

Mathematical optimizationGeneral Computer ScienceHeuristic (computer science)HeuristicComputer sciencebusiness.industryManagement Science and Operations ResearchModeling and SimulationVehicle routing problemGuided Local SearchLocal search (optimization)Routing (electronic design automation)HeuristicsbusinessMetaheuristicVariable neighborhood searchComputers & Operations Research
researchProduct

Active-guided evolution strategies for large-scale capacitated vehicle routing problems

2007

We present an adaptation of the active-guided evolution strategies metaheuristic for the capacitated vehicle routing problem. The capacitated vehicle routing problem is a classical problem in operations research in which a set of minimum total cost routes must be determined for a fleet of identical capacitated vehicles in order to service a number of demand or supply points. The applied metaheuristic combines the strengths of the well-known guided local search and evolution strategies metaheuristics into an iterative two-stage procedure. The computational experiments were carried out on a set of 76 benchmark problems. The results demonstrate that the suggested method is highly competitive, …

Mathematical optimizationGeneral Computer ScienceOperations researchIterative methodbusiness.industryComputer scienceManagement Science and Operations ResearchModeling and SimulationVehicle routing problemBenchmark (computing)Guided Local SearchLocal search (optimization)Routing (electronic design automation)HeuristicsbusinessMetaheuristicComputers & Operations Research
researchProduct