Performance Analyses on ODV-EV Technique for Capacitated Vehicle Routing Problem using Genetic Algorithm

Size: px
Start display at page:

Download "Performance Analyses on ODV-EV Technique for Capacitated Vehicle Routing Problem using Genetic Algorithm"

Transcription

1 Performance Analyses on ODV-EV Technique for Capacitated Vehicle Routing Problem using Genetic Algorithm A. Ramalingam 1 and K. Vivekanandan 2 1 Department of MCA, Sri Manakula Vinayagar Engineering College, Puducherry, India. 2 Department of CSE, Pondicherry Engineering College, Puducherry, India. 1 a.ramalingam@smvec.ac.in, 2 k.vivekanandan@pec.edu Abstract The Capacitated Vehicle Routing Problem (CVRP) is an extension of classical VRP. The objective of the CVRP is to minimize the distance with an additional constraint that every vehicle has to sustain the capacity of the vehicle. Although several techniques have been proposed to solve CVRP and it is rare to find a specific technique to adopt for this problem, in addition to that the models are complex. As CVRP is NP-complete problem, optimization methods may be difficult to solve these problems, furthermore, it is observed that the results also inadequate to explore for real world enlargements. Therefore solution to the CVRP is obtained through Genetic Algorithm (GA) which is based on heuristic approach. The traditional GA with Random and Nearest Neighbour population seeding techniques having poor fitness individuals causes long time to converge to the optimal solutions. In this paper, we analyse the performance of Random and Nearest Neighbour population seeding techniques in terms of convergence rate, error rate and convergence diversity with proposed Equi-begin with Variablediversity (EV) technique for Capacitated Vehicle Routing Problem (CVRP) using Genetic Algorithm. Experimental results are carried out using the CVRP benchmark instances obtained from the VRPLIB were experimented using MATLAB software. Keyword Genetic Algorithms, Capacitated Vehicle Routing Problem, EV Population Seeding Technique, Performance Analysis, VRPLIB, MATLAB. I. INTRODUCTION A typical Vehicle Routing Problem (VRP) can be desired as the problem of designing minimum cost routes from one depot to a set of geographically scattered points (cities, stores, warehouses, schools, customers and so on). The routes must be designed in such a way that each point is visited only once by exactly one vehicle, all routes start and end at the depot, and the total demands of all points on one route must not exceed the capacity of the vehicle [1]. It is quite close to one of the most famous combinatorial optimization problems, Travelling Salesperson Problem (TSP), where only one person has to visit all the customers [2-5]. A Capacitated Vehicle Routing Problem (CVRP) is like VRP with an additional constraint that every vehicle must have uniform capacity of a single commodity. The Objective is to minimize the vehicle fleet, the sum of travel time, and the total demand of commodities for each route may not exceed the capacity of the vehicle which serves that route. A solution is feasible if the total quantity assigned to each route does not exceed the capacity of the vehicle which services the route. In GA, the population consists of a set of solutions or individuals instead of chromosomes. A Crossover operator plays the role of reproduction and a mutation operator is assigned to make random changes in the solutions [4,8,9]. Genetic Algorithms (GA) is based on a parallel search mechanism, which makes it more efficient than other classical optimization techniques such as branch and bound, Tabu search method and simulated annealing etc. The basic idea of GA is to maintain a population of candidate solutions that evolves under selective pressure [4, 5, 15, 16]. In this paper we compare other population seeding technique such as Random population seeding technique and Nearest Neighbour with the novel Ordered Distance Vector A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 173

2 C2 Route 2 C3 C4 5 8 C1 Depot (C0) Route 3 C5 3 Route 1 C7 C6 2 2 Route 1 Route 2 Route 3 C1, C2, C3, C4, C5, C6, C7 Customers and corresponding demands δ= Capacity of the Vehicle Fig 1. A solution for CVRP with 7 customers and demands (ODV) based EV Technique, the comparison is done to find the best initial population technique which plays an imperative role in finding optimal solution [4,12, 15, 17]. II. CVRP - MODEL AND EXPLANATION In this model, the standard CVRP is considered that the set of vehicles with identical capacity has to visit a set of customers in order to minimize the total travelled distance. At any point the maximum capacity of the vehicle should not exceed the demands of the customer in the current route [15,16]. The CVRP is a variant of VRP, let be a complete undirected graph, where is the vertex set, and are expressed as is an edge set. They and Let be used as the set of customers, represent the depot. The Demand / quantity of goods requested by each customer, is associated with the corresponding vertex [15,16]. Let is non-negative distance, travel time or cost matrix between customers and. Furthermore, a set of homogeneous vehicles originate from a single depot, let signifies the capacity of a vehicle. Consider a problem size with 7 customers and corresponding demands as shown in the Fig 1. The objective of CVRP is that the vehicles have to start from the depot and visit the customer one by one in order to minimize the total distance [4,15,16]. Suppose total demand of all the customers in the route exceeds the total capacity of the vehicle then the route has to be aborted, the vehicle requisite to return the depot [4,13,15]. From the depot the vehicle has starts a different route to visit the unvisited customers and this progression is continued to visit all the customers exactly once. In the above example show, the vehicle has to start the route from the depot and has to visit the next customer which is, before visiting the customer verify the condition that the total demand of the customers has exceed the vehicle the total capacity (i.e.). A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 174

3 At this moment, if the condition has satisfied the vehicle has to abort the route else add the demand of current customer in total demand and visit the next customer. Likewise, vehicle has to visit the next customer which is from the current customer, before that verify the condition that the vehicle has exceed the total capacity(i.e.). Succeeded by the previous stage, the vehicle has to visit the next customer, however while checking the condition has violated. Hence it is obvious that the vehicle has to abort the route and departure to the depot. The current route has moved to the individual, same procedure is repeated until the possible routes has been generated for number of customers and in this example have got three routes that are all relocated to the individual. It has not ensured that the individuals in the population yield the optimal solution to the problem. Based on the genetic operations the individuals in the populations are improved, for that different process should be provided. III. ALGORITHM DESIGN AND DEVELOPMENT A Genetic Algorithm (GA) has been proposed to solve the CVRP. However, different genetic operators applied to improve the efficiency of the CVRP of the population in each generation. In genetic algorithm, various population seeding techniques are applied to generate the initial population. Furthermore, the various population seeding techniques are altered based on the problem and applied with the enhanced GA. A. Selection Even though, the optimal solutions have been determined for each generation, due to the genetic operations there is a possibility of destroying that optimal solution in next generation [4,6,]. Consequently, the preservation of optimal solutions, has compulsory, thus the total cost of each individual in the population is determined w.r.t to the objective function [11,14,18]. The individuals those having least distance are selected as an elitist individual based on the elitist rate [4,5]. The elitist individuals are passed succeeding generation without any modification of additional genetic operations. B. Crossover The crossover process is completed through greedy crossover [4,5]. In crossover, choose any two random Parent individuals from the whole population. The leading customer in the parent individual is moved and Assign to the offspring individual current customer[4,5,]. Now estimate the position of the current customer in both the parent individuals and then detect the right side and left side customer to the current customer in both the parent individuals. Note that, if the position of current customer is beginning customer then the position of left customer to the current customer is last customer in the individual and if the position of current customer is last customer then the position of Right customer to the current customer is last customer. C. Mutation Ultimately, it is valuable to have a Mutation process, Generate two random locations of the customer in the individual, which is having same demand and then swap the customers in the offspring individual in their respective positions and vice versa. Succeeded by mutation process offspring individual to have been displaced to the population set, execute this process till the population makes the maximum population size. Evaluate the total cost for all the individuals from the whole population, it is mandatory to add the depot at the beginning and the end of the each route in the individuals while calculating the cost[4,5,16]. A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 175

4 A generalized equation for calculating the cost of the routes present in all the individuals. However, the objective of CVRP is that to minimize the cost of the total cost of the routes present in the individuals with a single constraint the total demand of the route should not exceed the limit of the capacity of the vehicle[3,4,6]. The objective function has derived from the generalized equation and it is described below: The cost of all the routes are estimating, The solution cost of the problem / individuals are Estimating, and the objective function of the problem is,. Using these equations the fitness of each individual is calculated and the individual having least total cost is selected as best individual then analyzed with various performance factors. IV. POPULATION SEEDING TECHNIQUES In this section, a brief description on other population seeding techniques such as Random and Nearest Neighbor has been studied and both the techniques are compared with Ordered Distance Vector (ODV) based EV technique. A. Random Initialization Technique In this technique, randomly a finite set of individuals which are generated by choosing random adjacent cities is called a population. To improve the search space exploration an uniform random number generator has been used. A variety of random number generation techniques have been proposed such as quasi random, sobol random and uniform random sequence [6,7,8].The time taken to generate the initial population is less in random population seeding technique. B. Nearest Neighbor Technique Nearest neighbor (NN) tour construction heuristic is a common choice[4], in alternative for random population initialization, to construct the initial population. In NN technique, individuals in the population seeding are constructed that the gene y can be selected as adjacent gene for the gene x such that it would be the nearest unallocated gene of the individual of gene x. C. ODV based Equi-begin with Variable diversity (EV) Technique An effective population initialization technique are also used to initialize the initial population, since the starting customer is fixed in our proposal, subsequently The EV (Equi-begin with Variable diversity) based ODV (Ordered Distance Vector) population seeding technique based on the ODV matrix is used. In ODV the customers are organized based on the distance that is calculated by the permutation of customers [4,16]. The ODV of a is, Then, For each customer, the ODV generates corresponding least distance customers in sorted order and rank the customers based on the distance, then it will moved to the ODM (Ordered Division Matrix) that is given by matrix, A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 176

5 BEST CONVERGENCE RATE International Journal of Engineering Science Invention Research & Development; Vol. I Issue V November 2014 a) Equi-begin ( ) The starting customer of the each individual is always same (i.e.) is fixed for all the individuals in the population. In our application, the starting customer of the individuals is fixed so we are applying this method.[15,16] b) Variable diversity ( ) The Next customer in the individual is added based on the value, is an integer that selected within the range of best adjacent ( value. The customer in the position of bax value is moved to the next customer location of the individual.[15,16] V. EXPERIMENTATION AND RESULT ANALYSIS All the implementations are carried out using MATLAB with CVRP benchmark datasets obtained from VRPLIB ( / vrp/ vrpinstances / capacitated vrp instances/). The CVPR instances that have been chosen for the experimentation are A-n39-k5, B-n50-k7, A-n60-k9, P-n70- k and P-n76-k5. For each technique, the executions are carried out for 25 times and the average of each case has been considered for experimental analyses. A. Convergence rate The convergence rate is one of the important performance analysis factor in GA, Convergence Rate of an individual refers to the supremacy of the individual with respect to the known optimal solution for the problem The Fig.2 shows that the Best Convergence Rate of the all the population seeding techniques. The EV technique has showed extraordinary performance for all the instances when compared to other population seeding techniques. The A-n39-k5 is exposed the higher convergence rate for ODV-EV Technique and P-n76-k5 has the lowest convergence rate in NN technique. The performance of random technique is unpredictable; it varies for all the instances which is shown in Table I. EV NN RANDOM INSTANCES Fig 2. Best Convergence Solutions Generated by EV A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 177

6 BEST ERROR RATE International Journal of Engineering Science Invention Research & Development; Vol. I Issue V November 2014 B. Error rate Best error rate is one of the main performance analysis factors in transportation, and logistics problems, which indirectly shows the quality of the individual in the population. The Error rate is indirectly proportional to convergence rate, Fig 3. shows the error rate of the best individuals in the population. The best individuals in random technique has showed lower performance in convergence rate, this reviles that the random technique has the highest error rate for the entire instance when compared with other techniques which is showed in Fig 3. NN technique has the next highest error rate then the random technique and the error rate increase with increase in number of customer for the corresponding instances. The EV technique has the lowest error rate for the entire instance which is shown in Table III C. Convergence Diversity The maintenance of a diverse solution in the population is required to ensure that the solution space is effectively searched, especially in the earlier stages of the optimization process. Population Diversity is considered as the primary reason for premature convergence. Fig. 4 shows the Convergence diversity of ODV-EV techniques reviled good result for most of the instances and the random technique exposed poor performance with respective to convergence diversity except for the instance B-n50-k7. The performance of NN technique is better when compared to the Random technique is shown in Table II. D. Computation time Fig.5 significantly proves that the computation time increases as increase with the problem instances, each technique has its own computation time for every problem instances. From the Fig. 5, it is clearly observable that the instance A-n39- k5 has the lowest computation time and P- n76-k5 has the highest computation time. The results of ODV-EV Technique with different CVRP instances is illustrates in Table III, the overall computation time of all the instances ranges from to The performance of ODV-EV with respective to computation time is better for most of the instances when compared to other two techniques and then the Nearest Neighbor technique showed decent computation time. 30 EV NN RANDOM Fig 3. Best Error Rate Solutions Generated by EV INSTANCES A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 178

7 TIME DIVERSITY International Journal of Engineering Science Invention Research & Development; Vol. I Issue V November EV NN RANDOM A-n39-k5 B-n50-k7 A-n60-k9 P-n70-k P-n76-k5 INSTANCES Fig 4. Convergence Diversity Generated by EV EV NN RANDOM A-n39-k5 B-n50-k7 A-n60-k9 P-n70-k P-n76-k5 INSTANCES Fig 5. Computation Time Generated by EV A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 179

8 TABLE I. Result Analysis of CVRP using Random Technique Sl Instance Optimal Value Capacity Route Time (sec) Quality Solution Convergence Rate (%) Error Rate (%) Best Average Worst Best Average Worst Best Average Worst Diversity 1 A-n39-k B-n50-k A-n60-k P-n70-k P-n76-k TABLE II.Result Analysis of CVRP using NN Technique Sl Instance Optimal Value Capacity Route Time (sec) Quality Solution Convergence Rate (%) Error Rate (%) Best Average Worst Best Average Worst Best Average Worst Diversity 1 A-n39-k p2 B-n50-k A-n60-k P-n70-k P-n76-k TABLE III. Result Analysis of CVRP using ODV-EV Technique Sl Instance Optimal Value Capacity Rou te Time (sec) Quality Solution Convergence Rate (%) Error Rate (%) Best Average Worst Best Average worst Best Average Worst Diversity 1 A-n39-k B-n50-k A-n60-k P-n70-k P-n76-k A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 180

9 VI. CONCLUSION In this paper, the Ordered Distance Vector (ODV) based Equi-begin with Variable diversity (EV) population seeding technique is compared with the other population seeding techniques such as Nearest neighbour and Random seeding technique. The CVRP has been chosen as the test bed and the experiments are performed on different sized CVRP benchmark datasets obtained from VRPLIB. The experimental results obtained using EV technique shows that the proposed EV technique gives the best convergence values obtained from various instances is found to be best for the most of the instances when compared with other techniques. The error rate is also reduced for the most of the instances in EV than the other two techniques with minimum computation time when compared to Random population seeding and Nearest Neighbour technique. We are extending the work also for other instances of VRP to compare and evaluate the performance of the proposed technique. REFERENCES [1] M. Fisher, Vehicle routing. Handbooks of Operations Research and Management Science, chapter 1, 8:1 31, [2] G. Laporte, M. Gendreau, J-Y. Potvin, and F. Semet. Classical and modern heuristics for the vehicle routing problem. International Transactions in Operational Research,7: , [3] E. Falkenauer, A hybrid grouping genetic algorithm for bin packing. Journal of Heuristics, 2:5 30, [4] P.Victer Paul, A.Ramalingam, R. Baskaran and P.Dhavachelvan, K.Vivekanadan, R.Subramanian, V.S.K.Venkatachalapathy, Performance analysis on population seeding technique for genetic algorithms, International Journal of Engineering and Technology, vol.5,no.3, pp , [5] P.Victer Paul, A.Ramalingam, R. Baskaran and P.Dhavachelvan, K.Vivekanadan, R.Subramanian, A new population seeding technique for permutation-coded Genetic Algorithm: Service transfer approach, International journal of Computational Science, Elsevier, 2013, pp [6] yong Xiao, Qiuhong Zhao, Variable neighborhood simulated annealing algorithm for capacitated vehicle routing problems, International journal of engineering optimization, vol.32, pp , [7] Toklu, N.E.,Montemanni, R.,Gambardella, L.M.,"An ant colony system for the capacitated vehicle routing problem with uncertain travel costs", IEEE conference on Swarm Intelligence,pp.32-39,2013. [8] P.Victer Paul, R. Baskaran, P. Dhavachelvan, "A Novel Population Initialization Technique for Genetic Algorithm", IEEE International Conference on Circuit, Power and Computing Technologies (ICCPCT), March 2013, India, pp ISBN: [9] Murat Albayrak and Novruz Allahverdi, "Development a new mutation operator to solve the Traveling Salesman Problem by aid of Genetic Algorithms", Expert Systems with Applications, Issue 38, July 2011, pp , ISSN: [] Semya Elaoud, Jacques Teghem,Taıcir Loukil,"Multiple crossover genetic algorithm for the multi objective traveling salesman problem", Electronic Notes in Discrete Mathematics, Elsevier, Issue 36, pp , May 20, ISSN: [11] You-mei li and fei-long cao, New heuristic algorithm for capacitated p-median problem, IEEE International Conference on Computational Sciences and Optimization, pp , [12] Faulin, J., Juan, A.: The ALGACEA-1 method for the capacitated vehicle routing problem. International Transactions in Operational Research 15(5), 23,pp , [13] Faulin, J., Gilibert, M., Juan, A., Ruiz, R., Vilajosana, X, SR-1: A Simulation-based Algorithm for the Capacitated Vehicle Routing Problem In: Proceedings of the 2008 Winter Simulation Conference. pp [14] M. Shanmugam, M.S. Saleem Basha, P. Victer Paul, P. Dhavachelvan and R. Baskaran, "Performance Assessment over Heuristic Population Seeding Techniques of Genetic Algorithm: Benchmark Analyses on Traveling Salesman Problems", International Journal of Applied Engineering Research (IJAER), Research India Publications, Volume 8, Number (2013) pp , ISSN [15] A. Ramalingam and K. Vivekanandan, Solution Model for Capacitated Vehicle Routing Problem using Genetic Algorithm, 3rd International conference on Advances in Computer Science and Application & Advances in Signal Processing and Communication (CASP 2014), organized by IDES and ACEECom published by RPS, September, 2014, India, doi:.3850/ _p018, ISBN: [16] A. Ramalingam, K. Vivekanandan and J. Sripriya, Effective Population Seeding Technique for Vehicle Routing Problem with Time Windows using Genetic Algorithm, 16th International Conference on Advances on Engineering and Technology (ICAET), October 2014, India, pp ISBN: [17] Liangsheng Qu and Ruixiang Sun, "A synergetic approach to genetic algorithms for solving traveling salesman problem", Information Sciences, Elsevier, Issue 117, pp , July 1999, ISSN: [18] Shubhra S.R., Sanghamitra B, Sankar K.P.," Genetic operators for combinatorial optimization in TSP and microarray gene ordering", Journal of Applied Intelligence, Kluwer Academic Publishers, Volume 26 Issue 3, June 2007, pp A. Ramalingam & K. Vivekanandan ijesird, Vol. I (V) November 2014/ 181

A Study of Crossover Operators for Genetic Algorithms to Solve VRP and its Variants and New Sinusoidal Motion Crossover Operator

A Study of Crossover Operators for Genetic Algorithms to Solve VRP and its Variants and New Sinusoidal Motion Crossover Operator International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 7 (2017), pp. 1717-1733 Research India Publications http://www.ripublication.com A Study of Crossover Operators

More information

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny College of Computer and Information Sciences, King Saud University, Riyadh, Saudi Arabia mifawzi@ksu.edu.sa Keywords:

More information

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests Pandhapon Sombuntham and Voratas Kachitvichayanukul Abstract A particle swarm optimization

More information

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013.

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013. Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 109 ( 2014 ) 779 783 2 nd World Conference On Business, Economics And Management-WCBEM 2013 A hybrid metaheuristic

More information

Modeling and optimization of ATM cash replenishment

Modeling and optimization of ATM cash replenishment Modeling and optimization of ATM cash replenishment PETER KURDEL, JOLANA SEBESTYÉNOVÁ Institute of Informatics Slovak Academy of Sciences Bratislava SLOVAKIA peter.kurdel@savba.sk, sebestyenova@savba.sk

More information

A Genetic Algorithm on Inventory Routing Problem

A Genetic Algorithm on Inventory Routing Problem A Genetic Algorithm on Inventory Routing Problem Artvin Çoruh University e-mail: nevin.aydin@gmail.com Volume 3 No 3 (2014) ISSN 2158-8708 (online) DOI 10.5195/emaj.2014.31 http://emaj.pitt.edu Abstract

More information

A Viral Systems Algorithm for the Traveling Salesman Problem

A Viral Systems Algorithm for the Traveling Salesman Problem Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 A Viral Systems Algorithm for the Traveling Salesman Problem Dedy Suryadi,

More information

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment Genetic Algorithms Sesi 14 Optimization Techniques Mathematical Programming Network Analysis Branch & Bound Simulated Annealing Tabu Search Classes of Search Techniques Calculus Base Techniqes Fibonacci

More information

Optimization Using Simulation of the Vehicle Routing Problem

Optimization Using Simulation of the Vehicle Routing Problem Optimization Using Simulation of the Vehicle Routing Problem Nayera E. El-Gharably, Khaled S. El-Kilany, and Aziz E. El-Sayed Abstract A key element of many distribution systems is the routing and scheduling

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Evolutionary Algorithms What is Evolutionary Algorithms (EAs)? Evolutionary algorithms are iterative and stochastic search methods that mimic the natural biological evolution and/or

More information

Multi-depot Vehicle Routing Problem with Pickup and Delivery Requests

Multi-depot Vehicle Routing Problem with Pickup and Delivery Requests Multi-depot Vehicle Routing Problem with Pickup and Delivery Requests Pandhapon Sombuntham a and Voratas Kachitvichyanukul b ab Industrial and Manufacturing Engineering, Asian Institute of Technology,

More information

Machine Learning. Genetic Algorithms

Machine Learning. Genetic Algorithms Machine Learning Genetic Algorithms Genetic Algorithms Developed: USA in the 1970 s Early names: J. Holland, K. DeJong, D. Goldberg Typically applied to: discrete parameter optimization Attributed features:

More information

Machine Learning. Genetic Algorithms

Machine Learning. Genetic Algorithms Machine Learning Genetic Algorithms Genetic Algorithms Developed: USA in the 1970 s Early names: J. Holland, K. DeJong, D. Goldberg Typically applied to: discrete parameter optimization Attributed features:

More information

Logistics. Final exam date. Project Presentation. Plan for this week. Evolutionary Algorithms. Crossover and Mutation

Logistics. Final exam date. Project Presentation. Plan for this week. Evolutionary Algorithms. Crossover and Mutation Logistics Crossover and Mutation Assignments Checkpoint -- Problem Graded -- comments on mycourses Checkpoint --Framework Mostly all graded -- comments on mycourses Checkpoint -- Genotype / Phenotype Due

More information

An Exact Solution for a Class of Green Vehicle Routing Problem

An Exact Solution for a Class of Green Vehicle Routing Problem Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Exact Solution for a Class of Green Vehicle Routing Problem Mandy

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

IMPLEMENTATION OF AN OPTIMIZATION TECHNIQUE: GENETIC ALGORITHM

IMPLEMENTATION OF AN OPTIMIZATION TECHNIQUE: GENETIC ALGORITHM IMPLEMENTATION OF AN OPTIMIZATION TECHNIQUE: GENETIC ALGORITHM TWINKLE GUPTA* Department of Computer Science, Hindu Kanya MahaVidyalya, Jind, India Abstract We are encountered with various optimization

More information

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel David Simchi-Levi Xin Chen Julien Bramel The Logic of Logistics Theory, Algorithms, and Applications for Logistics Management Third Edition ^ Springer Contents 1 Introduction 1 1.1 What Is Logistics Management?

More information

Routing Optimization of Fourth Party Logistics with Reliability Constraints based on Messy GA

Routing Optimization of Fourth Party Logistics with Reliability Constraints based on Messy GA Journal of Industrial Engineering and Management JIEM, 2014 7(5) : 1097-1111 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1126 Routing Optimization of Fourth Party Logistics

More information

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem Send Orders for Reprints to reprints@benthamscience.ae 560 The Open Cybernetics & Systemics Journal, 2014, 8, 560-565 Open Access An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

More information

Integration of Process Planning and Job Shop Scheduling Using Genetic Algorithm

Integration of Process Planning and Job Shop Scheduling Using Genetic Algorithm Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 2006 1 Integration of Process Planning and Job Shop Scheduling Using

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

Transactions on the Built Environment vol 33, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 33, 1998 WIT Press,  ISSN Effects of designated time on pickup/delivery truck routing and scheduling E. Taniguchf, T. Yamada\ M. Tamaishi*, M. Noritake^ "Department of Civil Engineering, Kyoto University, Yoshidahonmachi, Sakyo-kyu,

More information

A Comparison of Recombination Operators for Capacitate Vehicle Routing Problem. Abstract

A Comparison of Recombination Operators for Capacitate Vehicle Routing Problem. Abstract A Comparison of Recombination Operators for Capacitate Vehicle Routing Problem Graglia P. 1, Stark N. 2, Salto C. 2, Alfonso H. 2 Laboratorio de Investigación en Sistemas Inteligentes Facultad de Ingeniería

More information

Genetic Algorithm: An Optimization Technique Concept

Genetic Algorithm: An Optimization Technique Concept Genetic Algorithm: An Optimization Technique Concept 1 Uma Anand, 2 Chain Singh 1 Student M.Tech (3 rd sem) Department of Computer Science Engineering Dronacharya College of Engineering, Gurgaon-123506,

More information

An evolutionary algorithm for a real vehicle routing problem

An evolutionary algorithm for a real vehicle routing problem Int. Journal of Business Science and Applied Management, Volume 7, Issue 3, 2012 An evolutionary algorithm for a real vehicle routing problem Panagiotis Adamidis Alexander TEI of Thessaloniki, Department

More information

COMBINED-OBJECTIVE OPTIMIZATION IN IDENTICAL PARALLEL MACHINE SCHEDULING PROBLEM USING PSO

COMBINED-OBJECTIVE OPTIMIZATION IN IDENTICAL PARALLEL MACHINE SCHEDULING PROBLEM USING PSO COMBINED-OBJECTIVE OPTIMIZATION IN IDENTICAL PARALLEL MACHINE SCHEDULING PROBLEM USING PSO Bathrinath S. 1, Saravanasankar S. 1 and Ponnambalam SG. 2 1 Department of Mechanical Engineering, Kalasalingam

More information

Intro. ANN & Fuzzy Systems. Lecture 36 GENETIC ALGORITHM (1)

Intro. ANN & Fuzzy Systems. Lecture 36 GENETIC ALGORITHM (1) Lecture 36 GENETIC ALGORITHM (1) Outline What is a Genetic Algorithm? An Example Components of a Genetic Algorithm Representation of gene Selection Criteria Reproduction Rules Cross-over Mutation Potential

More information

Impressum ( 5 TMG) Herausgeber: Fakultät für Wirtschaftswissenschaft Der Dekan. Verantwortlich für diese Ausgabe:

Impressum ( 5 TMG) Herausgeber: Fakultät für Wirtschaftswissenschaft Der Dekan. Verantwortlich für diese Ausgabe: WORKING PAPER SERIES Impressum ( 5 TMG) Herausgeber: Otto-von-Guericke-Universität Magdeburg Fakultät für Wirtschaftswissenschaft Der Dekan Verantwortlich für diese Ausgabe: Otto-von-Guericke-Universität

More information

Hours of service regulations in road freight transport: an optimization-based international assessment. Thibaut Vidal

Hours of service regulations in road freight transport: an optimization-based international assessment. Thibaut Vidal Hours of service regulations in road freight transport: an optimization-based international assessment Thibaut Vidal Seminar, Universidade Federal Fluminense, March 15 th, 2013 Context of this research

More information

An Evolutionary Approach to Pickup and Delivery Problem with Time Windows

An Evolutionary Approach to Pickup and Delivery Problem with Time Windows An Evolutionary Approach to Pickup and Delivery Problem with Time Windows 2 Jean-Charles Créput 1, Abder Koukam 1, Jaroslaw Kozlak 1,2, and Jan Lukasik 1,2 1 University of Technology of Belfort-Montbeliard,

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN Farshad Farshchi Department of Industrial Engineering, Parand Branch, Islamic Azad University, Parand, Iran Davood Jafari Department of Industrial

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

Multi-vehicle Dispatching And Routing With Time Window Constraints And Limited Dock Capacity

Multi-vehicle Dispatching And Routing With Time Window Constraints And Limited Dock Capacity University of Central Florida Electronic Theses and Dissertations Doctoral Dissertation (Open Access) Multi-vehicle Dispatching And Routing With Time Window Constraints And Limited Dock Capacity 2012 Ahmed

More information

Multi-product inventory optimization in a multiechelon supply chain using Genetic Algorithm

Multi-product inventory optimization in a multiechelon supply chain using Genetic Algorithm Multi-product inventory optimization in a multiechelon supply chain using Genetic Algorithm T.V.S.R.K.Prasad 1, Sk.Abdul Saleem 3, C.Srinivas 2,Kolla srinivas 4 1 Associate Professor, 3 Assistant Professor,

More information

A New Approach to Solve Multiple Traveling Salesmen Problem by Clonal Selection Algorithm

A New Approach to Solve Multiple Traveling Salesmen Problem by Clonal Selection Algorithm International Journal of Applied Engineering Research ISSN 0973-4562 Volume 9, Number 21 (2014) pp. 11005-11017 Research India Publications http://www.ripublication.com A New Approach to Solve Multiple

More information

Abstract Number: A Feasibility Study for Joint Services of Vehicle Routing and Patrol

Abstract Number: A Feasibility Study for Joint Services of Vehicle Routing and Patrol Abstract Number: 011-0101 A Feasibility Study for Joint Services of Vehicle Routing and Patrol Chikong Huang *1 Stephen C. Shih 2 Poshun Wang 3 *1 Professor, Department of Industrial anagement, Institute

More information

A Comparison between Genetic Algorithms and Evolutionary Programming based on Cutting Stock Problem

A Comparison between Genetic Algorithms and Evolutionary Programming based on Cutting Stock Problem Engineering Letters, 14:1, EL_14_1_14 (Advance online publication: 12 February 2007) A Comparison between Genetic Algorithms and Evolutionary Programming based on Cutting Stock Problem Raymond Chiong,

More information

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14)

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and ehavioral Sciences 189 ( 2015 ) 184 192 XVIII Annual International Conference of the Society of Operations Management (SOM-14)

More information

VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY. A seminar report on GENETIC ALGORITHMS.

VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY. A seminar report on GENETIC ALGORITHMS. VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY A seminar report on GENETIC ALGORITHMS Submitted by Pranesh S S 2SD06CS061 8 th semester DEPARTMENT OF COMPUTER SCIENCE

More information

An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves

An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves Martin Savelsbergh Jin-Hwa Song The Logistics Institute School of Industrial and Systems Engineering Georgia Institute

More information

Insertion based Ants for Vehicle Routing Problems with Backhauls and Time Windows. Marc Reimann Karl Doerner Richard F. Hartl

Insertion based Ants for Vehicle Routing Problems with Backhauls and Time Windows. Marc Reimann Karl Doerner Richard F. Hartl Insertion based Ants for Vehicle Routing Problems with Backhauls and Time Windows Marc Reimann Karl Doerner Richard F. Hartl Report No. 68 June 2002 June 2002 SFB Adaptive Information Systems and Modelling

More information

A new idea for train scheduling using ant colony optimization

A new idea for train scheduling using ant colony optimization Computers in Railways X 601 A new idea for train scheduling using ant colony optimization K. Ghoseiri School of Railway Engineering, Iran University of Science and Technology, Iran Abstract This paper

More information

PARALLEL LINE AND MACHINE JOB SCHEDULING USING GENETIC ALGORITHM

PARALLEL LINE AND MACHINE JOB SCHEDULING USING GENETIC ALGORITHM PARALLEL LINE AND MACHINE JOB SCHEDULING USING GENETIC ALGORITHM Dr.V.Selvi Assistant Professor, Department of Computer Science Mother Teresa women s University Kodaikanal. Tamilnadu,India. Abstract -

More information

Intelligent Techniques Lesson 4 (Examples about Genetic Algorithm)

Intelligent Techniques Lesson 4 (Examples about Genetic Algorithm) Intelligent Techniques Lesson 4 (Examples about Genetic Algorithm) Numerical Example A simple example will help us to understand how a GA works. Let us find the maximum value of the function (15x - x 2

More information

Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes

Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Thibaut VIDAL LOSI et CIRRELT Université de Technologie de Troyes et Université

More information

THE SOUTH AFRICAN POST OFFICE SUPPLY CHAIN DESIGN AND ROUTE OPTIMISATION BPJ 420 Final Report

THE SOUTH AFRICAN POST OFFICE SUPPLY CHAIN DESIGN AND ROUTE OPTIMISATION BPJ 420 Final Report THE SOUTH AFRICAN POST OFFICE SUPPLY CHAIN DESIGN AND ROUTE OPTIMISATION BPJ 420 Final Report Ricardo Batista U13045653 28 September 2016 0 EXECUTIVE SUMMARY The South African Post Office (SAPO) has experienced

More information

Solving Multi-Objective Multi-Constraint Optimization Problems using Hybrid Ants System and Tabu Search

Solving Multi-Objective Multi-Constraint Optimization Problems using Hybrid Ants System and Tabu Search MIC2003: The Fifth Metaheuristics International Conference HASTS-1 Solving Multi-Objective Multi-Constraint Optimization Problems using Hybrid Ants System and Tabu Search Hoong Chuin LAU, Min Kwang LIM,

More information

Waiting Strategies for Regular and Emergency Patient Transportation

Waiting Strategies for Regular and Emergency Patient Transportation Waiting Strategies for Regular and Emergency Patient Transportation Guenter Kiechle 1, Karl F. Doerner 2, Michel Gendreau 3, and Richard F. Hartl 2 1 Vienna Technical University, Karlsplatz 13, 1040 Vienna,

More information

Multi-Period Vehicle Routing with Call-In Customers

Multi-Period Vehicle Routing with Call-In Customers Multi-Period Vehicle Routing with Call-In Customers Anirudh Subramanyam, Chrysanthos E. Gounaris Carnegie Mellon University Frank Mufalli, Jose M. Pinto Praxair Inc. EWO Meeting September 30 th October

More information

GENETIC ALGORITHM A NOBLE APPROACH FOR ECONOMIC LOAD DISPATCH

GENETIC ALGORITHM A NOBLE APPROACH FOR ECONOMIC LOAD DISPATCH International Journal of Engineering Research and Applications (IJERA) ISSN: 48-96 National Conference on Emerging Trends in Engineering & Technology (VNCET-30 Mar 1) GENETIC ALGORITHM A NOBLE APPROACH

More information

A Novel Genetic Algorithm Based on Immunity

A Novel Genetic Algorithm Based on Immunity 552 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 30, NO. 5, SEPTEMBER 2000 A Novel Genetic Algorithm Based on Immunity Licheng Jiao, Senior Member, IEEE, and Lei

More information

Keywords Genetic algorithm, Premature convergence, DGCA, Elitist, Diversity

Keywords Genetic algorithm, Premature convergence, DGCA, Elitist, Diversity Volume 4, Issue 6, June 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Preventing Premature

More information

A Simheuristic for the Waste Collection Problem with Stochastic Demands in Smart Cities

A Simheuristic for the Waste Collection Problem with Stochastic Demands in Smart Cities Simulation in Production and Logistics 2015 Markus Rabe & Uwe Clausen (eds.) Fraunhofer IRB Verlag, Stuttgart 2015 A Simheuristic for the Waste Collection Problem with Stochastic Demands in Smart Cities

More information

The vehicle routing problem with demand range

The vehicle routing problem with demand range DOI 10.1007/s10479-006-0057-0 The vehicle routing problem with demand range Ann Melissa Campbell C Science + Business Media, LLC 2006 Abstract We propose and formulate the vehicle routing problem with

More information

Genetic Algorithm: A Search of Complex Spaces

Genetic Algorithm: A Search of Complex Spaces Genetic Algorithm: A Search of Complex Spaces Namita Khurana, Anju Rathi, Akshatha.P.S Lecturer in Department of (CSE/IT) KIIT College of Engg., Maruti Kunj, Sohna Road, Gurgaon, India ABSTRACT Living

More information

INTERNATIONAL JOURNAL OF APPLIED ENGINEERING RESEARCH, DINDIGUL Volume 2, No 3, 2011

INTERNATIONAL JOURNAL OF APPLIED ENGINEERING RESEARCH, DINDIGUL Volume 2, No 3, 2011 Minimization of Total Weighted Tardiness and Makespan for SDST Flow Shop Scheduling using Genetic Algorithm Kumar A. 1 *, Dhingra A. K. 1 1Department of Mechanical Engineering, University Institute of

More information

GENETIC ALGORITHM BASED APPROACH FOR THE SELECTION OF PROJECTS IN PUBLIC R&D INSTITUTIONS

GENETIC ALGORITHM BASED APPROACH FOR THE SELECTION OF PROJECTS IN PUBLIC R&D INSTITUTIONS GENETIC ALGORITHM BASED APPROACH FOR THE SELECTION OF PROJECTS IN PUBLIC R&D INSTITUTIONS SANJAY S, PRADEEP S, MANIKANTA V, KUMARA S.S, HARSHA P Department of Human Resource Development CSIR-Central Food

More information

OPTIMIZATION OF THE WATER DISTRIBUTION NETWORKS WITH SEARCH SPACE REDUCTION

OPTIMIZATION OF THE WATER DISTRIBUTION NETWORKS WITH SEARCH SPACE REDUCTION OPTIMIZATION OF THE WATER DISTRIBUTION NETWORKS WITH SEARCH SPACE REDUCTION Milan Čistý, Zbyněk Bajtek Slovak University of Technology Bratislava, Faculty of the Civil Engineering Abstract A water distribution

More information

We consider a distribution problem in which a set of products has to be shipped from

We consider a distribution problem in which a set of products has to be shipped from in an Inventory Routing Problem Luca Bertazzi Giuseppe Paletta M. Grazia Speranza Dip. di Metodi Quantitativi, Università di Brescia, Italy Dip. di Economia Politica, Università della Calabria, Italy Dip.

More information

Facility Location. Lindsey Bleimes Charlie Garrod Adam Meyerson

Facility Location. Lindsey Bleimes Charlie Garrod Adam Meyerson Facility Location Lindsey Bleimes Charlie Garrod Adam Meyerson The K-Median Problem Input: We re given a weighted, strongly connected graph, each vertex as a client having some demand! Demand is generally

More information

Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree

Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree A. SADEGHEIH Department of Industrial Engineering University of Yazd, P.O.Box: 89195-741 IRAN, YAZD

More information

HEURISTICS FOR ENERGY EFFICIENT VEHICLE ROUTING PROBLEM. A Thesis by. Majid Talaei. Bachelor of Science, Azad University, 2009

HEURISTICS FOR ENERGY EFFICIENT VEHICLE ROUTING PROBLEM. A Thesis by. Majid Talaei. Bachelor of Science, Azad University, 2009 HEURISTICS FOR ENERGY EFFICIENT VEHICLE ROUTING PROBLEM A Thesis by Majid Talaei Bachelor of Science, Azad University, 2009 Submitted to the Department of Industrial and Manufacturing Engineering and the

More information

The Weapon Target Assignment Strategy Research on Genetic Algorithm

The Weapon Target Assignment Strategy Research on Genetic Algorithm 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.1.75 The Weapon Target Assignment

More information

Evolutionary Algorithms - Population management and popular algorithms Kai Olav Ellefsen

Evolutionary Algorithms - Population management and popular algorithms Kai Olav Ellefsen INF3490 - Biologically inspired computing Lecture 3: Eiben and Smith, chapter 5-6 Evolutionary Algorithms - Population management and popular algorithms Kai Olav Ellefsen Repetition: General scheme of

More information

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Iterative train scheduling in networks with tree topologies: a case study

More information

Genetic Algorithms in Matrix Representation and Its Application in Synthetic Data

Genetic Algorithms in Matrix Representation and Its Application in Synthetic Data Genetic Algorithms in Matrix Representation and Its Application in Synthetic Data Yingrui Chen *, Mark Elliot ** and Joe Sakshaug *** * ** University of Manchester, yingrui.chen@manchester.ac.uk University

More information

Hybridization of Genetic Algorithm and Neural Network for Optimization Problem

Hybridization of Genetic Algorithm and Neural Network for Optimization Problem Hybridization of Genetic Algorithm and Neural Network for Optimization Problem Gaurang Panchal, Devyani Panchal Abstract The use of both, genetic algorithms and artificial neural networks, were originally

More information

IMPROVED SOLUTIONS FOR THE TRAVELING PURCHASER PROBLEM

IMPROVED SOLUTIONS FOR THE TRAVELING PURCHASER PROBLEM Computers Ops Res. Vol. 25, No. 11, pp. 879±885, 1998 # 1998 Elsevier Science Ltd. All rights reserved PII: S0305-0548(98)00032-X Printed in Great Britain 0305-0548/98 $19.00 + 0.00 IMPROVED SOLUTIONS

More information

The stochastic and time-dependent traveling salesperson problem

The stochastic and time-dependent traveling salesperson problem The stochastic and time-dependent traveling salesperson problem Edison Avraham and Tal Raviv Department of Industrial Engineering Tel Aviv University, Ramat Aviv, Tel Aviv 6997801, Israel Email: edisonav@post.tau.ac.il,

More information

Genetic Algorithm. Presented by Shi Yong Feb. 1, 2007 Music McGill University

Genetic Algorithm. Presented by Shi Yong Feb. 1, 2007 Music McGill University Genetic Algorithm Presented by Shi Yong Feb. 1, 2007 Music Tech @ McGill University Outline Background: Biological Genetics & GA Two Examples Some Applications Online Demos* (if the time allows) Introduction

More information

Keywords Genetic, pseudorandom numbers, cryptosystems, optimal solution.

Keywords Genetic, pseudorandom numbers, cryptosystems, optimal solution. Volume 6, Issue 8, August 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Apply Genetic

More information

Metaheuristics and Cognitive Models for Autonomous Robot Navigation

Metaheuristics and Cognitive Models for Autonomous Robot Navigation Metaheuristics and Cognitive Models for Autonomous Robot Navigation Raj Korpan Department of Computer Science The Graduate Center, CUNY Second Exam Presentation April 25, 2017 1 / 31 Autonomous robot navigation

More information

Simulation-Based Analysis and Optimisation of Planning Policies over the Product Life Cycle within the Entire Supply Chain

Simulation-Based Analysis and Optimisation of Planning Policies over the Product Life Cycle within the Entire Supply Chain From the SelectedWorks of Liana Napalkova June, 2009 Simulation-Based Analysis and Optimisation of Planning Policies over the Product Life Cycle within the Entire Supply Chain Galina Merkuryeva Liana Napalkova

More information

CEng 713 Evolutionary Computation, Lecture Notes

CEng 713 Evolutionary Computation, Lecture Notes CEng 713 Evolutionary Computation, Lecture Notes Introduction to Evolutionary Computation Evolutionary Computation Elements of Evolution: Reproduction Random variation Competition Selection of contending

More information

Vehicle Routing with Cross Docks, Split Deliveries, and Multiple Use of Vehicles. Arun Kumar Ranganathan Jagannathan

Vehicle Routing with Cross Docks, Split Deliveries, and Multiple Use of Vehicles. Arun Kumar Ranganathan Jagannathan Vehicle Routing with Cross Docks, Split Deliveries, and Multiple Use of Vehicles by Arun Kumar Ranganathan Jagannathan A thesis submitted to the Graduate Faculty of Auburn University in partial fulfillment

More information

Deterministic Crowding, Recombination And Self-Similarity

Deterministic Crowding, Recombination And Self-Similarity Deterministic Crowding, Recombination And Self-Similarity Bo Yuan School of Information Technology and Electrical Engineering The University of Queensland Brisbane, Queensland 4072 Australia E-mail: s4002283@student.uq.edu.au

More information

Two Phase Genetic Approach to Single Source Capacitated Facility Location Problem

Two Phase Genetic Approach to Single Source Capacitated Facility Location Problem JIMS 8i-International Journal of Information, Communication and Computing Technology(IJICCT) Two Phase Genetic Approach to Single Source Capacitated Facility Location Problem Sheetal Taneja i, Monika Bisla

More information

The Two-Echelon Capacitated Vehicle Routing. Problem

The Two-Echelon Capacitated Vehicle Routing. Problem The Two-Echelon Capacitated Vehicle Routing Problem Jesus Gonzalez Feliu 1, Guido Perboli 1, Roberto Tadei 1 and Daniele Vigo 2 1 Control and Computer Engineering Department Politecnico di Torino, Italy

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 693-697 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on multi-resource constraints vehicle scheduling

More information

AN IMPROVED ALGORITHM FOR MULTIPLE SEQUENCE ALIGNMENT OF PROTEIN SEQUENCES USING GENETIC ALGORITHM

AN IMPROVED ALGORITHM FOR MULTIPLE SEQUENCE ALIGNMENT OF PROTEIN SEQUENCES USING GENETIC ALGORITHM AN IMPROVED ALGORITHM FOR MULTIPLE SEQUENCE ALIGNMENT OF PROTEIN SEQUENCES USING GENETIC ALGORITHM Manish Kumar Department of Computer Science and Engineering, Indian School of Mines, Dhanbad-826004, Jharkhand,

More information

Milkrun Vehicle Routing Approach for Shop-floor Logistics

Milkrun Vehicle Routing Approach for Shop-floor Logistics Available online at www.sciencedirect.com Procedia CIRP 7 (2013 ) 127 132 Forty Sixth CIRP Conference on Manufacturing Systems 2013 Milkrun Vehicle Routing Approach for Shop-floor Logistics Dávid Gyulai

More information

Solving a Log-Truck Scheduling Problem with Constraint Programming

Solving a Log-Truck Scheduling Problem with Constraint Programming Solving a Log-Truck Scheduling Problem with Constraint Programming Nizar El Hachemi, Michel Gendreau, Louis-Martin Rousseau Interuniversity Research Centre on Enterprise Networks, Logistics and Transportation

More information

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM Volume, No. 5, December 00 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING

More information

Applying Computational Intelligence in Software Testing

Applying Computational Intelligence in Software Testing www.stmjournals.com Applying Computational Intelligence in Software Testing Saumya Dixit*, Pradeep Tomar School of Information and Communication Technology, Gautam Buddha University, Greater Noida, India

More information

Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering

Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering Dr. Devesh Kumar Srivastava Jaipur India E-mail: devesh98@gmail.com Abstract Estimation

More information

Vehicle Routing Problem Instances: Application to Multi-UAV Mission Planning

Vehicle Routing Problem Instances: Application to Multi-UAV Mission Planning AIAA Guidance, Navigation, and Control Conference 2-5 August 2010, Toronto, Ontario Canada AIAA 2010-8435 Vehicle Routing Problem Instances: Application to Multi-UAV Mission Planning Mariam Faied, Ahmed

More information

Department of Computer Science, BITS Pilani - K. K. Birla Goa Campus, Zuarinagar, Goa, India

Department of Computer Science, BITS Pilani - K. K. Birla Goa Campus, Zuarinagar, Goa, India Statistical Approach for Selecting Elite Ants Raghavendra G. S. Department of Computer Science, BITS Pilani - K. K. Birla Goa Campus, Zuarinagar, Goa, India Prasanna Kumar N Department of Mathematics,

More information

OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE

OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE Hector J. Carlo German E. Giraldo Industrial Engineering Department, University of Puerto Rico Mayagüez, Call Box 9000, Mayagüez, PR 00681

More information

Determination of a Fair Price for Blood Transportation by Applying the Vehicle Routing Problem: A Case for National Blood Center, Thailand

Determination of a Fair Price for Blood Transportation by Applying the Vehicle Routing Problem: A Case for National Blood Center, Thailand Determination of a Fair Price for Blood Transportation by Applying the Vehicle Routing Problem: A Case for National Blood Center, Thailand S. Pathomsiri, and P. Sukaboon Abstract The National Blood Center,

More information

Optimization of large scale parcel distribution systems by. the Breeder Genetic Algorithm (BGA) U. Bartling and H. Muhlenbein y

Optimization of large scale parcel distribution systems by. the Breeder Genetic Algorithm (BGA) U. Bartling and H. Muhlenbein y Optimization of large scale parcel distribution systems by the Breeder Genetic Algorithm (BGA) U. Bartling and H. Muhlenbein y GMD - German National Research Center for Information Technology D-53754 St.

More information

Modeling a Four-Layer Location-Routing Problem

Modeling a Four-Layer Location-Routing Problem Modeling a Four-Layer Location-Routing Problem Paper 018, ENG 105 Mohsen Hamidi, Kambiz Farahmand, S. Reza Sajjadi Department of Industrial and Manufacturing Engineering North Dakota State University Mohsen.Hamidi@my.ndsu.edu,

More information

OPTIMIZATION OF DISTRIBUTION ROUTE SELECTION BASED ON PARTICLE SWARM ALGORITHM

OPTIMIZATION OF DISTRIBUTION ROUTE SELECTION BASED ON PARTICLE SWARM ALGORITHM ISSN 1726-4529 Int j simul model 13 (2014) 2, 230-242 Original scientific paper OPTIMIZATION OF DISTRIBUTION ROUTE SELECTION BASED ON PARTICLE SWARM ALGORITHM Wu, Z. Information College, Capital University

More information

Hybrid MIP method for a Pickup and Delivery Problem with Time Windows and Dock Service Constraints

Hybrid MIP method for a Pickup and Delivery Problem with Time Windows and Dock Service Constraints International Journal of Operations Research International Journal of Operations Research Vol. 8, No. 1, 36 56 (2011) Hybrid MIP method for a Pickup and Delivery Problem with Time Windows and Dock Service

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: rkbc@iitg.ernet.in References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

CSE 590 DATA MINING. Prof. Anita Wasilewska SUNY Stony Brook

CSE 590 DATA MINING. Prof. Anita Wasilewska SUNY Stony Brook CSE 590 DATA MINING Prof. Anita Wasilewska SUNY Stony Brook 1 References D. E. Goldberg, Genetic Algorithm In Search, Optimization And Machine Learning, New York: Addison Wesley (1989) John H. Holland

More information

A Hybrid Multiobjective Evolutionary Algorithm for Solving Vehicle Routing Problem with Time Windows

A Hybrid Multiobjective Evolutionary Algorithm for Solving Vehicle Routing Problem with Time Windows A Hybrid Multiobjective Evolutionary Algorithm for Solving Vehicle Routing Problem with Time Windows Abstract. Vehicle routing problem with time windows (VRPTW) involves the routing of a set of vehicles

More information

Genetic Algorithm with Upgrading Operator

Genetic Algorithm with Upgrading Operator Genetic Algorithm with Upgrading Operator NIDAPAN SUREERATTANAN Computer Science and Information Management, School of Advanced Technologies, Asian Institute of Technology, P.O. Box 4, Klong Luang, Pathumthani

More information

The Position-Aware-Market: Optimizing Freight Delivery for Less-Than-Truckload Transportation

The Position-Aware-Market: Optimizing Freight Delivery for Less-Than-Truckload Transportation Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2012 Proceedings Proceedings The Position-Aware-Market: Optimizing Freight Delivery for Less-Than-Truckload Transportation Xiaoqiu

More information