回溯算法解决电路板问题
回溯算法中的电路板问题-backtracking algorithms circuit board problems
本专区汇聚了各类基于 组合优化 开发的源码资源,共计 372 篇资源供开发者免费下载学习。
回溯算法中的电路板问题-backtracking algorithms circuit board problems
用于程序优化与遗传算法-procedures for optimization and genetic algorithms
C-W节约算法是最经典的求解车辆路径问题的启发式算法。-The Clarke and Wright(1964) savings algorithm is perhaps the m
问题描述: 给定n个石子,其重量分别a1,a2,a3...an,要求将其划分成m份,每一份的划分费 义为这份石了中最大重量与最小重量的差的平方。总划分费用等丁m份划分费用之和。
旅行售货员问题的解是一棵排列树.在给出的图中寻找一条费用最优的回路-travel salesman problem is the solution with a tree. The
Graph-cut implementation is used for combinatorial optimization, which is a fast and robus
罗马支配数的算法,对广义Petersen图P(n,2)的罗马支配数进行了研究-Rome dominated the number of algorithms, on the gen
模拟退火模型算法,使用C语言实现的,简单有效-Simulated annealing algorithm, the use of C language to achieve, si
用粒子群方法解决TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可-Using Particle Swarm solution to TSP (traveling sa
简单遗传算法 遗传算法是基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。 -Simple
3,算法设计0-1背包,要求用整形-3, 0-1 knapsack algorithm design and required plastic surgery
旅行商问题: 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-trav