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

搜索资源列表

  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. Java-tSP2

    0下载:
  2. Java语言TSP递归程序的优化,采用新型递归模式设计实现的。-Java language TSP optimization of recursive procedures, recursive model using the new design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:9502
    • 提供者:pengyang
  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. TSP_GA

    0下载:
  2. 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2464
    • 提供者:joe
  1. tsp

    0下载:
  2. 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3215
    • 提供者:hbk hsu
  1. tsp5

    0下载:
  2. TSP algorithm with java
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:28500
    • 提供者:foad
  1. R-Opt-Lin-Kernighan

    0下载:
  2. Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:17898
    • 提供者:云祖
  1. Ga

    0下载:
  2. GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monograph
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1353
    • 提供者:gardenia_roses
  1. AlgorithmeGenetique

    0下载:
  2. AG java tsp solve AG java tsp solve AG java tsp solve AG java tsp solve-AG java tsp solve AG java tsp solveAG java tsp solveAG java tsp solveAG java tsp solveAG java tsp solve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:58447
    • 提供者:hach
  1. TSPSolver

    0下载:
  2. TSP solver java scr ipt.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:1443
    • 提供者:weston
  1. SGA

    0下载:
  2. JAVA编写的用于实现TSP的遗传算法的模拟仿真实验有8个城市用eclipse直接导入运行适合初学-TSP JAVA prepared for implementation of genetic algorithm simulation experiments with 8 cities for beginners running directly into the eclipse
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:17170
    • 提供者:李小
  1. TravellingSalesman

    0下载:
  2. TSP Problem In Java .. it is not a complete code but it will give you a picture for that
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2285
    • 提供者:ahmad
  1. antTSP

    0下载:
  2. Java语言开发,完整的,能运行的蚁群TSP算法源代码-Java, complete TSP can run the ant colony algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:162200
    • 提供者:chenxuyuan
  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. Clock

    0下载:
  2. Java编的一个小时钟程序,含有日期和当前时间。-Java code of a small clock program, with the date and the current time.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1701
    • 提供者:jiege
  1. tsp

    0下载:
  2. 连连看游戏,用于支持Java的手机用户;-Lianliankan game, used to support the Java mobile phone users
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:4062
    • 提供者:yangling
  1. TspOfGeneticAlgorithm

    0下载:
  2. 这是用遗传算法实现tsp问题,是自己研究的 ,算法实现及编码过程-This is the tsp problem with genetic algorithm, is their own research, algorithm implementation and coding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:7834
    • 提供者:chenyiyu
  1. wanggediaodu

    0下载:
  2. 用蚂蚁算法和遗传算法结合实现的网格调度问题-Classic example of a genetic algorithm, a visual interface to their own clicks, the problem described in TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:153603
    • 提供者:籍晓瑞
  1. TSP-Problem-code

    0下载:
  2. 2011年进化竞赛旅行商问题java代码-The Physical Travelling Salesperson Problem,java code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:254522
    • 提供者:张春元
  1. TSP

    0下载:
  2. is the file contain the selsman problem with java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:25987
    • 提供者:salim
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com