搜索资源列表

  1. 解TSP问题的GA程序

    0下载:
  2. 解TSP问题的GA程序-solution of TSP procedures GA
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:乐玉
  1. TSP GA

    0下载:
  2. C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:8kb
    • 提供者:黄瑞
  1. MATLAB GA TSP

    0下载:
  2. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:黄瑞
  1. GA结合均匀设计表

    1下载:
  2. 结合均匀设计表和小边经验公式产生初始种群,使TSP应用遗传算法能求出更优更快解,详尽说明见paper.doc。-uniform design combining a small side table and have empirical formula initial population, TSP application of genetic algorithms can be obtained faster and better s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:625kb
    • 提供者:姚启迪
  1. GA-TSP

    0下载:
  2. 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。-The procedure for solving TSP using genetic algorithms problems, have been relatively superior solutions, beginners can refer to.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:44kb
    • 提供者:赵科
  1. ga-tsp

    0下载:
  2. 遗传算法解中国旅行商问题,里面有45个城市,用遗传算法算出近似最优解-Genetic Algorithm for Traveling Salesman Problem in China, there are 45 cities, using genetic algorithms calculate the approximate optimal solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:508kb
    • 提供者:lsk
  1. GA-TSP

    0下载:
  2. 遗传算法求解TSP源程序,对学习遗传算法编程很有帮助。-Genetic Algorithm for TSP source of learning genetic algorithm programming helpful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:3.06mb
    • 提供者:丁立
  1. tsp

    0下载:
  2. ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法-ga algorithm problems tsp. dynamic TSP is that the town change over time in the coordinates, we aim to have in the shorte
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:李丽
  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-11-27
    • 文件大小:2kb
    • 提供者:cmxy
  1. GA-TSP

    0下载:
  2. 用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。-Genetic Algorithm for TSP with the problem. . . matlab prepared, together with the coordinates with the city for inspection.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:3kb
    • 提供者:何金深
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解TSP的源代码程序 可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:9kb
    • 提供者:zhouye
  1. GA

    0下载:
  2. TSP问题matlab遗传算法verygood-Matlab genetic algorithm for TSP problem verygood
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:14kb
    • 提供者:ding
  1. ga-for-tsp

    0下载:
  2. 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:3kb
    • 提供者:dayong
  1. GA(tsp)

    0下载:
  2. 遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:316kb
    • 提供者:杨瑞
  1. TSP

    0下载:
  2. 各种算法的TSP源码,包含GA、SA、TS、ANN。-TSP source of various algorithms, including GA, SA, TS, ANN.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:8kb
    • 提供者:
  1. GA

    0下载:
  2. 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:3kb
    • 提供者:张晓
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:界面编程

    • 发布日期:2024-11-27
    • 文件大小:409kb
    • 提供者:xnhcx
  1. TSP

    0下载:
  2. TSP solved whit Genetic Algorithms in MATLAB GA toolbox
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:406kb
    • 提供者:siulfer
  1. GA-TSP

    0下载:
  2. 在matlab环境下,用遗传算法实现解决TSP问题。应该可以运行。。既不清楚了-deal with TSP problem with GA
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:7kb
    • 提供者:chenlan
  1. GA-TSP

    0下载:
  2. GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。-GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:张三
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org