-
Fuzzy_neural_network_Train
source code of train function of fuzzy bp neural network
- 2009-06-07 15:02:34下载
- 积分:1
-
giaodien
matlab voi nhan dang tieng Viet
- 2012-05-09 17:40:08下载
- 积分:1
-
PV MPPT diandoafa mine
在Matlab的Simulink仿真环境,使用电导增量法模拟MPPT模型仿真。(Matlab Simulink simulation environment, using simulation the incremental conductance Law analog MPPT model.)
- 2020-12-11 14:59:18下载
- 积分:1
-
Morphological-Wavelet-matlab
形态小波Matlab编程,腐蚀膨胀开闭和闭开滤波器等。(Morphological Wavelet Matlab programming, corrosion expansion of the opening and closing and closing open filter.)
- 2021-05-13 22:30:02下载
- 积分:1
-
BayesianBandwidth
Bayesian Bandwidth Selection
- 2010-02-18 13:38:13下载
- 积分:1
-
1
说明: 运用两台摄像机对物体进行三维重建的文章,写的很不错,读后能对三维重建有一个清晰的认识(Using two cameras of objects in three-dimensional reconstruction of the article, very well written, reading for three-dimensional reconstruction can have a clear understanding)
- 2012-05-09 20:28:10下载
- 积分:1
-
VelAlignment
惯性导航中的传递对准,用于解决、主子惯导间的误差(Inertial navigation transfer alignment for error resolved between the master INS)
- 2016-09-29 15:29:13下载
- 积分:1
-
a
说明: this m.file is about wsn
- 2011-05-05 15:12:57下载
- 积分:1
-
wuyueshuzuiyoukongzhi
无约束最优控制无约束最优控制无约束最优控制无约束最优控制(wuyueshuzuiyoukongzhi)
- 2010-05-23 12:21:20下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1