搜索资源列表
Sttspvrpi
- 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,,并各处多种语言的源代码,包括c,matlab和delphi。 -Describe in detail the theoretical principles of the simulated annealing algorithm. And the TSP as an example to explain, and throughout the source code in multiple languages, including
Parallel-genetic-algorithm
- 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
MTSP
- 旅行商问题(TravelingSalesmanProblem,TSP)是经典的组合优化问题,而一些实际应用问题不能归纳为经典TSP,其中涉及到多个(项)任务的分派与优化,问题演变为多(人)旅行商问题(multipleTravelingSalesmanProblem,mTSP)-The traveling salesman problem (TravelingSalesmanProblem TSP) is a classic combinatorial optimization problem,
TSP
- 描述 Traveling Salesman Problem 市场上有很多种商品,旅行商Shrek做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上n个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时Shrek只好倒卖利润最大的一件商品。 现在请你帮Shrek规划一条路线,使他能赚最多的钱。 输入 第一行两个整数n、m。表示
Multiple Traveling Salesmen Problem
- MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exa
2018-51MCM-Problems
- 5 kinds of genetic algorithms to solve multiple traveling salesman problem (mtsp) matlab program 5, respectively, the following situations: 1. Back to the starting point a different starting point (TSP fixed amount) 2. Back to the starting point a di