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

搜索资源列表

  1. AS_GA_PSO

    0下载:
  2. 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。-Genetic algorithm (ga) to solve minimum spanning tree problem, PURFER encoding.Particle swarm algorithm for unconstrained optimization problems.Ant colony algorithm to solve TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11432
    • 提供者:liumeng
  1. TSP_GA

    0下载:
  2. solve the TSP problem by GA
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:19398
    • 提供者:AZAM
  1. gatsp1

    0下载:
  2. 采用遗传算法ga解决旅行商问题tsp,是用MATLAB语言编写的,并且注释很详细。-Ga genetic algorithm to solve the traveling salesman problem tsp, with MATLAB language, and very detailed comments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4679
    • 提供者:luxiaoping
  1. weka

    0下载:
  2. tspData <- read.csv( D:\\weka\\hw\\TSP.csv , header = T, sep = , ) #tspData <- `colnames<-`(tspData,c(1:8)) D <- as.matrix(tspData) tourLength <- function(tour, distMatrix) { tour <- c(tour, tour[1]) route <- embed(tou
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:1976
    • 提供者:peipei
  1. ga_tsp

    0下载:
  2. 遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3811
    • 提供者:djw55453
  1. yichuan

    1下载:
  2. 使用遗传算法解决旅行商问题,算法清晰,可运行。-GA for solving TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:蒋林玻
  1. tspga

    0下载:
  2. 遗传算法求解tsp问题,可处理tsp95lib中的任意文件。-It is the program use to GA algorithm to slove tsp problem, it can deal tsp95lib s all file.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:wangtao
  1. daimayasuo

    1下载:
  2. 包含:基于蚁群算法求解对称非对称旅行商问题 粒子群优化算法演示(PSO) 基于遗传算法(GA)的多变量旅行商问题(TSP) 遗传算法优化BP 神经网络在数据预测方面的应用 金融数量分析相关代码-Comprising: Solving Symmetric Asymmetric Traveling Salesman Problem Based on Ant Colony Algorithm Particle Swarm Optimization Demo (PSO) Mult
  3. 所属分类:Maple

    • 发布日期:2017-04-29
    • 文件大小:365675
    • 提供者:woailou11
  1. mdmtspv_ga

    0下载:
  2. This code is aimed at solving the multiple depots multiple traveling salesman problem by using genetic algorithm.Finding a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for t
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5537
    • 提供者:魏蕖
  1. Multiple-Traveling-Salesmen-Problem

    0下载:
  2. 多旅行商matlab实验源码实现了三种多旅行商问题,使用了遗传算法,可以在matlab2010a以上版本运行-MTSPOF_GA Fixed Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:13071
    • 提供者:张驰程
  1. Travelling-Salesman-Problem-Genetic-Algorithm--ma

    0下载:
  2. Solving Tsp using ga in scilab
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:53940
    • 提供者:Tiago
  1. GA_TSP

    0下载:
  2. 本程序包含遗传算法主程序,用于解决GA在TSP中的应用问题。包含有cross exchang mutation fit等多个子程序。对于TSP问题可以直接拿来用,其他问题可以稍加修改或利用其中的GA程序。-This program includes the main program, the genetic algorithm (GA) is used to solve the problem of GA in the application of TSP. Contains a cross e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6472
    • 提供者:邓振立
  1. GAforTSP

    0下载:
  2. VC++ 6.0环境下利用遗传算法求解三十个城市的旅行商(TSP)问题-GA for TSP
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1100683
    • 提供者:林爽雯
  1. GA4TSPProblem-master

    0下载:
  2. 在matlab上使用遗传算法解决TSP旅行者问题: TSP问题指的是从一个节点开始遍历其他所有节点并回到初始节点,构成一个哈密顿回路,节点与节点之间距离不同,目标是找到一条回路使得总路程最短,也就是走最短的路遍历所有节点回到起点 遗传算法模仿达尔文进化论中优胜劣汰的思想,从随机初始总群开始,不断进化最终选出接近最优解的一代,从而求解出近似最优解-use GA to solve the problem for TSP,which can find the approximate optim
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:8192
    • 提供者:余金强
  1. 1

    0下载:
  2. A Performance Comparison of PSO and GA Applied to TSP
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-18
    • 文件大小:879616
    • 提供者:ss
  1. Multiple Traveling Salesmen Problem

    0下载:
  2. MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exa
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:6144
    • 提供者:mokangxin
  1. GA for TSP - Final

    0下载:
  2. 用遗传算法实现旅行商问题,可选择城市数量(Traveling salesman problem is realized by genetic algorithm, and the number of cities can be selected.)
  3. 所属分类:仿真建模

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:tianyunong
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com