CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - java tsp

搜索资源列表

  1. tsp-som

    0下载:
  2. 一个java的小程序,用SOM网络解决的是TSP问题.问题的大小可以自由变化,随机生成权值-a small program that will solve the SOM is TSP. The size of the problem can freely change randomly generated weights
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:26951
    • 提供者:于帆
  1. SA_TSA

    0下载:
  2. Java 编写的模拟退火算法解决TSP问题源程序(附带144城市地图)-Java prepared by the simulated annealing algorithm to solve TSP source (with 144 city maps)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1254233
    • 提供者:nt
  1. javaACS

    0下载:
  2. javaACS 蚁群算法是人工智能的一种算法,这个是用JAVA写的一个求解TSP的程序-javaACS ant algorithm is an artificial intelligence algorithm, This is written in JAVA using a procedure for TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20453
    • 提供者:刘星
  1. TSP的Java实现

    0下载:
  2. 人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件-AI classic TSP Java realize that contains source and debugging process produces files
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:谭旭刚
  1. Java语言TSP递归程序的优化

    0下载:
  2. 因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12275
    • 提供者:我心飞扬
  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2848
    • 提供者:ann
  1. TSP.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7254
    • 提供者:肖佩瑶
  1. SimpleOpenTSTutorial

    0下载:
  2. TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:29196
    • 提供者:GaoTiexin
  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. 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. teachtsp

    0下载:
  2. a java program to solve tsp using ga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:325682
    • 提供者:mostafa
  1. TSP_DESK

    0下载:
  2. TSP两种算法求解,一种是遍历所有可能路径求出最短,一种是采用模拟退火算法-TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:127258
    • 提供者:王涛
  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. TSP

    0下载:
  2. JAVA语言实现的遗传算法解决TSP(旅行商问题),主要有三个简单的Java类。-JAVA language of the genetic algorithm to solve TSP (traveling salesman problem), there are three simple Java class.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:9633
    • 提供者:
  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-java

    0下载:
  2. The task of this application was to explore the possibilities of genetic programming and to test it on a well known Traveling Salesman Problem (TSP), where the salesman should visit given number of cities and then return back home, all in the sho
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:6118459
    • 提供者:Chan
  1. TSP-master

    0下载:
  2. 蚁群算法解决tsp(旅行商)问题 java-Aoc to solve the tsp problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:11463
    • 提供者:tommy
  1. GeneticTSP-master(java)

    0下载:
  2. 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:1009664
    • 提供者:jennie
« 12 »
搜珍网 www.dssz.com