搜索资源列表

  1. Ant colony algorithm universal procedures

    0下载:
  2. Ant colony algorithm universal procedures
  3. 所属分类:matlab例程

    • 发布日期:2010-05-01
    • 文件大小:3259
    • 提供者:fouad_enp
  1. Ant Colony Optimization for Best Path Planning

    0下载:
  2. Ant Colony Optimization for Best Path Planning
  3. 所属分类:文档资料

  1. AntTSP

    0下载:
  2. tsp问题的蚂蚁算法-ant colony algorithm for TSP problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:邓连波
  1. hc-mmas-ubqp.tar

    0下载:
  2. 蚁群算法源代码,一个老外的例子-ant colony algorithm source code and an example of a foreigner
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:325632
    • 提供者:全动
  1. An-Adaptive-Ant-Colony-Algorithm-Applied-to-Bidire

    0下载:
  2. 自适应蚁群算法在车间调度中的应用研究,包含了绝大部分详细研究说明文档。-Adaptive ant colony algorithm in the shop scheduling of applied research, contains a detailed study of the vast majority of documentation.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:12291072
    • 提供者:baihualin
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    0下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Alg
  3. 所属分类:图形图象

    • 发布日期:2024-05-04
    • 文件大小:306176
    • 提供者:miaosiyi
  1. Colony-algorithm

    1下载:
  2. 给出算例的蜜蜂算法,可以用于智能优化,有实例,可供参考修改应用-Colony algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:58368
    • 提供者:王威
  1. Enhanced-Ant-Colony

    0下载:
  2. Enhanced Ant Colony Based Algorithm for Routing in Mobile Ad Hoc Network
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-04
    • 文件大小:401408
    • 提供者:pangkaa
  1. Artificial-bee-colony

    0下载:
  2. 人工蜂群算法(简称ABC)是由土耳其埃尔吉耶斯大学的Karaboga在2005年提出的一种基于蜜蜂群智能搜索行为的随机优化算法-Artificially colony algorithm (hereinafter referred to as ABC) is by Turkish elgie yves university in 2005 Karaboga
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:503808
    • 提供者:王宗裔
  1. Ant-Colony-Optimisation-for-vehicle-routing-probl

    0下载:
  2. Ant Colony Optimisation for vehicle routing problems: from theory to applications. Keywords: Metaheuristics, Ant Colony Optimisation, Vehicle Routing Problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:252928
    • 提供者:shalin
  1. ants-colony-

    0下载:
  2. Matlab matlab codes for ant colony optimization -Matlab matlab codes for ant colony optimization
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:esse
  1. Artificial-Bee-Colony

    0下载:
  2. 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:陈旭
  1. ant-colony-algorithm-demo

    0下载:
  2. 功能强大的蚁群算法演示平台,能针对基本的蚁群算法,改进后的蚁群算法在TSP等问题上进行相关演示-Powerful ant colony algorithm demo platform, can address the basic ant colony algorithm, the improved ant colony algorithm in TSP and other issues related to demo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:151552
    • 提供者:张强
  1. ant-colony-algorithm-demo-zhang

    0下载:
  2. VC++源码,是一个功能强大的蚁群算法演示平台,能演示基本的蚁群算法以及改进后的蚁群算法在TSP等问题上进行问题求解的过程-翻译结果(中 > 英)复制结果 VC + + source code, is a strong function of the ant colony algorithm demo platform, can demonstrate the basic ant colony algorithm and th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:151552
    • 提供者:张强
  1. Ant-colony-algorithm-

    0下载:
  2. 本文件里描述了用蚁群算法寻找最短路径的方法,以及相应的搜索路线图形表示-This document describes the use of ant colony algorithm to find the shortest path method, and the corresponding graphical representation of the search line
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:91136
    • 提供者:加俊
  1. Ant Colony Algorithm

    0下载:
  2. 基于蚁群算法的机器人路径规划,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Based on the ant colony algorithm, the path of the robot with the obstacle is modeled by the method of grid discretization, and the environment is store
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:40960
    • 提供者:三叶半夏
  1. Three dimensional Ant Colony Algorithm

    0下载:
  2. 用MATLAB编程的蚁群的三维路径规划,可以比较快速有效的找到目标点。(With the MATLAB programming of the ant colony of the three-dimensional path planning, you can more quickly and effectively find the target point.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:15360
    • 提供者:三叶半夏
  1. 2D Ant Colony Algorithm

    0下载:
  2. 用MATLAB将二维蚁群算法编程并仿真出机器人的路径规划得出最短路径(Using MATLAB to program the two-dimensional ant colony algorithm and simulate the path of the robot to draw the shortest path)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:12288
    • 提供者:三叶半夏
  1. ants colony 2

    0下载:
  2. Problem TSP ant colony algorithem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:medsaid
  1. Ant-colony-algorithm

    0下载:
  2. 用于蚁群算法的聚类,可以直接打开进行聚类操作,文件夹中给出了原始数据和代码(Ant colony algorithm is used in clustering, clustering can directly open for operation, folder raw data and code are given)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:261120
    • 提供者:瑞琪
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org