搜索资源列表

  1. Tsp

    0下载:
  2. 用java实现的利用蚁群算法实现的tsp问题,有图形输出-Java achieved with the use of ant colony algorithm to achieve the tsp problem graphics output
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:廖美健
  1. TSPtoGeneticAlgorithm

    0下载:
  2. 该程序是一个主要用遗传算法来解决TSP问题的模型-The program is a major genetic algorithm used to solve the TSP problem model
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:FY
  1. tsp3

    0下载:
  2. 用遗传算法解决tsp问题,其中变异概率会随当前状态变化,达到自适应的目的-Tsp using genetic algorithms to solve the problem, in which mutation probability with the current state of change, to achieve the purpose of adaptive
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:pk
  1. qacs

    0下载:
  2. 简单蚁群算法解决tsp问题 一共有48城市 花费7分钟-Simple ant colony algorithm to solve the problem 1 tsp spent a total of 48 cities in 7 minutes
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王坤
  1. AntColonyAlgorithmforTSPproblem

    0下载:
  2. 蚁群算法求解TSP问题的源程序及简要说明-Ant Colony Algorithm for TSP problem and a brief descr iption of the source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:张明扬
  1. 04135859657

    0下载:
  2. 这里面有几种语言来实现遗传算法中的TSP问题!希望对学习的人有所帮助!-There are several languages to achieve the genetic algorithm in the TSP problem! Want to be helpful to learn!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:31744
    • 提供者:彭金良
  1. tsp

    1下载:
  2. 通过神经网络,蚁群算法,遗传算法等智能优化方法解决TSP问题-Through neural networks, ant colony algorithm, genetic algorithm, such as intelligent optimization methods to solve TSP problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:anson
  1. TSPGT(读距离矩阵版本)

    0下载:
  2. 本程序是求解TSP问题(读距离矩阵版本).-This procedure is for solving TSP problems (reading distance matrix version).
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:59392
    • 提供者:huanghubang
  1. dp_tsp

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

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

    0下载:
  2. TSP问题城市坐标文件,给出了42城市、48城市和51城市的坐标-TSP problem cities coordinates document, given by 42 cities, 48 cities and 51 cities in the coordinates
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:胡家君
  1. TRIBES_BM.ZIP

    0下载:
  2. MC clerc的tribes PSO 解决TSP问题!-MC clerc of the tribes PSO to solve TSP problem!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2509824
    • 提供者:chn
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:185344
    • 提供者:杜红艳
  1. GA

    0下载:
  2. GA TSP问题,很好的源程序,来自网络,希望对需要的人有帮助-GA TSP problem, a very good source, from the network, and they hope to those who need help
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:cmxy
  1. antscolony2

    0下载:
  2. 简单的求解tsp问题,比matlab demo中的更细,用的是蚂蚁算法。-Tsp solving simple problems, matlab demo than in the more detailed, using the ant algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:木南
  1. TSP

    0下载:
  2. 用C++实现了解决6*6矩阵的TSP问题!!!含有源代码!-With C++ Realize the solution to 6* 6 matrix TSP problem!!! Containing the source code!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:吴应龙
  1. C-TSP

    0下载:
  2. 基于改进后的遗传算法 交叉、变异操作后,在windows平台下用C语言实现求解TSP问题-Based on the improved genetic algorithm crossover and mutation operation, in windows platform using C language for solving TSP problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:lc
  1. GA_TSP12

    0下载:
  2. 与本人上次上传的类别一样,都是利用遗传算法求解TSP问题,本次采用的开发环境为 matlab!-From my previous categories, are the use of genetic algorithm to solve TSP problems, the development environment for the use of matlab!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:55296
    • 提供者:lc
  1. TSP

    0下载:
  2. 这是有关于遗传算法在TSP问题中的应用的论文。-This is a genetic algorithm on the TSP problem in the application papers.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:174080
    • 提供者:娃娃
  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-15
    • 文件大小:31744
    • 提供者:李海民
  1. AntTSP

    0下载:
  2. 蚁群算法解决TSP问题,界面实现,有城市,有坐标,有路线,是我自己编的-Ant colony algorithm to solve TSP problems, interface, has cities, has coordinates, has routes, is my own series
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org