搜索资源列表

  1. 08100354294

    0下载:
  2. 用遗传算法解决旅行商问题 -惴ㄅ?糯惴
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:641024
    • 提供者:
  1. multisp

    0下载:
  2. 使用MPI编写一个并行程序,利用遗传算法来解决旅行商问题。-The use of MPI to prepare a parallel process, the use of genetic algorithm to solve the traveling salesman problem.
  3. 所属分类:并行运算

    • 发布日期:2024-05-21
    • 文件大小:53248
    • 提供者:pim
  1. dp_tsp

    0下载:
  2. TSP问题的动态规划求解。问题描述:旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -TSP dynamic programming to solve the problem. Descr iptio
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1045504
    • 提供者:黄艺敏
  1. tsp

    0下载:
  2. 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。-Using C language realize traveling salesman problem. The algorithm is simple and lean, efficiency is not low, the problem is to achieve a good TSP algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:236544
    • 提供者:
  1. map

    0下载:
  2. 关于旅行商问题的动态规划算法 在vc环境下编译通过-On the traveling salesman problem dynamic programming algorithm in vc compiler environment through
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:591872
    • 提供者:张小
  1. tsp

    0下载:
  2. 利用动态规划算法 vc实现的小规模旅行商问题-Vc algorithm using dynamic programming to achieve small-scale traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1015808
    • 提供者:linmaitian
  1. tspGA

    0下载:
  2. 采用遗传算法解决TSP旅行商问题 对初学遗传算法者很不错-The use of genetic algorithm to solve traveling salesman problem TSP to the beginner who is pretty good genetic algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:肖玲俐
  1. acatsp

    0下载:
  2. 利用蚂蚁算法思想,求解旅行商问题!思路清晰,有注解,适合初学者学习!-Thinking of the use of ant algorithm to solve traveling salesman problem! Clear lines of thought, have comments, suitable for beginners to learn!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:罗根
  1. AntTsp

    0下载:
  2. 解决旅行商问题的C++代码,可以欣赏以下-Solve the Traveling Salesman Problem C++ Code, you can enjoy the following
  3. 所属分类:人工智能/神经网络/遗传算法

  1. SATSP

    0下载:
  2. 用模拟退火算法求解旅行商问题 T(t+1)=k×T(t) 式中k为正的略小于1.00的常数,t为降温的次数 -Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem T (t+ 1) = k × T (t) where k is slightly less than 1.00 are constants, t is the numbe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:清水
  1. GATSP

    0下载:
  2. 用遗传算法求解旅行商问题的matlab程序 (详细说明见文本)-Using Genetic Algorithm for Traveling Salesman Problem matlab program (a detailed explanation see the text)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:清水
  1. LINGO1

    0下载:
  2. lingo 多旅行商问题的求解代码 每人限制运货为50-multi-lingo code for solving the traveling salesman problem restricted shipments of 50 per person
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:phoebe
  1. TSPgenerationwithMatlab

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序,可用于解决夺目的地TSP问题-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab general procedures can be used to solve TSP problems capture
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:李海民
  1. TSP40

    0下载:
  2. 旅行商问题 tsp-Traveling salesman problem tsp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:ranee
  1. TravelerField

    0下载:
  2. 本程序使用MFC编写了编写了旅行商问题,使用A*算法。-This procedure was prepared to use MFC to prepare a traveling salesman problem, use the A* algorithm.
  3. 所属分类:.net编程

    • 发布日期:2024-05-21
    • 文件大小:693248
    • 提供者:李祥
  1. FISHTSP

    1下载:
  2. 人工鱼群算法解决旅行商问题,这是在当前互联网上唯一的一个,这个是我自己编的,保证通过-Artificial fish-swarm algorithm to solve traveling salesman problem, which is in the current Internet, the only one, this is my own, and to ensure through
  3. 所属分类:数值算法/人工智能

  1. DXTSP

    0下载:
  2. 单向的TSP旅行商问题的动态规划算法,用C语言实现。-One-way Traveling Salesman Problem TSP dynamic programming algorithm, using C language.
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:zhoulitc
  1. 101259373DeMat

    0下载:
  2. 一些pso算法的应用 解决旅行商问题-Application of some PSO algorithm to solve traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:张艳双
  1. trav

    0下载:
  2. 求解TSP(旅行商)问题的模拟退火程序,能够解决任意维数的TSP及组合优化问题,得到的结果优化程度都很高-Solving TSP (TSP) in simulated annealing procedures, can solve arbitrary dimension TSP and combinatorial optimization problems, the result of optimization of a high de
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张宪
  1. TSP

    0下载:
  2. tsp(旅行商问题) 利用matlab遗传算法、模拟退火算法以及lingo动态规划求解-tsp (TSP) using matlab genetic algorithms, simulated annealing algorithm and dynamic programming to solve lingo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:李玉
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org