当前位置:
首页
资源下载

搜索资源 - salesman genetic java
搜索资源列表
-
0下载:
This program is using Genetic Algorithm to solve the Travlling
Salesman Problem. It gives the best path route within a specified
time.
usage: java Evolver <seconds> <city file> <config file>
Author: Liu Yang
-
-
0下载:
利用遗传算法解决TSP旅行商问题的Java原码-using genetic algorithms to solve the traveling salesman problem TSP original Java code
-
-
1下载:
Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
-
-
0下载:
Java实现的遗传算法解旅行商问题,说明文件在doc中-Java implementation of the Genetic Algorithm for the traveling salesman problem, the documentation in the doc
-
-
0下载:
遗传算法求解旅行商问题。在n=20的情况下依然能90 以上获得正确解。-Genetic Algorithm for Traveling Salesman Problem. In the case of n = 20 can still obtain the correct solution for more than 90 .
-
-
0下载:
genetic algorithm used to solve travelling salesman prolem
-
-
0下载:
JAVA语言实现的遗传算法解决TSP(旅行商问题),主要有三个简单的Java类。-JAVA language of the genetic algorithm to solve TSP (traveling salesman problem), there are three simple Java class.
-
-
0下载:
java编制旅行商路径优化问题的遗传算法程序-java the preparation of the traveling salesman path optimization problem genetic algorithm
-
-
0下载:
遗传算法解决背包问题和旅行商问题。
测试数据已经写入java代码中。
遗传算法的参数可以修改。-Genetic algorithm to solve the knapsack problem and the traveling salesman problem. The test data has been written to the java code. The parameters of the genetic algorithm can be modified.
-
-
0下载:
A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
-
-
0下载:
traveling salesman problem solution by using genetic algorithm coded in java no of the city, distance fitness function, population, generation
-
-
0下载:
A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
-
-
0下载:
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
-
-
0下载:
基于遗传算法的旅行商问题,求最小路径,java图形界面实现-Traveling salesman problem based on genetic algorithms for the minimum path, java graphical interface to achieve
-
-
0下载:
用java语言开发基于遗传算法理论的旅行商最短路径问题,包含遗传算法的常用基本理论。-The basic theory of common java language development based on the traveling salesman problem based on genetic theory shortest path algorithms, including genetic algorithm.
-
-
0下载:
利用java实现遗传算法,用来解决tsp旅行商问题。功能已测试-Using Java implementation, genetic algorithm is used to solve TSP traveling salesman problem. Function has been tested
-
-
0下载:
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
-