The work presented in this paper is focused on the resolution of a real-world drugs distribution problem with pharmacological waste collection. With the aim of properly meeting all the real-world restrictions that comprise this complex problem, we have modeled it as a multi-attribute or rich vehicle routing problem (RVRP). The problem has been modeled as a Clustered Vehicle Routing Problem with Pickups and Deliveries, Asymmetric Variable Costs, Forbidden Roads and Cost Constraints. To the best of authors knowledge, this is the first time that such a RVRP problem is tackled in the literature. For this reason, a benchmark composed of 24 datasets, from 60 to 1000 customers, has also been designed. For the developing of this benchmark, we have used real geographical positions located in Bizkaia, Spain. Furthermore, for the proper dealing of the proposed RVRP, we have developed a Discrete and Improved Bat Algorithm (DaIBA). The main feature of this adaptation is the use of the well-known Hamming Distance to calculate the differences between the bats. An effective improvement has been also contemplated for the proposed DaIBA, which consists on the existence of two different neighborhood structures, which are explored depending on the bat's distance regarding the best individual of the swarm. For the experimentation, we have compared the performance of our presented DaIBA with three additional approaches: an evolutionary algorithm, an evolutionary simulated annealing and a firefly algorithm. Additionally, with the intention of obtaining rigorous conclusions, two different statistical tests have been conducted: the Friedman's non-parametric test and the Holm's post-hoc test. Furthermore, an additional experimentation has been performed in terms of convergence. Finally, the obtained outcomes conclude that the proposed DaIBA is a promising technique for addressing the designed problem.
No abstract is provided for this article.
Hankel matrix systems often arise in many problems of signal analysis. Toeplitz matrix systems is a special case of a Hankel matrix equations. Both the auto-correlation and the covariance matrix equations are different forms of the Hankel matrix equations. Trench has developed a direct method that can solve Hankel matrix equations in θ(N <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> ) operations. In this paper, we propose an alternate algorithm. This new method is a combination of the FFT and the conjugate gradient method. The advantage of this new approach is that it is computationally robust to highly ill-conditioned and even singular matrix equations. Preliminary results indicated that for very large complex Toeplitz matrix equations, the CPU time is proportional to N as the number of unknowns as increased, as opposed to N <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> for conventional methods.
Design problems in industrial engineering often involve a large number of design variables with multiple objectives, under complex nonlinear constraints. The algorithms for multiobjective problems can be significantly different from the methods for single objective optimization. To find the Pareto front and non-dominated set for a nonlinear multiobjective optimization problem may require significant computing effort, even for seemingly simple problems. Metaheuristic algorithms start to show their advantages in dealing with multiobjective optimization. In this paper, we extend the recently developed firefly algorithm to solve multiobjective optimization problems. We validate the proposed approach using a selected subset of test functions and then apply it to solve design optimization benchmarks. We will discuss our results and provide topics for further research.
Constrained multi-objective optimization problems exist widely in real-world applications, and they involve a simultaneous optimization of multiple and often conflicting objectives subject to several equality and/or inequality constraints. To deal with these problems, a crucial issue is how to handle constraints effectively. This paper proposes a simple yet effective constrained decomposition-based multi-objective evolutionary algorithm. In the proposal, the evolutionary process is divided into two stages in which constraints are handled differently. In the first stage, constraints are totally ignored and the population is pulled toward the unconstrained Pareto-optimal front (PF) by optimizing objectives only. This can help the proposed algorithm handle well problems with the following features, i.e., the constrained PF has an intersection with the unconstrained counterpart, and there are infeasible regions blocking the way of convergence. In the second stage, with the purpose of approximating the constrained PF well,constraint satisfaction is emphasized over objective minimization.Moreover, different evolutionary frameworks are adopted in the two stages to promote the performance of the algorithm as much as possible. The proposed algorithm is comprehensively compared with several state-of-the-art algorithms on 39 problems (with 266 test instances in total), including one real-world problem (with 36 instances) in search-based software engineering. As shown by the experimental results, the new algorithm performs best on the majority of these problems, particularly on those with the aforementioned features. In summary, the suggested algorithm provides an effective way of handling constrained multi-objective optimization problems.
Key update and residence management have been investigated as an effective solution to cope with desynchronization attacks in mobility management entity (MME) handovers. In this paper, we first analyze the impacts of the key update interval (KUI) and MME residence interval (MRI) on handover processes and their secrecy performance in terms of the number of exposed packets (NEP), signaling overhead rate (SOR), and outage probability of vulnerability (OPV). Specifically, the bounds of the derived NEP and SOR not only capture their behaviors at the boundary of the KUI and MRI, but also show the tradeoff between the NEP and SOR. Additionally, through the analysis of the OPV, it is shown that the handover security can be enhanced by shortening the KUI and the desynchronization attacks can be avoided with high-mobility users. The above facts accordingly motivate us to propose a multi-objective optimization (MO) problem to find the optimal KUI and MRI that minimize both the NEP and SOR subject to the constraint on the OPV. To this end, two scalarization techniques are adapted to transform the proposed MO problem into single-objective optimization problems, i.e., an achievement-function method via fractional programming (FP) and a weighted-sum method. Based on the derived bounds on NEP and SOR, the FP approach can be optimally solved via a simple numerical method. For the weighted-sum method, the firefly algorithm (FA) is utilized to find the optimal solution. The results show that both techniques can solve the proposed MO problem with a significantly reduced searching complexity compared to the conventional heuristic iterative search technique.
No abstract is provided for this article.
No abstract is provided for this article.
The pharmaceutical powder and tableting process is simulated using a combined finite-discrete element method and contact dynamics for irregular-shaped particles. The particle-scale formulation and two-stage contact detection algorithm which has been developed for the proposed method enhances the overall calculation efficiency for particle interaction characteristics. The irregular particle shapes and random sizes are represented as a pseudo-particle assembly having a scaled up geometry but based on the variations of real powder particles. Our simulations show that particle size, shapes and material properties have a significant influence on the behaviour of compaction and deformation. Copyright © 2005 John Wiley & Sons, Ltd.
Pulsating heat pipes (PHP) can be an effcient solution to heat transfer problems in many applications. However, mathematical modelling of a PHP system still has many challenging issues due to the complexity and multiphysics nature of the system. In this paper, we use a simplified mathematical model which can still capture most of the known physics of the two-phase heat transfer system. With appropriate approximations, we can analyze the short-time behaviour of the model and make predictions concerning the startup characteristics. We also solve the full mathematical model using finite difference methods and compare the results with available experimental data. Comparison and simulations show that this model can produce many important features of a real system. Potential improvements and further research topics are also discussed.
In the last few years, metaheuristic-driven optimization has been employed to address deep belief network (DBN) model selection, since it provides simple and elegant solutions in a wide range of applications. In this work, we introduce the well-known cuckoo search to fine-tune DBN parameters and validate its effectiveness by comparing it with harmony search, improved harmony search, and particle swarm optimization. The experimental results have been carried out in two public datasets using DBNs with a different number of layers concerning the task of binary image reconstruction.
Constrained multi-objective optimization problems exist widely in real-world applications, and they involve a simultaneous optimization of multiple and often conflicting objectives subject to several equality and/or inequality constraints. To deal with these problems, a crucial issue is how to handle constraints effectively. This paper proposes a simple yet effective constrained decomposition-based multi-objective evolutionary algorithm. In the proposal, the evolutionary process is divided into two stages in which constraints are handled differently. In the first stage, constraints are totally ignored and the population is pulled toward the unconstrained Pareto-optimal front (PF) by optimizing objectives only. This can help the proposed algorithm handle well problems with the following features, i.e., the constrained PF has an intersection with the unconstrained counterpart, and there are infeasible regions blocking the way of convergence. In the second stage, with the purpose of approximating the constrained PF well,constraint satisfaction is emphasized over objective minimization.Moreover, different evolutionary frameworks are adopted in the two stages to promote the performance of the algorithm as much as possible. The proposed algorithm is comprehensively compared with several state-of-the-art algorithms on 39 problems (with 266 test instances in total), including one real-world problem (with 36 instances) in search-based software engineering. As shown by the experimental results, the new algorithm performs best on the majority of these problems, particularly on those with the aforementioned features. In summary, the suggested algorithm provides an effective way of handling constrained multi-objective optimization problems.
The increasing popularity of metaheuristic algorithms has attracted a great deal of attention in algorithm analysis and performance evaluations. No-free-lunch theorems are of both theoretical and practical importance, while many important studies on convergence analysis of various metaheuristic algorithms have proven to be fruitful. This paper discusses the recent results on no-free-lunch theorems and algorithm convergence, as well as their important implications for algorithm development in practice. Free lunches may exist for certain types of problem. In addition, we will highlight some open problems for further research.
No abstract is provided for this article.
Many metaheuristic algorithms are nature-inspired, and most are population-based. Particle swarm optimization is a good example as an efficient metaheuristic algorithm. Inspired by PSO, many new algorithms have been developed in recent years. For example, firefly algorithm was inspired by the flashing behaviour of fireflies. In this chapter, the authors analyze the standard firefly algorithm and study the chaos-enhanced firefly algorithm with automatic parameter tuning. They first compare the performance of these algorithms and then use them to solve a benchmark design problem in engineering. Results obtained by other methods are compared and analyzed. The authors also discuss some important topics for further research.
This paper studies a non-convex power minimization problem for reconfigurable-intelligent-surfaces-aided communication systems whose constraints are multivariate functions of two independent optimization variables, i.e., active and passive beamforming vectors. A widely adopted alternative optimization (AO) approach approximates the originally non-convex problem by two convex sub-optimization problems where each sub-optimization problem deals with one variable considering the other variable as a constant. The solution for the original problem is obtained by iteratively solving these sub-optimization problems. Although the AO approach converts the original NP-hard optimization problem to two convex sub-problems, the solutions attained by this method may not be the global optimal solution due to the approximation process as well as the inherent non-convexity of the original problem. To overcome the issue, this paper adopts a nature-inspired optimization approach and introduces a novel Firefly algorithm (FA) to simultaneously solve for two independent optimization variables of the originally non-convex optimization problem. Computational complexity analyses are provided for the proposed FA and the AO approaches. Simulation results reveal that the proposed FA approach prevails its AO counterpart in obtaining a better solution for the understudied optimization problem with the same order of computational complexity.