搜索资源列表
java-myga
- 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
ga_tsp
- 遗传算法解决旅行商问题 很好的解决了TSP 这个 典型的NP-HARD问题-Genetic algorithm for TSP
geneAlgo
- 人工智能课程实验--遗传算法,实现用遗传算法解决TSP问题-Artificial Intelligence course experiments- genetic algorithm, using genetic algorithm to solve TSP
TSP
- 遗传算法解决tsp 问题,内附有详细解决方案的代码-the method to solve the TSP problem
TSP
- 用遗传算法解决TSP问题,采用Java实现-the GA code for the tsp problem which is implemented by java
jopt_sdk_4_9_5_evaluation_complete
- 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
SGATSP
- 一种改进的用遗传算法解决TSP问题的算法,改进之处在于选择算子-An improved algorithm using genetic algorithms to solve TSP problem, the improvement is the choice of operator
MPI_TSP
- 遗传算法解决tsp问题,我需要下载基于MPI解决tsp问题,急需-Genetic algorithm to solve TSP problem,
Advanced-Algorithm-master
- 用实例详细介绍基础的遗传算法,并通过遗传算法解决典型的旅行商(TSP)问题-The basic genetic algorithm is described in detail by the example, and the typical traveler (TSP) problem is solved by genetic algorithm
TSP遗传算法
- 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)