登录
首页 » matlab » 105230318nsga2(三维路径规划)

105230318nsga2(三维路径规划)

于 2018-08-28 发布 文件大小:50KB
0 109
下载积分: 1 下载次数: 24

代码说明:

  基于蚁群算法的三维路径规划,亲测可用,欢迎下载。(Ant colony algorithm based three-dimensional path planning, pro test available, welcome to download.)

文件列表:

nsga2, 0 , 2017-04-24
nsga2\NSGA2_BESTN.asv, 3329 , 2015-01-14
nsga2\NSGA2_BESTN.m, 3522 , 2015-01-14
nsga2\NSGA2_chlidren.asv, 655 , 2015-01-12
nsga2\NSGA2_chlidren.m, 767 , 2015-01-14
nsga2\NSGA2_congestion.asv, 196 , 2015-01-08
nsga2\NSGA2_congestion.m, 397 , 2005-01-01
nsga2\NSGA2_cross.asv, 600 , 2015-01-11
nsga2\NSGA2_cross.m, 826 , 2015-01-14
nsga2\NSGA2_fitness.asv, 188 , 2005-01-01
nsga2\NSGA2_fitness.m, 402 , 2015-01-11
nsga2\NSGA2_fitness1.asv, 468 , 2015-01-11
nsga2\NSGA2_fitness1.m, 478 , 2015-01-14
nsga2\NSGA2_fitness2.asv, 1405 , 2015-01-14
nsga2\NSGA2_fitness2.m, 1345 , 2015-01-14
nsga2\NSGA2_fitness3.asv, 668 , 2015-01-11
nsga2\NSGA2_fitness3.m, 826 , 2015-01-14
nsga2\NSGA2_main.m, 6062 , 2015-01-14
nsga2\NSGA2_RESULTN.asv, 2309 , 2015-01-12
nsga2\NSGA2_RESULTN.m, 2588 , 2015-01-14
nsga2\NSGA2_SORT.asv, 1260 , 2015-01-12
nsga2\NSGA2_SORT.m, 1445 , 2015-01-12
nsga2\NSGA2_variation.asv, 960 , 2015-01-11
nsga2\NSGA2_variation.m, 1668 , 2015-01-14
nsga2\XYZmesh.mat, 36360 , 2014-07-05
nsga2\结果线.txt, 375 , 2015-01-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 51622452DFT_FIR_Beamform
    宽带信号的时域FIR和频域DFT波束形成(Time domain FIR frequency domain DFT beamforming for wideband signals)
    2020-08-24 15:18:15下载
    积分:1
  • salientandnonsalientpolesynchronousgenerator
    说明:  隐极同步发电机和凸极同步发电机模型的PSCAD实例(PSCAD Example of Non-salient Models For Synchronous Generator)
    2019-03-17 22:37:12下载
    积分:1
  • 随机森林
    说明:  用N来表示训练用例(样本)的个数,M表示特征数目。 输入特征数目m,用于确定决策树上一个节点的决策结果;其中m应远小于M。 从N个训练用例(样本)中以有放回抽样的方式,取样N次,形成一个训练集(即bootstrap取样),并用未抽到的用例(样本)作预测,评估其误差。 对于每一个节点,随机选择m个特征,决策树上每个节点的决定都是基于这些特征确定的。根据这m个特征,计算其最佳的分裂方式。 每棵树都会完整成长而不会剪枝,这有可能在建完一棵正常树状分类器后会被采用)。(N is used to represent the number of training cases (samples), and M is used to represent the number of features. The number of input features m is used to determine the decision result of a node in the decision tree, where m should be far less than m. From N training cases (samples), n times are sampled in the way of put back sampling to form a training set (i.e. bootstrap sampling), and the unselected cases (samples) are used to predict and evaluate the error. For each node, m features are randomly selected, and the decision of each node in the decision tree is determined based on these features. According to these m characteristics, the best splitting mode is calculated. Each tree will grow completely without pruning, which may be adopted after building a normal tree classifier).)
    2021-01-28 13:47:33下载
    积分:1
  • particle swarm optimization algorithm
    运用粒子群优化算法求解组合权重,可以综合主客观权重值重新赋予各权重系数一个新的权重系数,得到更加准确地权重计算结果。(Using the particle swarm optimization algorithm to solve the combined weights, the primary and objective weight values can be combined to re-assign a new weight coefficient to each weight coefficient, and a more accurate weight calculation result can be obtained.)
    2018-12-14 10:07:48下载
    积分:1
  • JSR184的一个粒子效果,很适合用于游戏开发中,效果不错
    JSR184的一个粒子效果,很适合用于游戏开发中,效果不错-JSR184 a particle effect, very suitable for game development, good results
    2022-10-18 02:05:03下载
    积分:1
  • 电子面单打印SDK
    用于打印电子面单的sdk,c#语言开发,vs2017,欢迎各位指正(SDK for printing electronic forms)
    2020-06-16 19:00:02下载
    积分:1
  • 波浪形Loading加载动画
    方块通过上下移动以及透明度的改变来模拟出波浪形的动画特效(Diamonds can simulate the wave shaped animation effects by moving up and down and changing the transparency.)
    2018-11-01 16:31:17下载
    积分:1
  • fanyanprogram
    基于matlab的反演程序,用于地球物理勘探中射线追踪及偏移成像程序.(the inversion procedure for geophysical exploration ray tracing and migration procedures.)
    2021-03-25 01:09:14下载
    积分:1
  • 循环点击
    说明:  用c++制作的一个重复点击控制台程序,可用于游戏自动点击、批量登录等操作(A repetitive click console program made with c++ can be used for automatic click, batch login and other operations of games.)
    2020-06-23 16:40:01下载
    积分:1
  • 2004102120533898
    经典小游戏很好的的在品台上运行,希望大家能喜欢(A good classic game to run on stage in the product, I hope you like)
    2011-09-21 12:30:27下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载