[TWVRP] Genetic algorithm for vehicle routing problem with time window [phase 002 with Matlab source code]

1. Introduction 1 VRP Problem Vehicle Routing Problem (VRP) generally refers to: for a series of shipping and receiving points, the organization calls certain vehicles, arranges appropriate driving routes, and makes the vehicles pass through them in an orderly manner. Under the specified constraints (e.g. quantity of goods needed and shipped, ...

Posted by patrickmvi on Sun, 30 Jan 2022 02:19:53 +0100

[Matlab handwritten numeral recognition] knowledge base handwritten numeral recognition (tablet + picture) [including GUI source code 1227]

1, Introduction to handwritten numeral recognition technology 1 case background Handwritten numeral recognition is a branch of image recognition. It is one of the important applications in the field of image processing and pattern recognition. Due to the great randomness of handwritten digits, such as stroke thickness, font size, tilt angle an ...

Posted by Tubby on Sat, 29 Jan 2022 16:15:15 +0100

matlab code for solving new energy charging pile and path selection based on genetic algorithm

1 genetic algorithm Step 1: the setting of relevant parameters generally includes coding length L, population size M, number of iterations G, crossover rate Pc, mutation rate Pm, etc. Step 2: the solution in the mathematical model cannot be directly used in the algorithm. The solution needs to be processed to construct the chromosome of the fi ...

Posted by kybaker on Sat, 29 Jan 2022 04:47:23 +0100

matlab code for solving path optimization problem with time window (cold chain) based on genetic algorithm

1 genetic algorithm Step 1: the setting of relevant parameters generally includes coding length L, population size M, number of iterations G, crossover rate Pc, mutation rate Pm, etc. Step 2: the solution in the mathematical model cannot be directly used in the algorithm. The solution needs to be processed to construct the chromosome of the fi ...

Posted by nogeekyet on Sat, 29 Jan 2022 01:07:22 +0100

[CVRP] solve VRP Problem with capacity based on Matlab genetic + particle swarm optimization algorithm [including Matlab source code phase 1034]

1, Introduction 1 overview of genetic algorithm Genetic Algorithm (GA) is a part of evolutionary computation. It is a computational model that simulates the biological evolution process of Darwin's genetic selection and natural elimination. It is a method to search the optimal solution by simulating the natural evolution process. The algorithm ...

Posted by devil_online on Fri, 28 Jan 2022 16:18:35 +0100

[TSP] solving traveling salesman problem based on matlab GUI ant colony algorithm [including Matlab source code 1032]

1, Introduction 1 origin and development of ant colony algorithm (ACA) In the process of studying the new algorithm, Marco Dorigo and others found that when ant colony is looking for food, they can exchange foraging information by secreting a biological hormone called pheromone, so they can quickly find the target. Therefore, in their doctoral ...

Posted by renegade33 on Fri, 28 Jan 2022 07:13:05 +0100

Course design digital sound effect processor

1. Design purpose Start making an interesting sound effect processing system to see if you can complete the gradual amplification and attenuation of sound, see if you can make some changes to your sound (become shrill or rough), and see what methods to change the sound playback speed. Through this course design, deepen the understanding of the ...

Posted by tams on Thu, 27 Jan 2022 08:21:15 +0100

[digital signal] DTMF signal generation and detection based on Matlab GUI (with key tone) [including Matlab source code phase 1086]

1, Introduction 1 meaning Dual Tone Multi Frequency DTMF (Dual Tone Multi Frequency) is composed of high-frequency group and low-frequency group, and the high-frequency group and low-frequency group each contain four frequencies. A high-frequency signal and a low-frequency signal are superimposed to form a combined signal, representing a numbe ...

Posted by kalaszabi on Wed, 26 Jan 2022 07:34:48 +0100

[principles and cases of fuzzy comprehensive evaluation]

fuzzy mathematics What is fuzzy mathematics? Fuzzy mathematics, also known as fuzzy mathematics or fuzzy mathematics. After 1965, fuzzy topology, fuzzy measure theory and other mathematical fields developed on the basis of fuzzy set and fuzzy logic. It is a mathematical tool to study many unclear or even fuzzy problems in the real world. ...

Posted by kristinac on Tue, 25 Jan 2022 04:06:29 +0100

[speech recognition] 0 to 9 speech recognition based on BP neural network matlab source code, including GUI

1, Introduction 1 Overview BP (Back Propagation) neural network was proposed by the scientific research team headed by Rumelhart and McCelland in 1986. See their paper learning representations by Back Propagation errors published in Nature. BP neural network is a multilayer feedforward network trained by error back propagation algorithm. It i ...

Posted by vargadanis on Mon, 24 Jan 2022 20:11:54 +0100