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

搜索资源列表

  1. AntCar

    0下载:
  2. 在linux下C写的蚁群算法,用于解决VRP、TSP问题,效果发很好。-AntCar is a program for solving the car sequencing problem.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:5287
    • 提供者:mlon
  1. hc-mmas-ubqp

    0下载:
  2. 在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:318369
    • 提供者:mlon
  1. AntSolver

    0下载:
  2. 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver is a program for solving constraint satisfaction problems with ACO
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:20422
    • 提供者:mlon
  1. AntSolver2.0

    0下载:
  2. 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver2.0 is a program for solving constraint satisfaction problems with ACO,more better than AntSolver
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:20467
    • 提供者:mlon
  1. CPP--ACO_TSP

    0下载:
  2. 面向对象编程,利用C++语言实现的蚁群算法,解决TSP等寻优问题,建立了完成的蚂蚁类,可以灵活解决30、50、70个城市的TSP问题。注释完整,非常容易看懂。-C++ source code for sloving TSP optimization problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-20
    • 文件大小:5120
    • 提供者:雷士
  1. CSharpTSP

    0下载:
  2. TSP问题用蚁群算法来实现的C#源代码。-TSP problem with the ant colony algorithm to achieve C# source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:12853
    • 提供者:dongshuling
  1. Ant3-30-ant-system

    0下载:
  2. 用C++编写的蚁群算法,能测试不同的TSP问题。-The ant colony prepared C++ algorithm, test different TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:136021
    • 提供者:limin
  1. TSPfinal

    0下载:
  2. 蚁群算法程序解TSP。C++编程用智能优化算法TSP问题,对初学者有一定帮助。-Ant colony algorithm solution TSP. C++ programming with intelligent optimization algorithm TSP problem, some help for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:433439
    • 提供者:caojinran
  1. csharp-ant

    0下载:
  2. 一个简单的蚁群算法,是利用C#编写的,实现了TSP问题的求解-A simple ant colony algorithm, written in C# is to use to achieve the TSP problem solving
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:2025
    • 提供者:Louis
  1. ACO

    0下载:
  2. 蚁群算法求解TSP问题,在visual C++环境编写。-ACO question solution method
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:551742
    • 提供者:erry
  1. ACOTSP.V1.0

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

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

    0下载:
  2. 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#(-ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony al
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3497
    • 提供者:qinwenmin
  1. qqq

    0下载:
  2. 蚁群算法求解TSP问题的源代码,c++实现的-Ant colony algorithm for TSP source code, c++ achieved
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3731
    • 提供者:高好
  1. TCP

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。 function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-Ant colony algorithm is very hot current research an intelligent algorithm, the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1776
    • 提供者:冯丁
  1. tspant_CSharp

    1下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,tsp用C#编程-Ant colony algorithm (ant colony optimization, ACO), also known as the ant algorithm, tsp Programming with C#
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:14575
    • 提供者:yanqingxin
  1. sas

    0下载:
  2. 一段用C++写的排序蚁群算法,用于求解旅行商TSP问题-ACO TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:12108
    • 提供者:charlie
  1. ant_TSP

    0下载:
  2. 蚁群算法解决TSP问题,采用C++编写,简单易懂,-ANT algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3408
    • 提供者:秋风
  1. Ant-algorithm

    0下载:
  2. 蚁群算法,人工智能,C++实现,可以用来学习解决TSP问题,图像拼接问题,希望对你有帮助!-Ant algorithm,it has been proved that that can help you learn or solve TSP or NP!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2715
    • 提供者:刘伟
  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. ANT-conony-system

    0下载:
  2. 一个简单实用的使用c语言进行蚁群算法的实现解决tsp问题- A simple and practical using c language for the realization of the ant colony algorithm to solve TSP problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:谭成浩
« 1 2 3 45 »
搜珍网 www.dssz.com