搜索结果
找到约 25 项符合
salesman 的查询结果
按分类筛选
matlab例程 TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect
TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem.
matlab例程 旅行者问题(travelling salesman problem)算法
旅行者问题(travelling salesman problem)算法
VC书籍 The source code of Travelling Salesman Problem. Implement in Visual C++.
The source code of Travelling Salesman Problem. Implement in Visual C++.
人工智能/神经网络 sovling TSP(Travelling Salesman Problem) with GAs
sovling TSP(Travelling Salesman Problem) with GAs
其他 TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一,旅行商的VC算法实现
TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一,旅行商的VC算法实现
人工智能/神经网络 Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
matlab例程 a program about Traveling Salesman Problem (TSP) Genetic Algorithm
a program about Traveling Salesman Problem (TSP) Genetic Algorithm
人工智能/神经网络 Solve the traveling salesman problem with a genetic algorithm.
Solve the traveling salesman problem with a genetic algorithm.
数值算法/人工智能 旅行商问题(Travelling Salesman Problem, 简记TSP
旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。
matlab例程 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location
Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP)
Networks: Shortest path, min cost network flow, minimum spa ...