搜索资源列表

  1. parallelgenetic

    0下载:
  2. 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1312768
    • 提供者:wrq
  1. GA-TSP

    0下载:
  2. 遗传算法解决TSP问题,目前已完成编码和选择模块-Genetic algorithm to solve TSP, has completed the coding and selection of modules
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2233344
    • 提供者:谢君如
  1. TSP

    0下载:
  2. 通过C++语言的运用遗传算法解决TSP问题,源码写的比较清楚,详看代码-C++ language by using genetic algorithm to solve TSP problem, the source more clearly written, detailed look at the code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:rs
  1. GATSP

    0下载:
  2. 一个用遗传算法解决TSP问题的方法,解决了N个城市的TSP问题-A genetic algorithm to solve TSP problem, solve the N-city TSP problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:174080
    • 提供者:风云
  1. tsp

    0下载:
  2. 用matlab 来实现用遗传算法解决tsp问题。-Using matlab to achieve using genetic algorithms to solve the problem tsp.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:布谷
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 经典旅行商问题 vc6.0编译环境 - solve TSP problems by genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:358400
    • 提供者:周道道
  1. tsp

    0下载:
  2. 遗传算法解决TSP(旅行商问题),该程序针对小于50个城市的TSP收敛,可以得出满意解(不一定最优最优)-evolutionary algrithm to deal with tsp
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 包含遗传算法解决TSP问题的源码及程序报告,帮助大家清晰的了解程序流程及实现-this use genetic algorithm to solve the TSP problem,including source and program reports ,which can help everyone have a clear understanding of program flow and implement
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:435200
    • 提供者:雨伶
  1. TSP

    0下载:
  2. 遗传算法解决TSP演示,win32界面显示,十分详细-Genetic algorithm to solve TSP demonstration
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:164864
    • 提供者:蔡纪源
  1. TSP

    0下载:
  2. 利用遗传算法解决TSP问题,有注释,下载后可以运行-The use of genetic algorithm to solve TSP, notes, and can run after the download
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:lulu
  1. TSP-GA-MATLAB

    0下载:
  2. 用遗传算法解决TSP问题,matlab源程序-Genetic algorithm to solve TSP, Matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:赵晶晶
  1. GA-TSP

    0下载:
  2. 智能优化算法里的遗传算法解决TSP问题,vc++编写,有注释。-Intelligent optimization algorithm of genetic algorithm to solve TSP, vc++ write, comment.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陆为霜
  1. GA-TSP

    0下载:
  2. 文档给出MATLAB源程序,关于遗传算法解决TSP问题。-Genetic algorithm to solve TSP
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:李严
  1. TSP

    0下载:
  2. Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。-Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results ca
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:李小君
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:65536
    • 提供者:罗顺昌
  1. Slove-TSP-Problem

    0下载:
  2. 使用遗传算法解决TSP问题 ,使用了遗传算法的选择、变异等操作。-Using genetic algorithm to solve TSP problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王汝彬
  1. yichuansuanfa-tsp

    0下载:
  2. 用遗传算法解决TSP问题,运行效率较高。里面的程序多为逻辑程序,对遗传算法过程有更好的理解-Using genetic algorithm to solve TSP problems, higher operating efficiency. Mostly inside the program logic, genetic algorithms have a better understanding of the process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:卷毛
  1. ga-tsp

    0下载:
  2. ga遗传算法解决tsp问题的一个简单实例, 学习使用-ga for tsp
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:wang
  1. generic-algorithm--TSP-CPP-

    0下载:
  2. 遗传算法解决TSP问题 带有界面 C++程序-generic algorithm TSP C++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1726464
    • 提供者:华冰
  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例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:王贾予沣
« 1 2 3 4 5 67 8 9 10 11 ... 21 »

源码中国 www.ymcn.org