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

搜索资源列表

  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:孙准
  1. makeyong

    3下载:
  2. 该程序运用蚁群算法,具体为蚁群的寻路过程进行图像分割,针对普通图像跟MRI图像进行轮廓提取,效果不错,值得学习!-The program using ant colony algorithm, specifically for the colony s way-finding process of image segmentation, for the general outline of the image with the MRI image extraction, good results
  3. 所属分类:Other systems

    • 发布日期:2015-10-03
    • 文件大小:281026
    • 提供者:成林
  1. WirelessSensorNetworksOfMultipleBaseStationsPositi

    0下载:
  2. 《无线传感器网络中多基站定位的多目标蚁群算法》,EI检索文献-Wireless sensor networks of multiple base stations positioned multi-objective ant colony algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-03-25
    • 文件大小:158533
    • 提供者:wolfwubo
  1. acotsp

    1下载:
  2. 改进的蚁群算法,大家可以借鉴一下,多多提下意见就好了 -Improved ant colony algorithm, we can learn about, a lot like a thank you to mention the views of the next
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1029793
    • 提供者:sam
  1. AntColonyAlgorithmTsp

    0下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5220448
    • 提供者:龚汉杰
  1. work1

    0下载:
  2. 一种比较简单的蚁群算法的matlab实现,包括完整的代码-A relatively simple ant colony algorithm matlab implementation, including the complete code
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:5433
    • 提供者:yangxi
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529947
    • 提供者:天天
  1. ant-hanshu

    0下载:
  2. 蚁群算法求解函数最优解算法。-Ant colony algorithm for the optimal solution algorithm for a function.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:2112
    • 提供者:李小伟
  1. ants_arithgom

    1下载:
  2. aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:41468
    • 提供者:颜利平
  1. ACOTest

    0下载:
  2. 蚁群算法的Java实现,适合初学者,可将其改进应用于其他领域。-Ant colony algorithm Java implementation, suitable for beginners, it can be applied to other areas of improvement.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2155
    • 提供者:李亮
  1. GeneticandAntAlgorithms

    0下载:
  2. 用蚁群算法和遗传算法结合起来实现旅行商问题,代码功能很强。-It solove the traveling salesman problem through combining the ant colony algorithm and genetic algorithm,the code is strong function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:78340
    • 提供者:温娟
  1. PIDcontrowithAOC

    1下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to ant colony algorithm can be used to optimize the PID parameters there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle swarm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-30
    • 文件大小:1577
    • 提供者:张望
  1. rengongzhineng2

    0下载:
  2. 人工智能方面的论文,设计机器人路径规划,包括蚁群算法,中心点算法-Papers on artificial intelligence, design robot path planning, including the ant colony algorithm, the center algorithm and so on .....
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2553536
    • 提供者:陈代林
  1. algorithm

    0下载:
  2. 模拟退火法,蚁群算法,遗传算法,分水岭算法等常见算法的Matlab程序-Simulated annealing, ant colony algorithm, genetic algorithm, watershed algorithm common algorithm Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:9694
    • 提供者:sunshaobin
  1. ACA

    0下载:
  2. C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3335
    • 提供者:arrow
  1. ant

    0下载:
  2. 蚁群算法-一个简单的程序,可以求最短距离-ant algriom-can get the latest distance
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:46293
    • 提供者:55
  1. zuiduanlujing

    0下载:
  2. 实现Floyd,Dijkstra,蚁群算法,并附上测试案例,希望能有用 -using c and matlab to realize floyd,dijkstra,ant-plane
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:24025
    • 提供者:张云鹏
  1. wangzhan

    0下载:
  2. 智能优化算法(蚁群算法,模拟退火退火算法,遗传算法,等)-Intelligent optimization algorithm (ant group, annealing, genetic algorithm and so on)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:14702
    • 提供者:王展
  1. ant

    1下载:
  2. 蚁群算法结合2-opt技术解决旅行商问题(TSP)-Ant colony algorithm with 2-opt technology to solve the traveling salesman problem (TSP)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3737922
    • 提供者:newshowing
  1. ACO

    0下载:
  2. 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8549
    • 提供者:孤独剑客
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com