搜索资源列表

  1. TSP

    0下载:
  2. TSP双种群蚁群算法。还包括了“30城市TSP问题数据与最优解.mat”,“75城市TSP问题数据.mat”,和“442TSP问题数据与算法对比.mat”-TSP-Stocks ant colony algorithm. Also include "30 cities TSP data and the optimal solution. Mat, " "75 cities TSP data. mat, &q
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12.67kb
    • 提供者:ivan
  1. TSP

    0下载:
  2. TSP双种群蚁群算法。还包括了“30城市TSP问题数据与最优解.mat”,“75城市TSP问题数据.mat”,和“442TSP问题数据与算法对比.mat”-TSP-Stocks ant colony algorithm. Also include "30 cities TSP data and the optimal solution. Mat, " "75 cities TSP data. mat, &q
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:12kb
    • 提供者:ivan
  1. GA_TSP_lunwen+yuanma

    0下载:
  2. 利用遗传算法求解TSP问题。TSP问题描述如下:给定一组n个城市和他们两两之间地直达距离,寻找一条闭合的旅程,使得每个城市刚好经过一次而且总的旅行距离最短。 -The use of genetic algorithm to solve TSP problems. TSP problem described as follows: given a set of n cities and their 22 direct distance
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:181kb
    • 提供者:杜红艳
  1. Matlab

    0下载:
  2. 用matlab解决TSP旅行商问题,30个城市的路线优化问题-Matlab solving TSP traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:1kb
    • 提供者:ronnie
  1. tsp

    0下载:
  2. 旅行商问题,总共30个城市,计算最优路线和最短路径-Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:1kb
    • 提供者:steven
  1. TSPsolutions75city

    0下载:
  2. 30城市、44城市、75城市框架下的旅行商寻优问题代码-TSP solutions under30,44, 75 city
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:12kb
    • 提供者:王旭
  1. Simulated

    0下载:
  2. 用模拟退火算法求30个城市的旅行商问题的C程序-Simulated Annealing Algorithm with 30 cities of the TSP C program
  3. 所属分类:Windows编程

    • 发布日期:2025-02-02
    • 文件大小:1003kb
    • 提供者:li qing
  1. TSP

    0下载:
  2. 用matlab解决TSP旅行商问题,针对30个城市最短路径进行优化-Using matlab to solve the traveling salesman problem TSP for 30 cities to optimize the shortest path
  3. 所属分类:文档资料

    • 发布日期:2025-02-02
    • 文件大小:4kb
    • 提供者:洪波
  1. TSP-gene

    0下载:
  2. 是用遗传算法解决TSP问题,测例包括10个城市和30个城市。使用PMX交叉算子。-Is to use genetic algorithms to solve TSP problems, test cases, including 10 cities and 30 cities. Using the PMX crossover.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:43kb
    • 提供者:yc
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题代码,其为了解决30个城市行走的最佳路径-Code genetic algorithm to solve TSP problems, and its 30 cities to address the best path to walk
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:1.04mb
    • 提供者:wrq
  1. aunt

    0下载:
  2. 蚁群算法实现TSP问题,30城市,不考虑代价问题-Ant colony algorithm for TSP, 30 cities, regardless of cost in the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-02
    • 文件大小:3.81mb
    • 提供者:李涛
  1. TspSA

    0下载:
  2. 模拟退火实现TSP问题,30城市,不考虑代价-Simulated Annealing TSP, 30 cities, does not consider costs
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:2.7mb
    • 提供者:李涛
  1. 30-city-TSP

    0下载:
  2. 自己编写的用禁忌搜索编写的30个城市的TSP问题,希望对刚刚学习算法编程的有点帮助-This is what I have written written with Tabu Search 30 cities TSP problem, hoping for just a little help learning algorithm programming, because I am also learning ^ _ ^
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:38kb
    • 提供者:舞鸿
  1. TSP

    0下载:
  2. 30个城市的TSP问题的遗传算法,可以对数据稍加修改来计算类似的问题-30 cities TSP genetic algorithm, the data can be slightly modified to calculate the similar problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:224kb
    • 提供者:maxwellddd
  1. 30TSP-Cs

    0下载:
  2. 使用C#算法解决30个城市的旅行商问题(TSP),程序代码内有详细的说明,适合C#语言的入门学习。-Using C# algorithm to solve the traveling salesman problem in 30 cities (TSP), the program code with detailed instructions for the C# language learning portal.
  3. 所属分类:C#编程

    • 发布日期:2025-02-02
    • 文件大小:4kb
    • 提供者:刘育成
  1. TSP_30

    1下载:
  2. 选择30城市TSP问题作为研究对象,解题思路源自于:“由固定点围成的多边形,其面积与其周长成反比(李氏定则)”。-Select TSP 30 city as the research object, problem-solving ideas from: "surrounded by a fixed point of the polygon, the area of its week inversely proportional to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:211kb
    • 提供者:王道吉
  1. g05

    0下载:
  2. matlab源码,利用遗传算法求解30个城市的tsp问题-matlab source code, the use of genetic algorithm to solve 30 problems tsp city
  3. 所属分类:matlab例程

    • 发布日期:2025-02-02
    • 文件大小:2kb
    • 提供者:孙建
  1. tsp-GA

    0下载:
  2. 遗传算法解决TSP问题,词程序为30个城市的TSP问题,其中交叉和变异函数有点问题,在结果中可能无法遍历30个城市-Genetic algorithm to solve TSP, the word program is 30 cities TSP problem where a problem with the crossover and mutation function, the result may not traverse 30
  3. 所属分类:matlab例程

    • 发布日期:2025-02-02
    • 文件大小:9kb
    • 提供者:王贾予沣
  1. Tsp

    0下载:
  2. 用GA算法解决30城市的TSP问题,城市的数量和距离需要手动输入。-30 city TSP problem solving with GA algorithm, the number and distance of the city' s need to manually enter.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-02
    • 文件大小:2kb
    • 提供者:戚为
  1. yichaun

    0下载:
  2. 30城市TSP问题,用遗传算法解决,比较典型,有数据源文件。(30, the city TSP problem is solved by genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2025-02-02
    • 文件大小:1kb
    • 提供者:xxxxy
« 12 »

源码中国 www.ymcn.org