-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1
-
chuanshujuzhen_20101130
计算随机薄膜厚度的反射率和透射率,利用传输矩阵编写(Random film thickness calculated reflectance and transmittance, written using the transfer matrix)
- 2020-09-15 16:37:57下载
- 积分:1
-
fastica1
很清晰的fastica算法,主要是有关主元分析的程序,很好的,自己编的,有不会的 可以咨询(it s a progress which is fastica)
- 2013-09-13 23:41:08下载
- 积分:1
-
wrap_affine1
仿射,图像变换,选取图像四个角点,进行图像变换(Click to select the four corners of the image affine transformation point)
- 2013-12-05 15:43:38下载
- 积分:1
-
RTD2120-.GFF-FILES
RTD2120.rar programing GFF files
- 2013-07-30 20:58:35下载
- 积分:1
-
AACEncode
This program compress audio to AAC encoding format .
It is developed by visual studio 2010.
And written language C++.
- 2014-01-15 09:38:26下载
- 积分:1
-
readdicom
View dicom Picture use C++
- 2010-09-21 10:18:42下载
- 积分:1
-
jpfgv
D-S证据理论数据融合,用于时频分析算法,基于掌纹识别的在线身份验证 识别算法本科毕设。( D-S evidence theory data fusion, For time-frequency analysis algorithm, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.)
- 2017-04-24 20:25:30下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
GA
说明: 遗传算法的源代码。MATLAB下支持,省得编代码了(Genetic algorithm source code. MATLAB to support clinics to save compiled code of the)
- 2009-08-25 19:38:44下载
- 积分:1