CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群算法 matlab

搜索资源列表

  1. ant_colony_algorithm_TSP

    0下载:
  2. 在大学生或者研究生数学建模竞赛中旅行商优化问题是一个很重要而又难解决的问题,本人自编程蚁群算法智能程序很好的解决此问题。-University students or graduate students in the Mathematical Contest in Modeling in the traveling salesman optimization problem is a very important and difficult to resolve the problem, I s
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2663
    • 提供者:gjj
  1. ACOforSHORTPATHwithMatlab

    0下载:
  2. matalab的蚁群算法解最短路问题程序,并有运行图,修改后可用于机器人路径-ant colony algorithm matalab solution procedures for the shortest path problem and run the map, the modified robot path can be used
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:33645
    • 提供者:李海民
  1. aco

    1下载:
  2. 一共四个蚁群算法 程序源码,三个matlab,一个C语言-A total of four procedures for source code ant colony algorithm, three matlab, a C language
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8680
    • 提供者:cib
  1. AntColonyAlgorithmMatlabSource

    0下载:
  2. 蚁群算法的matlab源码,对matlab初学者有一定帮助,对了解蚁群算法也有易处-Ant colony algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1728
    • 提供者:林华
  1. ant_plane

    7下载:
  2. 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:11067
    • 提供者:batilei
  1. ant

    0下载:
  2. ant蚁群算法,求解局部或者全局优化问题。-ant
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3972
    • 提供者:方晗炜
  1. tsp1

    0下载:
  2. 一个蚁群算法求解TSP的通用程序,已经验证,保证能用-TSP Ant Colony Algorithm for a generic procedure, has already been verified to ensure the use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2244
    • 提供者:肖敏
  1. ACA

    0下载:
  2. matlab 写的蚁群算法,用于计算tsp问题,感觉效果不错的。-matlab aca for tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2126
    • 提供者:祁彬彬
  1. Ant-Circle

    0下载:
  2. 经典的蚁群算法蚁周模型的实现,论文:《Distributed Optimization by Ant Colonies》-ant colony system, ant circle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:156233
    • 提供者:nxliliang
  1. matlab12

    0下载:
  2. 蚁群算法的matlab源码,写在word里,请大家分享。-Ant colony algorithm matlab source code, written on the word, please share with you all.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6560
    • 提供者:王阵雨
  1. Antcolonyalgorithm

    0下载:
  2. 蚁群算法用于TSP问题的matlab程序源代码-Ant colony algorithm for TSP problem of matlab source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:3037
    • 提供者:陈丹丹
  1. matlab

    0下载:
  2. 利用蚁群算法解决TSP问题的matlab源代码-Using ant colony algorithm to solve TSP problem matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:czr
  1. Test_funtion

    1下载:
  2. 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:35844
    • 提供者:周旭
  1. ACO

    0下载:
  2. 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试-Ant colony algorithm to help you understand the typical TSP attached dat file for all the test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3204
    • 提供者:李伟
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解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蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. shiyan1

    0下载:
  2. 蚁群算法在求解连续空间优化问题中的应用研究-Ant colony algorithm in continuous space optimization problem solving in applied research
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1496
    • 提供者:郭桃
  1. AntColonyAlgorithmForMatlab

    0下载:
  2. 蚁群算法在最短路中的matlab代码 用于机器人路径规划-Ant colony algorithm in the matlab code in short-circuit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5711
    • 提供者:yueliangzhu
  1. ACStest_lianxumatlab

    0下载:
  2. 基于MATLAB的蚁群算法连续函数优化,含帮助文件及论文-MATLAB-based ant colony algorithm for function optimization, with help documents and papers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:102295
    • 提供者:zangtianlei
  1. yiqunprogram

    0下载:
  2. 很好的蚁群算法示例,有很好的参考价值,对于蚁群算法的初学者有很大的帮助-Ant Colony Algorithm good example of a very good reference value, for the ant colony algorithm is very useful to beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:7206
    • 提供者:kangna
  1. coder

    1下载:
  2. 在matlab环境下应用蚁群算法对未知系统进行辨识。-Matlab application environment in the ant colony algorithm to identify the unknown system.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4107
    • 提供者:郭凯
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com