matlab code of logistics location (multiple constraints) based on genetic algorithm
catalogue
1 genetic algorithm
2 code display
3 simulation results
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. T ...
Added by S A N T A on Fri, 28 Jan 2022 18:57:26 +0200
[DCVRP] solve the VRP Problem with capacity + distance based on MATLAB ant colony algorithm [including Matlab source code phase 1038]
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 ...
Added by mariolopes on Fri, 28 Jan 2022 06:35:11 +0200
MATLAB compiled as Java Package
Compared to languages such as java, MATLAB can be too powerful in matrix calculation. If only Java could directly adjust MATLAB.
Sure! By chance, I found this idea and tossed around for several days.
(Some of the drawbacks are that it costs a lot of money to invoke and we don't know how to make a reasonable call yet,)
MATLAB Compilation
Scr ...
Added by aktome2001 on Thu, 27 Jan 2022 03:47:20 +0200
Meisai 5: evaluation models, interpolation and fitting models (top ten models)
catalogue
1, Evaluation model
1.AHP (analytic hierarchy process)
2.TOPSIS method (good and bad solution distance method)
2, Interpolation and fitting model
1. Interpolation algorithm
2. Fitting algorithm (cftool toolbox)
1, Evaluation model
1.AHP (analytic hierarchy process)
The most basic evaluation model solves evaluation problems ...
Added by raj86 on Wed, 26 Jan 2022 23:56:48 +0200
[biological application] parameter identification of wine based on MATLAB particle swarm optimization algorithm [including Matlab source code phase 1080]
1, Introduction
1 concept of particle swarm optimization Particle swarm optimization (PSO) is an evolutionary computing technology. It comes from the study of predation behavior of birds. The basic idea of particle swarm optimization algorithm is to find the optimal solution through cooperation and information sharing among individuals in the ...
Added by manitoon on Mon, 24 Jan 2022 07:56:24 +0200
Deep learning (matlab) -- 3 Multi classification
In the previous two sections, we can realize some binary classification problems through a simple multilayer neural network, but in some cases, our samples may need to be divided into more than one class, so how to find the current samples in so many classification types is the most likely problem we need to solve.
A very simple idea is to cal ...
Added by suave4u on Mon, 24 Jan 2022 04:42:11 +0200
Matlab journey (full version)
catalogue
0 main content
1. Development of MATLAB
2. Advantages of MATLAB
3. Working environment of MATLAB
3.1 command window
3.2 figure window
3.3 file editor
4 help system
5 code system summary
0 main content
Development of MATLAB
Advantages of MATLAB
Working environment of MATLAB
help system
...
Added by tomhilton on Sun, 23 Jan 2022 10:43:37 +0200
MATLAB03: data type and file reading and writing
MATLAB03: data type and file reading and writing
The best way to learn a technology is to read the official documents. You can view the official documents of MATLAB
data type
The main data types in MATLAB are as follows:
The following describes the main data types in turn, MATLAB official document Describes all data types
Numeric typ ...
Added by cheikhbouchihda on Sat, 22 Jan 2022 06:26:42 +0200
Using legend function in Matlab
catalogue
grammar
explain
example
1. Add a legend on the current coordinate area
2. Add a legend on a specific coordinate area
3. Specify the legend label during the execution of the drawing command
4. Legend position and number of columns
5. Display shared legend in block diagram layout
6. Include some graphic objects in the legend
7 ...
Added by Strikebf on Thu, 20 Jan 2022 17:08:52 +0200
Non uniform cubic B-spline interpolation and MATLAB code
reference material:
[1] (this PPT is very popular, but a knowledge point is omitted for the content of multi interpolation point piecewise curve) Algorithm of cubic periodic B-spline curve - Baidu Library (baidu.com)
[2] (this introduces the cubic B-spline curve with only two interpolation points, which is the simplest form of B-spline curve ...
Added by newbie_07 on Thu, 20 Jan 2022 01:01:49 +0200