scispace - formally typeset
Open AccessJournal ArticleDOI

A discrete firefly algorithm to solve a rich vehicle routing problem modelling a newspaper distribution system with recycling policy

TLDR
This work has tackled a real-world newspaper distribution problem with recycling policy as an asymmetric and clustered vehicle routing problem with simultaneous pickup and deliveries, variable costs and forbidden paths (AC-VRP-SPDVCFP), which is the first study of such a problem in the literature.
Abstract
A real-world newspaper distribution problem with recycling policy is tackled in this work. To meet all the complex restrictions contained in such a problem, it has been modeled as a rich vehicle routing problem, which can be more specifically considered as an asymmetric and clustered vehicle routing problem with simultaneous pickup and deliveries, variable costs and forbidden paths (AC-VRP-SPDVCFP). This is the first study of such a problem in the literature. For this reason, a benchmark composed by 15 instances has been also proposed. In the design of this benchmark, real geographical positions have been used, located in the province of Bizkaia, Spain. For the proper treatment of this AC-VRP-SPDVCFP, a discrete firefly algorithm (DFA) has been developed. This application is the first application of the firefly algorithm to any rich vehicle routing problem. To prove that the proposed DFA is a promising technique, its performance has been compared with two other well-known techniques: an evolutionary algorithm and an evolutionary simulated annealing. Our results have shown that the DFA has outperformed these two classic meta-heuristics.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

An improved ant colony optimization algorithm for the multi-depot green vehicle routing problem with multiple objectives

TL;DR: A multi-depot green vehicle routing problem (MDGVRP) is developed by maximizing revenue and minimizing costs, time and emission, and an improved ant colony optimization (IACO) algorithm is applied that aims to efficiently solve the problem.
Journal ArticleDOI

Nature-Inspired Optimization Algorithms: Challenges and Open Problems.

TL;DR: In this paper, the authors provide an in-depth review of some recent nature-inspired algorithms with the emphasis on their search mechanisms and mathematical foundations, identifying some challenging issues and five open problems concerning the analysis of algorithmic convergence and stability.
Journal ArticleDOI

A hybrid of ant colony and firefly algorithms (HAFA) for solving vehicle routing problems

TL;DR: A hybrid algorithm namely HAFA, which incorporates certain aspects of firefly optimization and ant colony system algorithms for solving a class of vehicle routing problems, demonstrates the superiority of proposed approach over other existing FA based approaches for solving such type of discrete optimization problems.
BookDOI

Nature-Inspired Algorithms and Applied Optimization

Xin-She Yang
TL;DR: This work intends to analyze nature-inspired algorithms both qualitatively and quantitatively, and briefly outline the links between self-organization and algorithms, and then analyze algorithms using Markov chain theory, dynamic system and other methods.
Journal ArticleDOI

An improved hybrid firefly algorithm for capacitated vehicle routing problem

TL;DR: A new hybrid FA is proposed, called CVRP-FA, to solve capacitated vehicle routing problem, which is integrated with two types of local search and genetic operators to enhance the solution’s quality and accelerate the convergence.
References
More filters
Book

Genetic algorithms in search, optimization, and machine learning

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.
Journal ArticleDOI

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.
Proceedings ArticleDOI

Particle swarm optimization

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.
Journal ArticleDOI

Tabu Search—Part II

TL;DR: The elements of staged search and structured move sets are characterized, which bear on the issue of finiteness, and new dynamic strategies for managing tabu lists are introduced, allowing fuller exploitation of underlying evaluation functions.
Journal ArticleDOI

A New Heuristic Optimization Algorithm: Harmony Search

TL;DR: A new heuristic algorithm, mimicking the improvisation of music players, has been developed and named Harmony Search (HS), which is illustrated with a traveling salesman problem (TSP), a specific academic optimization problem, and a least-cost pipe network design problem.
Frequently Asked Questions (10)
Q1. What are the contributions mentioned in the paper "A discrete firefly algorithm to solve a rich vehicle routing problem modelling a newspaper distribution system with recycling policy" ?

A real-world newspaper distribution problem with recycling policy is tackled in this work. This is the first study of such a problem in the literature. To prove that the proposed DFA is a promising technique, its performance has been compared with two other well-known techniques: an evolutionary algorithm and an evolutionary simulated annealing. 

As for future work, it is intended to extend the application of the DFA to other complex real-world situations, related to transportation and logistics. Various improvements will be investigate so as to see if the results shown in this work for the AC-VRP-SPDVCFP can be improved. 

Taking into account that the confidence interval has been stated at the 99% confidence level, the critical point in a χ2 distribution with 2 degrees of freedom is 9.21. 

the ACVRP-SPDVCFP is a minimization problem, in which the fireflies with a lower objective function value are the most attractive ones. 

With the above assumptions and simplifications, the proposed AC-VRP-SPDVCFP is an R-VRP, whose objective is to find a set of r routes, trying to minimize the total cost of the complete solution, and taking into account the two different kinds of nodes, respecting the restrictions of the clusters and vehicles capacities (Q) and not traveling through any forbidden path. 

The presented AC-VRP-SPDVCFP can be defined on a complete graph G = (V,A) where V = {v0, v1, . . . , vn} is the set of vertices which represent the nodes of the system. 

First of all, the attractiveness of a firefly is determined by its light intensity, and it can be calculated using this formula:β(r) = β0e −γr2 (20) 

Analyzing this data, and taking into account that all the p-values are lower than 0.05, it can be concluded that DFA is significantly better than ESA and EA at a 95% confidence level. 

To evaluate the statistical significance of the better performance of DFA, the Holm’s post-hoc test has been conducted using DFA as control algorithm. 

In [23], for example, a hybrid genetic algorithm is presented for solving a large class of vehicle routing problems with time-windows.