搜索资源列表

  1. ars.scr

    0下载:
  2. JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:81920
    • 提供者:张强
  1. 一种基于蚁群算法的聚类组合方法

    0下载:
  2. 一种基于蚁群算法的聚类组合方法,具体可以查看里面书的内容。-ant colony algorithm based on the combination of clustering methods, the specific can view the contents inside.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:141312
    • 提供者:徐高波
  1. 20050224191612556

    0下载:
  2. 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:43008
    • 提供者:程方
  1. HolyMoley

    0下载:
  2. 本软件主要用于帮助计算机爱好者学习蚁群算法时做有关蚁群算法的试验。蚁群算法作为一种优秀的新兴的算法,具有非常广的应用前景,越来越多的人开始学习蚁群算法,因此本软件也有推广前景。 本软件除了用于教学目的外,还可用于解决实际生活中的与TSP(即,旅行商问题)问题相关的问题。 TSP问题描述的是一个旅行商要到几个城市去,每个城市必须去一次且仅能去一次,要求满足这样条件的 最短路径。将本软件稍作扩展即可用于城市规划、公交车路径安排
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李誉
  1. 蚁群算法

    0下载:
  2. 一个蚁群算法,大家很想要得东东,共享给大家了。-an ant colony algorithm, we want to fine Eastern, we had to share.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:222208
    • 提供者:ge
  1. ant

    0下载:
  2. 蚁群算法仿真模拟程序,用c的图形界面,直观的展示了蚁群算法的仿生学过程。为读者了解改算法有直接的指导意义-ant colony algorithm simulation program, c graphical interface, and visual display of the ant colony algorithm Bionics process. For readers to understand the algorithm
  3. 所属分类:生物技术

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:zy
  1. ACO

    0下载:
  2. 利用C++编写蚁群优化算法解决51城市旅行商问题-prepared Ant Colony Optimization Algorithm for 51 city Traveling Salesman Problem
  3. 所属分类:其它资源

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:
  1. ACSO

    0下载:
  2. 采用C++语言编写蚁群优化算法程序,解决问题-using C language ant colony optimization algorithm to solve problems
  3. 所属分类:其它资源

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:
  1. mmas

    0下载:
  2. 采用C++语言编写最大最小蚁群优化算法程序,解决问题-using C language largest smallest ant colony optimization algorithm to solve problems
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:
  1. AntColonySystem

    0下载:
  2. 蚁群算法的C语言实现 关于蚁群算法网上有很多C++和java实现的 C的没有见过 就自己做了 感觉能更好的体现算法-ant colony algorithm C language on the Internet ant colony algorithm many C and java achieve C never seen done on their own feeling better reflect the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:240640
    • 提供者:朱竹
  1. ant-C++

    0下载:
  2. 蚁群算法的C++程序,转载于下面网站 http://fashionxu.bokee.com/4673640.html-ant colony algorithm C program, reproduced in the following website http :// fashionxu.bokee.com/4673640.html
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:罗佳
  1. antrouting

    0下载:
  2. 蚂蚁算法又称蚁群算法,利用蚂蚁留下的信息素,寻找路径的算法 -ant algorithm called ant colony algorithm, leaving the ants use pheromones to find the path algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:
  1. AntColonySystemTSP

    0下载:
  2. 这是用Ant Colony System 解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-This is used Ant Colony System solution tsp C source of hope for all research Ant Algorithm help
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:刘新儒
  1. ACOTSP.V2.0

    0下载:
  2. 蚁群算法的程序,蚁群算法提出者网站上提供的代码-Ant Algorithm procedures, the author ant colony algorithm available on the web site code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:194560
    • 提供者:huanxong
  1. ACA

    0下载:
  2. 蚁群算法,求解TSP问题。提供了多个经典的TSP路径-ant colony algorithm for TSP. For a number of classic TSP path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:76800
    • 提供者:白天
  1. antcolonyoptimization

    0下载:
  2. 介绍了蚁群算法解决具体问题的优化算法,实践证明效果很好-on the ant colony algorithm for solving specific problems Optimization Practice has proved very effective
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yssx090
  1. acopt

    0下载:
  2. A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected gr
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:无心
  1. ant_colony_optimation

    0下载:
  2. 这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧-This a very user-friendly ant algorithm (ant colony algorithm) simulation program, easy to use Oh, Come and try!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:36864
    • 提供者:夏下
  1. mop_5_27_modified_a

    0下载:
  2. 用改进蚁群算法求解一类连续空间优化问题的matlab实现-improved ant colony algorithm for solving a class of continuous space optimization problems achieving Matlab
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:邹昨然
  1. AntNet

    0下载:
  2. 一种基于蚁群聚类的径向基神经网络 提出了一种基于蚁群聚类算法的径向基神经网络. 利用蚁群算法的并行寻优特征和挥发系 数方法的自适应更改信息量的能力,并以球面聚类的方式确定了径向基神经网络中基函数的位置, 同时通过比较隐层神经元的相似性、合并相似性较为接近的2 个神经元来约简隐含层的神经元,以 达到简化径向基神经网络结构的目的. 实验比较了几种不同聚类算法的径向基神经网络,结果表 明,所提神经网络的整体训练时间至少可缩
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:291840
    • 提供者:zhxj
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org