CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 遗传算法TSP

搜索资源列表

  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47041
    • 提供者:wangxiao_nick
  1. java-myga

    0下载:
  2. 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:573099
    • 提供者:顾清水
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:312096
    • 提供者:wangxiaofang
  1. GA

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

    • 发布日期:2017-03-24
    • 文件大小:3356
    • 提供者:张晓
  1. g

    0下载:
  2. 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:18571
    • 提供者:姚灵灵
  1. ga_tsp

    0下载:
  2. 遗传算法解决旅行商问题 很好的解决了TSP 这个 典型的NP-HARD问题-Genetic algorithm for TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:43145
    • 提供者:wangchen
  1. ga

    0下载:
  2. 遗传算法求解tsp问题相关资料_JAVA源码-The genetic algorithm tsp the relevant information _JAVA on source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-15
    • 文件大小:8303
    • 提供者:mingze
  1. java-TSP

    0下载:
  2. 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:3403
    • 提供者:杨阳
  1. TH

    0下载:
  2. 遗传算法求解TSP问题的java代码,清晰明了,思路清楚-Java code genetic algorithm for solving TSP, clarity, clear thinking
  3. 所属分类:JavaScript

    • 发布日期:2017-11-26
    • 文件大小:2698
    • 提供者:niuwenjing
  1. Tsp

    0下载:
  2. java实现遗传算法 测试用 不是十分完美-java genetic algorithm test is not perfect
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:3470
    • 提供者:yangyiping
  1. geneAlgo

    0下载:
  2. 人工智能课程实验--遗传算法,实现用遗传算法解决TSP问题-Artificial Intelligence course experiments- genetic algorithm, using genetic algorithm to solve TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4259
    • 提供者:液化气
  1. TSP

    0下载:
  2. 遗传算法求解TSP(旅行商问题)。算法设计作业自己做的答案-Genetic Algorithm for TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6156
    • 提供者:张逸飞
  1. TSP

    0下载:
  2. 遗传算法解决tsp 问题,内附有详细解决方案的代码-the method to solve the TSP problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3231
    • 提供者:王四
  1. TSP

    0下载:
  2. 一种基于遗传算法求解TSP的新思路,内有详细注释。-new method of TSP based GA
  3. 所属分类:Applet

    • 发布日期:2017-05-16
    • 文件大小:3967392
    • 提供者:zx
  1. TSP

    0下载:
  2. 用遗传算法解决TSP问题,采用Java实现-the GA code for the tsp problem which is implemented by java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:536
    • 提供者:alison
  1. t1

    0下载:
  2. 实现48个城市的用遗传算法求解TSP问题,用户输入种群大小,运行代数,交叉率,变异率,得到运行界面。-Achieve 48 cities TSP problem using genetic algorithms, user input population size, run algebra, crossover rate, mutation rate and get running interface.
  3. 所属分类:Applet

    • 发布日期:2017-04-25
    • 文件大小:20255
    • 提供者:高雅
  1. GA_tsp

    0下载:
  2. Java实现遗传算法的tsp问题。函数说明详细,步骤清晰。-sove the TSP problem in GA with JAVA computer language. the function is clear
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3174
    • 提供者:黄小君
  1. TSP-Java

    0下载:
  2. TSP问题遗传算法求解以及Java实现,适合初学java的借鉴使用-Genetic Algorithm for TSP and Java implementation
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:6160
    • 提供者:tony.huang
  1. jopt_sdk_4_9_5_evaluation_complete

    0下载:
  2. JOpt.SDK是一个自动化车辆路线和派送Java/J2SE和.NET.组件的工具。它可以解决旅行推销员的问题(TSP)和时窗限制路线规划的问题。它提供了各种因素限制的最佳化运输路线,如时窗,负载能力,规定行程路线。该组件是基于遗传算法,并自动确定订单任意设置车辆的优化配置。-JOpt.SDK is an automated vehicle routing and delivery of Java/J2SE and.NET. components of the tool. It can solv
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1900183
    • 提供者:kangshaobo
  1. TSP遗传算法

    0下载:
  2. 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:AlohaHill
« 12 »
搜珍网 www.dssz.com