​利用遗传算法和模拟退火,解决三维装箱问题我要分享

Genetic algorithm and simulated annealing are used to solve the three-dimensional packing problem

装箱遗传算法 装箱方案 三维装箱问题 装箱退火 Boxing-problem

关注次数: 660

下载次数: 16

文件大小: 26KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

利用遗传算法和模拟退火,解决三维装箱问题,并可图形化展示装箱方案结果。


English Description:

Genetic algorithm and simulated annealing are used to solve the three-dimensional packing problem, and the results of packing scheme can be displayed graphically.


代码预览

Boxing Problem\a.ps

Boxing Problem\box

Boxing Problem\cargo

Boxing Problem\cargo&box.xlsx

Boxing Problem\depict.m

Boxing Problem\evaluate.m

Boxing Problem\GENE.m

Boxing Problem\main.m

Boxing Problem\placement.m

Boxing Problem\result.m

Boxing Problem\this is .ps

Boxing Problem\transform.m

Boxing Problem