搜索结果

找到约 25 项符合 Salesman 的查询结果

Java编程 This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the bes

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
https://www.eeworm.com/dl/633/170728.html
下载: 121
查看: 1044

人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up

this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, s ...
https://www.eeworm.com/dl/650/198173.html
下载: 153
查看: 1075

人工智能/神经网络 用于求解TSP(Traveling salesman problem

用于求解TSP(Traveling salesman problem,旅行商问题)问题,基本执行见run.bat, 其它详见其中的readme.txt。(实例为TSPLIB格式,见myprojects目录,包括eil51, d198, lin318等小型问题,以及1000到3000城市之间的例子,基本能得到最优解)
https://www.eeworm.com/dl/650/210208.html
下载: 58
查看: 1099

数值算法/人工智能 A Genetic Algorithms and the Traveling Salesman Problem

A Genetic Algorithms and the Traveling Salesman Problem
https://www.eeworm.com/dl/518/227038.html
下载: 23
查看: 1051

matlab例程 Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algo

Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
https://www.eeworm.com/dl/665/237671.html
下载: 29
查看: 1041

matlab例程 Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助

Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
https://www.eeworm.com/dl/665/237672.html
下载: 97
查看: 1049

人工智能/神经网络 这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码

这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码,学习遗传算法,演化计算的很值得一看!
https://www.eeworm.com/dl/650/255619.html
下载: 167
查看: 1052

文章/文档 Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim

Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and their distances from all other cities know, an optimal tra ...
https://www.eeworm.com/dl/652/255944.html
下载: 30
查看: 1056

数值算法/人工智能 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of

遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."
https://www.eeworm.com/dl/518/289394.html
下载: 111
查看: 1034

Java编程 Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.

Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
https://www.eeworm.com/dl/633/291395.html
下载: 146
查看: 1152