CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 蚁群算法程序

搜索资源列表

  1. yiqunsuanfachengxu

    1下载:
  2. 基本蚁群算法程序程序在vc++6.0下面同过,对原来的做了一点修改。-basic ant algorithm Procedure in the same vc 6.0 below that of the original done a few modifications.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:李虹
  1. ACO_Knight_3

    2下载:
  2. 三维广义骑士巡游问题的蚁群算法的程序,能够很好的生成骑士巡游路径
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3198
    • 提供者:姜德雷
  1. ant_test

    0下载:
  2. 蚁群算法的程序,是关于函数优化的,是一个同学给的,上传上去和大家分享
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:40148
    • 提供者:杜鲁燕
  1. pso

    0下载:
  2. 蚁群算法,用户可以修改程序中的宏定义来设置初值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14842
    • 提供者:llw
  1. aco

    0下载:
  2. 蚁群算法的c++实现程序,是一个求解tsp的简单的例子-Ant colony algorithm implementation c++ program is a simple example of solving tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:nong
  1. ANTS

    0下载:
  2. 利用蚁群算法解决TSP(旅行商)问题的程序-Ant colony algorithm to solve TSP (traveling salesman problem)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2583
    • 提供者:arthur
  1. AntColonyOptimization

    0下载:
  2. 蚁群算法 C语言程序(已运行)段海滨教授主编并经过几位网友修改版的。-Ant colony algorithm C language program (already running) Professor Duan Haibin edited and modified version after several users.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1704
    • 提供者:sdddsqweq
  1. ANT

    0下载:
  2. 用蚁群算法实现寻找印制板打孔路线的c++程序-ant programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4133675
    • 提供者:hou fang
  1. Ant-colony-algorithm-and-program

    0下载:
  2. 蚁群算法及程序,包括对蚁群算法的简介和用matlab的实现代码-Ant colony algorithm and procedures, including the introduction of ant colony algorithm and the realization of matlab code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:41477
    • 提供者:赵永宁
  1. ACOTSP.V1.0

    0下载:
  2. 该程序利用C编程实现蚁群算法解决旅行商问题-ACO algorithm for TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:99636
    • 提供者:熊福力
  1. ACO_on_JSSP

    4下载:
  2. 该程序是用matlab实现蚁群优化算法求解车间调度问题-The program is ACO algorithm for the jobshop scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:57983
    • 提供者:熊福力
  1. cross

    0下载:
  2. 旅行商问题的蚁群算法程序,可以方便的计算旅行商问题,也可以作为蚁群算法的参考。-Traveling salesman problem of ant colony algorithm program, easy to calculate the traveling salesman problem, can also be used as a reference of ant colony algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2310
    • 提供者:lishaowei
  1. MMAS

    0下载:
  2. 采用C++语言编写的最大最小蚁群优化算法程序-C++ language using the max min ant colony optimization algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:10960
    • 提供者:祝民鹏
  1. CMA-ES-optimization

    1下载:
  2. 包括优化算法源程序及算法原理介绍。自适应协方差矩阵进化策略,一种2000年左右发展起来的新优化算法,简称CMA-ES,最近十几年得到了学术界的广泛关注,非常有应用前景。这是一种黑箱子优化算法,可以再程序末自己定义优化函数,也可以调用外部程序(如有限元等)进行计算,然后提取优化函数的解。该优化算法在各种变量维度下的表现优于蚁群算法、粒子群算法,有较好的收敛性,这归功于其严谨的数学表达。-Covariance matrix adaptation evolution strategy, about o
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:631128
    • 提供者:Weizhu Yang
  1. ACO3

    0下载:
  2. 融合蚁群算法和模拟退火算法的C++程序,解决TSP-Fusion ant colony algorithm and simulated annealing algorithm C++ program to solve TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4918684
    • 提供者:程俊涛
  1. gemdhrogrammingcode

    0下载:
  2. 机器人路径规划中的蚁群算法小程序自己编程的 不错的源码-Robot path planning in the ant colony algorithm is a small program good programming source code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:37888
    • 提供者:Olbirn
  1. 35460349yiqun-tuxing

    0下载:
  2. 蚂蚁算法,路径寻优的一种算法,已经实现了运行。可以一试。(Ant algorithm, a path optimization algorithm, has been implemented. Yes, you can.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:半樽酒
  1. 蚁群算法

    0下载:
  2. 蚁群算法求解旅行商问题,一个经典程序,可以求出较优解(ant colony algorithm)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:8192
    • 提供者:samyu0304
搜珍网 www.dssz.com