Supply Chain Modelling: Multi Objective Robust Optimization Model for Facility Layout Design

OSCM 2020
27 Dec 202018:15

Summary

TLDR在本次供应链建模小组的会议中,来自印尼大学的Gina Natalia Prayago女士介绍了她的论文《多目标鲁棒优化模型在需求不确定性下的设施布局设计》。该研究强调了设施布局规划在制造业中的重要性,指出操作成本的20%至50%依赖于设施规划和物料搬运设计。论文提出了一种新的多目标鲁棒优化模型,考虑了产品需求的不确定性,并通过优化模型来最小化物料搬运成本、最大化总议程和空间利用率。研究使用了离散场景表示需求不确定性,并通过Kuromori优化器和Python进行求解,展示了模型在实际案例中的应用。最后,演讲者提出未来可以开发启发式算法以获得更高效的运行时间和接近最优解的解决方案。

Takeaways

  • 📈 多目标鲁棒优化模型被提出用于在需求不确定性下进行设施布局设计。
  • 🏭 设施布局规划对制造业成本有显著影响,约占运营成本的20%至50%。
  • ⚙️ 考虑需求不确定性的设施布局优化模型目前研究较少。
  • 🔍 产品需求的不确定性影响物料流动频率,进而影响部门的有效定位。
  • 📏 使用距离公式计算部门间的物理距离,并用以评估部门间的接近度。
  • 📊 通过多目标鲁棒优化方法,考虑生产需求的不确定性,最小化物料搬运成本。
  • 🎯 三个目标函数:最小化预期总物料搬运成本,最大化总接近度,最大化空间利用率。
  • 🛠️ 模型使用离散场景表示需求的不确定性,并通过二进制变量表示部门的方位。
  • 📉 模型包括了多种参数,如部门的尺寸、产品需求、搬运成本等,以及它们之间的函数关系。
  • 🔢 通过Kuromoji优化器和Python解决模型,得到最优解,包括部门的位置和方向。
  • 📚 论文提出了一个精确模型,并建议开发启发式算法以获得更高效的运行时间和近似最优解。

Q & A

  • 什么是设施布局规划在制造业中的重要性?

    -设施布局规划是制造业中的一个重要因素,因为它可以影响制造系统中大约20%到50%的运营成本。有效的设施布局设计可以导致操作成本的显著变化,大约在10%到20%之间。

  • 为什么在设施布局规划中考虑需求的不确定性很重要?

    -产品需求的不确定性会影响物料流动频率的不确定性,进而影响部门之间有效定位的重要性。因此,考虑需求不确定性的优化模型对于设施布局规划至关重要。

  • 在设施布局设计中,如何计算部门之间的距离?

    -在设施布局设计中,使用距离公式来计算部门之间的距离。每个部门都有一个中心点,用Xi和Yi表示,部门之间的距离会影响其功能需求。

  • 在提出的多目标鲁棒优化模型中,有哪些目标函数?

    -在提出的多目标鲁棒优化模型中,有三个目标函数:第一是最小化预期的总物料搬运成本;第二是最大化总的接近度;第三是最大化空间利用率。

  • 如何使用离散场景来表示产品需求的不确定性?

    -在模型中,使用离散场景来代表产品需求的不确定性。每个场景都与一定的概率相关联,这些概率用于在模型中表述需求的不确定性。

  • 在模型中,如何考虑部门的取向?

    -部门的取向通过考虑部门的长度和宽度以及它们相对于x轴的方向来定义。取向影响部门之间的距离,进而影响设施布局规划。

  • 在提出的模型中,如何确保部门的布局既有效又符合空间限制?

    -模型通过一系列约束来确保部门布局的有效性和符合空间限制,包括部门的尺寸、部门之间的距离、以及部门在x和y轴方向上的位置。

  • 在模型中,如何考虑物料搬运成本?

    -模型中考虑物料搬运成本是通过计算从一个部门到另一个部门搬运单位物料的距离乘以搬运成本来实现的。

  • 在提出的模型中,如何量化部门之间的接近度?

    -部门之间的接近度是通过评估部门之间的距离和它们之间的关系来量化的。接近度用一个介于0到5之间的数值来表示,其中5表示最大程度的接近。

  • 在实际应用中,如何使用Kuromobi优化器来解决这个多目标鲁棒优化问题?

    -通过将问题输入到Kuromobi优化器中,并使用Python编程语言来求解,可以得到最优解,包括部门的最佳位置和取向。

  • 在演讲中提到的数值例子中,可用区域的尺寸是多少?

    -在数值例子中,可用区域的长度是55单位,宽度是40单位。

  • 在演讲中,对于模型的运行时间和效率有什么建议?

    -演讲中提到,虽然使用的是精确模型,但为了获得更高效的运行时间和接近最优解,可以开发启发式算法。

Outlines

00:00

😀 会议介绍与开场

本段介绍了会议的背景和参与者。会议在印尼的3号房间举行,主题是供应链建模。会议由Imam主持,他是来自IBS的专业人士,也是Kujawan的同事。第一位演讲者是来自印尼拉比大学(University of Rabbii)的Gina Natalia Prayago小姐。她的论文标题是“需求不确定性下的多目标鲁棒优化模型:设施布局设计”。演讲者Tina Natalia和她的同事Olivia来自苏拉巴亚工业工程系,他们将介绍设施布局规划的重要性,以及如何通过考虑需求不确定性来优化设施布局设计。

05:02

📈 设施布局规划的多目标鲁棒优化模型

这一段深入讨论了设施布局规划的多目标鲁棒优化模型。模型考虑了需求的不确定性,旨在最小化总的物料搬运成本。模型包括两个主要部分:一是解决方案的稳健性,二是模型的广泛性。使用离散场景来表示需求的不确定性。模型有三个目标函数:最小化预期总物料搬运成本、最大化总议程价值和最大化空间利用率。模型还包括了各种参数和约束条件,如部门间的代理因子、部门的尺寸和方向、产品需求数据等。

10:05

🔍 模型开发与应用示例

本段介绍了多目标鲁棒优化系统模型的开发过程,以及如何将其应用于实际的设施布局问题。模型考虑了产品类型、生产过程流程、部门间的关系以及代理因子。模型使用了一系列的索引、函数和数据,如概率场景、移动成本、部门间距离、可用面积的尺寸和重量、产品类型的需求数量等。通过一个数值例子,展示了如何使用Kuromobi优化器和Python来解决这个问题,并得到了最优解,包括部门的位置和方向。

15:08

🏆 结论与讨论

在最后一段中,演讲者总结了提出的多目标鲁棒精确模型,并讨论了模型的应用。他们提到,尽管模型基于成本最小化,但并没有考虑吞吐量作为随机变量,而是假设为一个阶段。演讲者提出,未来可以开发启发式算法以获得更高效的运行时间和接近最优的解决方案。最后,演讲者感谢听众的注意,并邀请听众通过虚拟鼓掌来表达对演讲的赞赏。

Mindmap

Keywords

💡供应链建模

供应链建模是用于分析和管理供应链中的产品流、信息流和资金流的一种方法。在视频中,它与会议的主题相关,即讨论如何在需求不确定性下进行设施布局设计。

💡多目标鲁棒优化

多目标鲁棒优化是一种在不确定性条件下寻找最优解的数学方法,它考虑了多个目标函数并试图找到平衡这些目标的解决方案。视频中提到的模型旨在最小化物料搬运成本、最大化总议程价值以及最大化空间利用率。

💡设施布局设计

设施布局设计是确定制造系统中各个部门或设施的物理位置的过程。它对运营成本有显著影响,视频中提到,大约20%至50%的运营成本取决于设施规划和物料搬运设计。

💡需求不确定性

需求不确定性指的是产品需求在未来可能变化的不确定性。视频中强调了在设施布局设计中考虑需求不确定性的重要性,因为它影响物料流动的频率和部门的有效定位。

💡物料搬运成本

物料搬运成本是指在生产过程中,将原材料、半成品或成品从一个地点移动到另一个地点所产生的成本。视频中提出的模型旨在最小化这一成本,这是制造系统中一个重要的考虑因素。

💡工业工程

工业工程是一门应用数学、物理学和社会科学原则于生产和运营过程的学科,旨在提高效率和生产力。视频中的演讲者来自工业工程系,他们研究的设施布局设计问题属于工业工程的研究范畴。

💡优化模型

优化模型是一种数学模型,用于在给定的约束条件下找到最优解,以最大化或最小化一个或多个目标函数。在视频中,优化模型被用来处理设施布局设计问题,特别是在需求不确定的情况下。

💡目标函数

目标函数是优化问题中用于评估解决方案质量的数学表达式。视频中提到的模型包含三个目标函数:最小化预期总物料搬运成本、最大化总议程价值和最大化空间利用率。

💡离散场景

离散场景是描述不确定性的一种方法,通过定义一系列可能的未来状态来表示不确定性。视频中的模型使用离散场景来表示需求的不确定性,并以此来构建鲁棒优化模型。

💡部门间关系

部门间关系指的是组织内部不同部门之间的相互作用和依赖。在设施布局设计中,部门间的关系影响物料流动的频率和路径,视频中提到的“代理因素”就是用来量化这种关系的。

💡位置决策

位置决策是确定组织内各个部门或设施在空间上的确切位置的过程。视频中的模型通过多目标鲁棒优化来制定位置决策,考虑了需求不确定性和部门间的关系。

Highlights

会议由Imam主持,他来自IBS,是Kujawan的同事。

第一位演讲者是来自印尼拉比大学工业工程系的Gina Natalia Prayago女士。

论文标题为'需求不确定性下的多目标鲁棒优化模型:设施布局设计'。

设施布局规划在制造业中非常重要,因为它影响着制造系统中约20%至50%的运营成本。

研究提出了一种考虑需求不确定性的多目标鲁棒决策模型。

模型使用距离公式计算部门之间的距离,并考虑了部门的接近度。

模型采用鲁棒优化来表述需求的不确定性,并最小化总物料搬运成本。

模型包含三个目标函数:最小化预期总物料搬运成本、最大化总接近度和最大化空间利用率。

模型使用离散场景来表示需求的不确定性,并通过Python和Kuromobi优化器求解。

通过数值例子展示了模型的应用,包括可用区域尺寸、部门间距离、产品流程和需求数据。

模型考虑了部门规格、方向以及部门间的功能关系,这些参数将影响部门间的距离。

模型使用了显著正数'big M'作为约束条件之一,以确保部门间不会重叠。

模型的决策变量包括部门的中心位置、长度和重量。

模型通过二进制变量来表示部门的朝向,平行于x轴方向为1,垂直于x轴方向为0。

模型的约束条件包括部门长度和宽度的设置,以及部门在x轴和y轴方向上的一般位置。

通过线性化维护距离公式,模型能够处理部门间距离的约束。

演讲者提到,虽然模型主要基于成本最小化,但并没有将吞吐量作为目标函数的一部分。

演讲者建议未来研究可以开发启发式算法,以获得更高效的运行时间和接近最优解。

Transcripts

play00:08

to check

play00:09

whether you can share and without any

play00:14

trouble

play00:19

okay that's good okay please stay there

play00:23

because you will be the first one okay

play00:25

okay let's we'll start okay we'll start

play00:30

okay everybody thank you very much thank

play00:32

you very much for joining this session

play00:35

this is uh in room 3 uh with the group

play00:38

of supply chain modelings

play00:41

okay it's a 335 noise in indonesia

play00:44

we would like to start with the first

play00:46

presenter thank you everybody for

play00:48

coming in and thank you for observing

play00:51

also coming in here

play00:52

uh in this session the first presenters

play00:56

by the way my name is imam i'm from ibs

play00:59

i'm the colleague of professional human

play01:00

kujawan

play01:01

okay so the first presenter is

play01:04

mr miss gina natalia prayago from

play01:08

university of rabbi indonesia

play01:11

uh the pep the title of the paper is

play01:14

multi-objective robust optimization

play01:16

model

play01:18

for facility layout design under demand

play01:20

uncertainties

play01:23

is yours

play01:26

okay thank you uh

play01:29

thank you for everybody good afternoon

play01:32

uh

play01:33

thank you for this time given to

play01:36

us to present our paper with the title

play01:40

multi-objective robust optimisation

play01:43

model

play01:43

for facility level design under demand

play01:46

uncertainty

play01:47

my name is tina natalia and my friend is

play01:50

olivia

play01:52

we are from uh department of industrial

play01:55

engineering university of surabaya

play01:57

indonesia this is again

play02:01

our presentation uh start a introduction

play02:04

followed by a problem statement and

play02:08

model development

play02:11

discussion of the research of

play02:13

implementation of this model

play02:15

and finally we have a conclusion

play02:20

for the first introduction facility

play02:23

layout

play02:24

planning is an important factor

play02:27

in the manufacturing industry because

play02:29

around 20 percent

play02:30

up to 50 of the operational costs

play02:34

in the manufacturing system depend on

play02:36

facility planning and material handling

play02:38

design

play02:39

material rendering costs efficiency from

play02:42

an optical

play02:43

facility layout with resulting

play02:45

operational cost shifting

play02:47

of approximately 10 to 20 percent

play02:51

so far few uh researchers has

play02:54

been done on the optimization model of

play02:58

facility layout planning

play03:00

that took into account the uncertainty

play03:03

of demand for

play03:04

its type of support

play03:07

the uncertainty of product demand has an

play03:10

impact

play03:11

on the uncertainty of material movement

play03:13

frequency

play03:14

between batman which affect

play03:18

the every effective positioning of the

play03:20

department as a

play03:21

component of material handling of course

play03:25

therefore this paper will propose a

play03:28

mother

play03:29

multi of objective robust of the

play03:32

decision model for

play03:33

unequal uh real facility layout training

play03:36

by considering the uncertainty of

play03:38

productive men

play03:42

as you know it is a facility like our

play03:47

for example we have several

play03:50

departments with its apartment

play03:53

we have a center of

play03:56

its departments still in x y

play04:00

and x i and y i as a centroid of its

play04:03

abutment

play04:04

in this case uh we use the distance

play04:09

formula to calculate the distance

play04:11

between uh

play04:16

and each department uh have agency uh

play04:21

requirements uh that's your uh

play04:25

distance about uh between the

play04:29

department the objective requirement uh

play04:32

we're not uh using nation a e

play04:35

i o u and x uh

play04:39

the appreciator distance uh

play04:43

between uh department is uh

play04:46

for example uh approximately or

play04:48

extremely

play04:50

disabled closers uh so we use the

play04:53

extensive value

play04:54

scores is five as a maximum

play04:58

and zero is the minimum or undisabled

play05:02

closely between two departments

play05:08

and descendants of uh adjective vectors

play05:11

uh

play05:11

will depend on the this this distance uh

play05:14

between

play05:15

department i and g

play05:19

maximum adjective factor is one and

play05:22

which

play05:22

minimum is zero

play05:27

we use robust optimization our model

play05:30

to formulate the uncertainty uh

play05:34

demand in our

play05:38

minimize the total uh

play05:42

material handling cost uh in this model

play05:45

we have

play05:45

uh two uh terms the first term is using

play05:50

solution of and second terms is used to

play05:53

characterize the

play05:54

model of vastness we use a discrete

play05:57

scanner to represent

play06:01

our answer demand

play06:06

as a problem statement for each project

play06:10

we have a process flow uh and

play06:13

its department uh required to process

play06:16

that product

play06:18

and unit load between a department

play06:21

they also have a product uh demand data

play06:24

uh that in this case uh consider

play06:27

the uncertainty uh demand this uh

play06:31

three data will influence the frequency

play06:34

between

play06:36

the movement frequency between

play06:38

department

play06:39

and we have the department specification

play06:42

and orientation department orientation

play06:45

means

play06:47

we use the length of batman

play06:50

in parallel x-axis direction or in

play06:54

particular

play06:56

x-axis orientation

play07:00

and we have a functional relationship

play07:03

that uh

play07:03

influencer agency requirement uh this

play07:08

parameter will influence the distance

play07:11

between

play07:12

departments and to find the

play07:15

facility of planning

play07:18

we use multi-objective robust

play07:21

optimization we have three

play07:23

uh objective function what the first is

play07:27

minimize the expected total material

play07:30

handling cost

play07:31

second objective function is maximize

play07:34

the total

play07:35

agendas and the third is maximize

play07:38

space utilization ratio

play07:44

now we uh done to the water

play07:47

uh development the development of the

play07:50

multi

play07:50

uh objective robust of the system model

play07:53

for

play07:53

unequal uh a real facility layout

play07:56

problem is carried by considering demand

play07:59

uncertainty for its uh type of product

play08:02

uh the production process flow uh for

play08:05

its

play08:05

uh product type catalyst of its

play08:09

department departmental

play08:12

relationship which is stated in the

play08:15

agency factor between departments

play08:20

this model has indices uh i

play08:23

n g uh as a set of apartment k

play08:26

as a function

play08:35

and s discrete scanners

play08:43

some data as a motor parameters needed

play08:46

in these models

play08:47

probability for its scenario

play08:50

we use discrete scenarios and

play08:54

cost of moving criteria perfume

play08:57

unit distance between apartment i to

play09:00

department

play09:01

and vitamin g g and

play09:05

adjacent value of department i to

play09:07

department j

play09:08

uh length and weight of available area

play09:12

number of demand for product type

play09:15

p in scenario s and

play09:19

unit load from department id department

play09:21

for each type product

play09:24

minimum and maximum line of batman i

play09:28

required for department i minimum and

play09:31

maximum

play09:32

weight of department minimum uh

play09:35

weight of ether between the batman i to

play09:38

department

play09:39

in x-axis direction

play09:42

and y-axis direction and

play09:45

big m as a significant positive number

play09:50

the decision numbers consists of x

play09:53

i and y i see the centroid of position

play09:57

of the atom and i

play09:58

in x and y that is a direct direction

play10:02

and length or uh of department i

play10:05

uh weight of department i uh as a

play10:07

decision variable

play10:09

uh jesus function uh between the vitamin

play10:11

i and department

play10:12

and g uh the function of a distance or

play10:16

between the batman eye and the vitamin c

play10:19

that is we calculate using health and

play10:22

distance function

play10:24

decent function distance between

play10:27

the centroid of the batman either the

play10:30

centroid of the vitamin c

play10:31

in x direction and y axis direction

play10:36

and the orientation you have five

play10:39

minutes

play10:40

okay thank you thank you

play10:43

we use uh type of orientation

play10:47

uh we use a binary forever one

play10:51

one or zero if the line of department is

play10:55

in parallel with x

play10:58

axis direction or vertical with x-axis

play11:01

direction

play11:06

it's a formula of multi-objective

play11:10

in our model

play11:13

the first is minimizes the total uh the

play11:16

expected total

play11:17

cost of moving the between department

play11:21

uh in planning horizon uh horizon

play11:24

and the second is maximizing the total

play11:27

attention values between department

play11:29

based on the relationship and the

play11:31

distance between departments

play11:33

and the lessons maximize the utilization

play11:36

ratio of the music area for all

play11:39

departments to

play11:40

available area

play11:44

there are some constants to be

play11:45

considered in our

play11:47

model because we use a robust

play11:50

optimization of the first is

play11:52

the expected total cost of material

play11:55

transparency with apartments

play11:57

and we comfortable linearization

play12:02

epsilon of the distance and the

play12:05

frequency

play12:06

of transfer department people different

play12:09

department

play12:10

for its scenario in constant six

play12:13

my attention function is to calculate

play12:16

the

play12:16

distance between department in concern

play12:20

seven constraints eight and

play12:23

9 set the length

play12:26

and which rings for its batman

play12:30

and constrained tan and 11 is the

play12:32

general position

play12:34

of its department in x

play12:38

and y axis direction

play12:42

uh constraint 12 up to

play12:46

14 to

play12:50

ensure that its apartment is without uh

play12:52

of for wrapping in both uh

play12:54

dimension and the relationship between

play12:57

the position department and the system

play12:59

uh distance between departments is uh

play13:02

still in the constraint 15 to 17

play13:06

and maximum distance between departments

play13:09

stated in the

play13:10

constraint 18 and all the

play13:13

decisions for er performance we

play13:17

studied the constraint 19 up to

play13:21

25 linearization of the maintenance

play13:24

distance formula

play13:27

is followed we use a numerical example

play13:31

to see the uh application of this model

play13:35

uh the available area uh with the length

play13:39

of 55 units and the width is 40

play13:42

units it's in

play13:46

x and y direction between departments

play13:49

is three units

play13:52

this is the data for the sequence

play13:56

of production process flow for its

play13:59

type of products we have 12

play14:02

product processes in the

play14:05

8 departments this is the demand

play14:10

for each scenario the unit load

play14:14

between uh department for its project

play14:19

the determinations rings in uh length

play14:22

and width of

play14:23

the its pro department the lower and

play14:27

upper

play14:27

length and lower and upper width

play14:31

for its apartment and material handling

play14:34

costs for

play14:35

unit 15 apartments

play14:38

the example for scenario 1 the frequency

play14:43

of transfer between department

play14:47

and here in this step

play14:51

and we solve this problem using a kurobe

play14:54

optimizer python and get the

play14:58

optimal solution uh the position uh

play15:01

and the orientation uh so the uh

play15:05

orientation is showing a binary uh

play15:08

variable

play15:09

set eye one is the uh the

play15:12

line of department is uh parallel the x

play15:15

uh

play15:16

x is the direction and zero for

play15:18

department three and

play15:19

uh department uh seven and eight is uh

play15:23

particular with the x axis direction

play15:28

which is the distance between apartment

play15:31

and the consequence of jensen texture

play15:33

between department

play15:36

so means department one should go

play15:50

between department one and the first one

play15:52

it

play15:59

[Music]

play16:02

with the three objective function as a

play16:08

conclusion

play16:09

um multiple uh objective robust

play16:12

precision has been proposing this uh

play16:15

paper

play16:16

uh we use uh three objective or function

play16:18

uh as

play16:19

mentioned before and this in this paper

play16:22

we

play16:23

use a exact model uh so for the

play16:26

next reasons we can develop

play16:29

the heuristic of materialistic uh to get

play16:32

more efficient runtime with the near

play16:36

optimal solution

play16:38

sometimes we use it and

play16:42

thank you for your attention

play16:46

thank you very much mr

play16:50

for her presentations and

play16:55

yeah could you please give applause to

play16:58

miss dina by using

play16:59

virtual applause clicking reaction and

play17:02

below the screen

play17:05

okay uh before we move on to the next

play17:08

presenter i would like to

play17:09

invite everyone if you have any question

play17:12

to miss dana

play17:20

the questions perhaps uh i have one

play17:22

question before we move on

play17:24

uh miss dinah you measure the uh

play17:27

this model based on cost minimizations

play17:32

what about what about the throughput do

play17:35

you also

play17:36

measure the throughput of this uh

play17:39

layer on

play17:42

yes because the time uh

play17:45

we do not consider as a stochastic

play17:49

so the top of this uh effects in this uh

play17:53

problem we assume is phase so we now

play17:56

measure as a objective in our mortar

play18:00

okay okay thank you very much

play18:03

okay thank you okay thank you miss dino

play18:07

for your presentations

play18:08

the next one thank you yes

play18:12

thank you

Rate This

5.0 / 5 (0 votes)

Related Tags
供应链优化模型需求不确定性设施布局成本最小化材料处理运营成本工业工程鲁棒性多目标生产效率
Do you need a summary in English?