24
Simulation Cutting Approach: Joint Workstation, Workload and Buffer Allocation Problem Mengyi Zhang Shanghai Jiao Tong University Andrea Matta Politechnico di Milano Arianna Alfieri Politechnico di Torino Giulia Pedrielli Arizona State University

Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

  • Upload
    others

  • View
    9

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

Simulation Cutting Approach: Joint Workstation, Workload and Buffer Allocation ProblemMengyi Zhang Shanghai Jiao Tong University

Andrea Matta Politechnico di Milano

Arianna Alfieri Politechnico di Torino

Giulia Pedrielli Arizona State University

Page 2: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

Contents

1 Introduction

2 Model

3 Simulation Cutting Approach

4 Numerical Analysis

5 Conclusion

Page 3: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

Research framework

▪ The main goal of the research is to develop a methodology (Simulation

cutting approach) to reduce the search space in simulation-optimization

problems.

x1

x2

Search space

The features we want:

▪ A structure behind simulation

output

▪ General enough to be used in

couple with optimization

techniques

▪ Flexible enough to be

customized on the problem to

exploit structural properties

Page 4: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

4Page .

▪ The Joint Workstation, Workload and Buffer Allocation Problem (JWWBAP)

is a production system design problem:

▪ System: flow line (G/G/1/k queue)

▪ Assumptions: stochastic processing time, general distributions, continuously

divided workload, finite buffer capacity, known expected total processing time.

▪ Decision variables: number of workstations 𝑚, workload 𝑠𝑗, buffer capacity 𝑏𝑗.

▪ Workload 𝑠𝑗 =𝐸𝑥𝑝𝑒𝑐𝑡𝑒𝑑 𝑝𝑟𝑜𝑐𝑒𝑠𝑠𝑖𝑛𝑔 𝑡𝑖𝑚𝑒 𝑎𝑡 𝑤𝑜𝑟𝑘𝑠𝑡𝑎𝑡𝑖𝑜𝑛 𝑗

𝐸𝑥𝑝𝑒𝑐𝑡𝑒𝑑 𝑡𝑜𝑡𝑎𝑙 𝑝𝑟𝑜𝑐𝑒𝑠𝑠𝑖𝑛𝑔 𝑡𝑖𝑚𝑒

▪ Objective: minimize the investment cost.

▪ Constraint: a target throughput 𝛼∗ must be satisfied.

Problem Statement

𝑏1 = ∞ 𝑠1

Workstation 1 Workstation 2 Workstation 3 Workstation m

𝑠2𝑏2 𝑏3 𝑠3 𝑠𝑚𝑏𝑚

Page 5: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

5Page .

Problem related literatureThree kinds decision variables (Hillier F S et al.1995):

• Number of servers at each station

• Service rate of the servers

• Buffer capacity

Literature Server

number

Service

rate

Buffer

capacity

Optimization approach Evaluation approach

Shanthikumar

J.G et al. 1987

X X Analytical method (concave function)

Hillier F S et al.

1995

X X X Enumeration

Parallel tangents

Analytical method

Spinellis D et

al. 2000

X X X simulated annealing algorithm Analytical method

Horng S C et

al. 2016

X X elitist teaching-learning-based

optimization and optimal

computing budget allocation

methods

Meta model

Van Woensel

T et al. 2010

X X Non-linear optimization

methodology

Analytical method

Smith, J.G

2016

X X Mixed-integer sequential

quadratic programming

Analytical method

Page 6: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

6Page .

▪ DEO is an integrated simulation optimization modeling framework.

▪ A DEO model can describe the simulation trajectories of a set of

possible systems, i.e., its configuration is defined with variables.

▪ A DEO model is a Mathematical Programming (MP) model of Event

Relationship Graphs (ERGs).

▪ DEO main features:

▪ Simulation is regarded as a white box.

▪ Ability to solve stochastic system optimization problems.

▪ Introducing MP solution techniques (e.g., Benders Decomposition (BD)).

Discrete Events Optimization

Page 7: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

7Page .

Example of DEO: G/G/1𝑚𝑖𝑛{𝑐𝑠𝑡

𝑠 − 𝑝𝑎𝑡𝑎 +𝑁𝜖𝜖 + σ𝑖=1

3 (𝑒𝑖𝑎+𝑒𝑖

𝑑)}

s.t. 𝑡𝑖𝑎 = 𝑡𝑎 𝑧𝑖

𝑎

𝑡𝑖𝑠 = 𝑡𝑠𝑧𝑖

𝑠

𝑒1𝑎 = 0

𝑒2𝑎 − 𝑒1

𝑎 ≥ 𝑡2𝑎

𝑒3𝑎 − 𝑒2

𝑎 ≥ 𝑡3𝑎

𝑒1𝑑 − 𝑒1

𝑎 ≥ 𝑡1𝑠

𝑒2𝑑 − 𝑒2

𝑎 ≥ 𝑡2𝑠

𝑒3𝑑 − 𝑒3

𝑎 ≥ 𝑡3𝑠

𝑒2𝑑 − 𝑒1

𝑑 ≥ 𝑡2𝑠

𝑒3𝑑 − 𝑒2

𝑎 ≥ 𝑡3𝑠

σ𝑖=13 (𝑒𝑖

𝑑−𝑒𝑖𝑎 − 𝑡𝑖

𝑠)

3− 𝜖 ≤ 𝜏∗

G/G/1 with infinite buffer and 3 entities

Decision variables:

average inter arrival time, average service time

ERG: Entity Relationship Graph (Schruben, 1983)

Page 8: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

8Page .

DEO related literature

DEO: Generalized

modeling methodologyPedrielli (2013), Matta et al.

(2014), Pedrielli et al. (2015a),

Pedrielli at al. (2017)

Matta (2008)

Alfieri et al. (2012)

Matta et al.(2015b)

Göttlich et al. (2016)

Zhang et al. (2016)

Approximate solution

This work

Production rate

control problem

Stolletz and Weiss (2013)

Stolletz and Weiss (2015)

Weiss et al. (2017)

BAP

JWWBAP

Tan (2015)

Exact solution

Page 9: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

Parameters

𝑈𝑀 Upper bound of workstation number

𝐶𝑀 Unit cost of one workstation

𝑈𝐵 Upper bound of stage buffer capacity

𝐶𝐵 Unit cost of one buffer slot

𝑁 Number of parts in simulation

𝑁𝜖 Penalty for violence of target throughput

𝑧𝑖𝑗 Random numbers for stochastic

processing time generation

𝑀 Large number in big-M constraints

𝛼∗ Target average inter-departure time

𝐷 Number of parts in the warm-up period

𝑚𝑖𝑛 𝐶𝑀

𝑗=1

𝑈𝑀

𝑚𝑗 + 𝐶𝐵

𝑗=1

𝑈𝑀−1

𝑘=1

𝑈𝐵

𝑘𝑥𝑗𝑘 +

𝑗=1

𝑈𝑀

𝑖=1

𝑁

𝑒𝑖𝑗𝑓+ 𝑁𝜖𝜖

s.t.

𝑗=1

𝑈𝑀

𝑠𝑗 = 1

𝑠𝑗 ≤ 𝑚𝑗 , ∀𝑗

𝑚𝑗 ≤ 𝑚𝑗−1, ∀𝑗

𝑘=1

𝑈𝐵

𝑥𝑗𝑘 = 1, ∀𝑗

𝑡𝑖𝑗 = 𝜙 𝑠𝑗 , 𝑧𝑖𝑗 , ∀𝑖, 𝑗

𝑒𝑖1𝑓≥ 𝑒𝑖

𝑎 + 𝑡𝑖1, ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−1,𝑗

𝑓≥ 𝑡𝑖,𝑗 , ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖,𝑗−1

𝑓≥ 𝑡𝑖,𝑗 , ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−𝑘,𝑗+1

𝑓≥ 𝑡𝑖𝑗 −𝑀 1 − 𝑥𝑗𝑘 , ∀𝑖, 𝑗, 𝑘

σ𝑗=1𝑈𝑀 σ𝑖=𝐷

𝑁 𝑒𝑖𝑗𝑓

𝑁 − 𝐷− 𝜖 ≤ 𝛼∗

𝑚𝑗 , 𝑥𝑗𝑘 ∈ 0,1 , 0 ≤ 𝑠𝑗 ≤ 1

𝑒𝑖𝑗𝑓≥ 0, 𝑡𝑖𝑗 ≥ 0, 𝜖 ≥ 0

Variables

𝑚𝑗 Workstation allocation

Workstation number=σ𝑗=1𝑈𝑀 𝑚𝑗

𝑠𝑗 Workload allocation

𝑥𝑗𝑘 Buffer allocation

Buffer capacity 𝑏𝑗 = σ𝑘=1𝑈𝐵 𝑘𝑥𝑗𝑘

𝑒𝑖𝑗𝑓 Finishing time of part 𝑖 at stage 𝑗

𝑡𝑖𝑗 Processing time of part 𝑖 at stage 𝑗

𝜖 Feasibility gap variable

Workstation

cost

Buffer cost Simulation Feasibility

Page 10: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

𝑚𝑖𝑛 𝐶𝑀

𝑗=1

𝑈𝑀

𝑚𝑗 + 𝐶𝐵

𝑗=1

𝑈𝑀−1

𝑘=1

𝑈𝐵

𝑘𝑥𝑗𝑘 +

𝑗=1

𝑈𝑀

𝑖=1

𝑁

𝑒𝑖𝑗𝑓+ 𝑁𝜖𝜖

s.t.

𝑗=1

𝑈𝑀

𝑠𝑗 = 1

𝑠𝑗 ≤ 𝑚𝑗 , ∀𝑗

𝑚𝑗 ≤ 𝑚𝑗−1, ∀𝑗

𝑘=1

𝑈𝐵

𝑥𝑗𝑘 = 1, ∀𝑗

𝑡𝑖𝑗 = 𝜙 𝑠𝑗 , 𝑧𝑖𝑗 , ∀𝑖, 𝑗

𝑒𝑖1𝑓≥ 𝑒𝑖

𝑎 + 𝑡𝑖1, ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−1,𝑗

𝑓≥ 𝑡𝑖,𝑗 , ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖,𝑗−1

𝑓≥ 𝑡𝑖,𝑗 , ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−𝑘,𝑗+1

𝑓≥ 𝑡𝑖𝑗 −𝑀 1 − 𝑥𝑗𝑘 , ∀𝑖, 𝑗, 𝑘

σ𝑗=1𝑈𝑀 σ𝑖=𝐷

𝑁 𝑒𝑖𝑗𝑓

𝑁 − 𝐷− 𝜖 ≤ 𝛼∗

𝑚𝑗 , 𝑥𝑗𝑘 ∈ 0,1 , 0 ≤ 𝑠𝑗 ≤ 1

𝑒𝑖𝑗𝑓≥ 0, 𝑡𝑖𝑗 ≥ 0, 𝜖 ≥ 0

Optimization

Simulation

Workload is completely allocated

Workload 𝑠𝑗>0 ⇔ workstation 𝑗 is allocated

Workstations are arranged in a flow

Only one size is allocated to each buffer

Random variate generation

Parts arrive before processing

Part sequence

Processing sequence

Blocking due to finite buffer

Performance constraint

The complexity of the exact model is high.

Page 11: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

11Page .

Processing time generation

𝑡𝑖𝑗 = 𝜙 𝑠𝑗 , 𝑧𝑖𝑗

𝑧𝑖𝑗: random generated number for processing time of part i at station j (known)

𝑠𝑗: workload at station j

𝜙: a linear function of 𝑠𝑗

Some examples

𝑡𝑖𝑗 = 𝑧𝑖𝑗𝑠𝑗

▪ Beta distribution:

▪ 𝑡𝑖𝑗~𝐵𝑒𝑡𝑎(2,2) on (0, 2𝑇𝑠𝑗), 𝑧𝑖𝑗~𝐵𝑒𝑡𝑎 2,2 on (0, 2𝑇)

▪ Exponential distribution:

▪ 𝑡𝑖𝑗~𝐸𝑥𝑝(1

𝑇𝑠𝑗), 𝑧𝑖𝑗 = −𝑇𝑙𝑛(𝑢𝑖𝑗), 𝑢𝑖𝑗~𝑢𝑛𝑖𝑓(0,1)

Page 12: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

𝑚𝑖𝑛 𝐶𝑀

𝑗=1

𝑈𝑀

𝑚𝑗 + 𝐶𝐵

𝑗=1

𝑈𝑀−1

𝑘=1

𝑈𝐵

𝑘𝑥𝑗𝑘 +

𝑗=1

𝑈𝑀

𝑖=1

𝑁

𝑒𝑖𝑗𝑓+ 𝑁𝜖𝜖

s.t.

𝑗=1

𝑈𝑀

𝑠𝑗 = 1

𝑠𝑗 ≤ 𝑚𝑗 , ∀𝑗

𝑚𝑗 ≤ 𝑚𝑗−1, ∀𝑗

𝑘=1

𝑈𝐵

𝑥𝑗𝑘 = 1, ∀𝑗

𝑡𝑖𝑗 = 𝜙 𝑠𝑗 , 𝑧𝑖𝑗 , ∀𝑖, 𝑗

𝑒𝑖1𝑓≥ 𝑒𝑖

𝑎 + 𝑡𝑖1, ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−1,𝑗

𝑓≥ 𝑡𝑖,𝑗 , ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖,𝑗−1

𝑓≥ 𝑡𝑖,𝑗 , ∀𝑖, 𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−𝑘,𝑗+1

𝑓≥ 𝑡𝑖𝑗 −𝑀 1 − 𝑥𝑗𝑘 , ∀𝑖, 𝑗, 𝑘

σ𝑗=1𝑈𝑀 σ𝑖=𝐷

𝑁 𝑒𝑖𝑗𝑓

𝑁 − 𝐷− 𝜖 ≤ 𝛼∗

𝑚𝑗 , 𝑥𝑗𝑘 ∈ 0,1 , 0 ≤ 𝑠𝑗 ≤ 1

𝑒𝑖𝑗𝑓≥ 0, 𝑡𝑖𝑗 ≥ 0, 𝜖 ≥ 0

Optimization:

the master problem

Simulation:

the subproblem

Page 13: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

13Page .

Benders Decomposition

Number of iterations: s= 0Set of generated cuts: 𝐂 = ∅Set of initial constraints: 𝐂𝟎

Exit

Yes

No

Is the subproblem

feasible?

Feasibility cut: 𝐜𝐬: 𝐛𝐓𝐮∗𝐬 − 𝐅 𝐲 𝐓𝐮∗𝐬 ≤ 0

𝐂 = 𝐂 ∪ {𝐜𝐬}

s = s + 1

Solve dual subproblem with ത𝐲𝐬:

Optimal solution=𝐮∗𝐬,UB=optimum

Optimality cut: 𝐜𝐬: 𝐛𝐓𝐮∗𝐬 − 𝐅 𝐲 𝐓𝐮∗𝐬 + 𝐟 𝐲 ≤ 𝑧

UB=LB?Yes

No

Solve master problem s.t. 𝐂 ∪ 𝐂𝟎 :

optimal solution=ത𝐲𝐬, LB=optimum

Original problem

𝑚𝑖𝑛{ 𝐜T𝒙 + f 𝒚 + 𝑵𝑻𝝐}s.t. 𝐀𝒙 + 𝐅 𝒚 + 𝝐 ≥ 𝐛

Subproblem

𝑚𝑖𝑛{ 𝐜T𝒙 + 𝐍𝐓𝝐 + f ഥ𝒚 }s.t. 𝐀𝒙 + 𝐅 ഥ𝒚 + 𝝐 ≥ 𝐛

Dual subproblem

𝑚𝑎𝑥{𝐮𝐓(𝐛 − 𝐅 ഥ𝒚 ) + f ഥ𝒚 }s.t. 𝐮𝐓𝐀 ≤ 𝐜

𝜽 ≤ 𝑵

Page 14: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

𝑚𝑖𝑛

𝑗=1

𝑈𝑀

𝑖=1

𝑁

𝑒𝑖𝑗𝑓+𝑁𝜖𝜖

𝑒𝑖1𝑓≥ 𝑒𝑖

𝑎 + 𝑡𝑖1 : 𝑎𝑖

𝑒𝑖𝑗𝑓− 𝑒𝑖−1,𝑗

𝑓≥ 𝑡𝑖,𝑗 : 𝑢𝑖𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖,𝑗−1

𝑓≥ 𝑡𝑖,𝑗 : 𝑣𝑖𝑗

𝑒𝑖𝑗𝑓− 𝑒𝑖−𝑏𝑗,𝑗+1

𝑓≥ 𝑡𝑖𝑗 : 𝑤𝑖𝑗

σ𝑗=1𝑈𝑀 σ𝑖=𝐷

𝑁 𝑒𝑖𝑗𝑓

𝑁 − 𝐷− 𝜖 ≤ 𝛼∗ : 𝜃

The subproblem The dual subproblem

Original contribution: the optimal solution of the

dual subproblem can be calculated from simulation.

Page 15: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

15Page .

▪ The graph of the network flow problem (the dual subproblem) is the

same as the ERG.

▪ The variables of the dual subproblem are the flows of all arcs.

▪ Each node 𝑒𝑖𝑗𝑓

is a sink which absorbs one unit flow.

Network flow: Dual Subproblem

Page 16: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

16Page .

▪ After simulation (with any tool), the ERG becomes a simulated ERG.

▪ The optimal solution of the dual subproblem can be derived from the

simulated ERG.

▪ 𝜽 = 𝑵𝝐. (Optimality can be proved)

Network flow: Dual Subproblem

Page 17: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

17Page .

Simulation cutting approach

Simulate the system

Generate the simulated ERG

Calculate the flow of arcs

Yes

No

𝝐 = 𝟎?

Cut

Solve the master problem

−𝑀

𝑗=1

𝑈𝑀−1

𝑘=1

𝑈𝐵

𝑖=1+𝑏𝑗

𝑁

ҧ𝑥𝑗𝑘ഥ𝑤𝑗𝑘 1 − 𝑥𝑗𝑘 +

𝑗=1

𝑈𝑀

𝑖=2

𝑁

𝜙 𝑠𝑗 , 𝑧𝑖𝑗 ത𝑢𝑖𝑗 + ҧ𝑣𝑖𝑗 + ഥ𝑤𝑖𝑗 + ത𝑎1𝜙 𝑠𝑗, 𝑧𝑖𝑗 − 𝛼∗ ҧ𝜃 ≤ 0

▪ Only the master problem is solved by

optimization solvers (e.g., Cplex).

▪ Simulation is used to solve the network

flow problem.

▪ The cut reflects the simulation event

relationship.

FEASIBILITY CUT

Page 18: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

18Page .

Numerical experiments

The two graphs are box plots from 10 different sample paths.

Processing time distribution of all workstations: Beta(2,2)

Average total processing time: 1 time unit

Target throughput: 1.5-5 parts/time unit

Number of parts for solution: 100 000

Number of parts for verification: 1000 000

Page 19: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

19Page .

Solution Pattern

The graph and the data are from 10 different sample paths.

Processing time distribution: Beta(2,2)

Average total processing time: 1 time unit

Target throughput: 3, 4, 5 parts/time unit

Number of parts for solution: 100 000

Page 20: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

20Page .

Efficiency analysis

0

200

400

600

800

1000

1200

1 2 3 4 5

Nu

mb

er o

f it

era

tio

ns

(s)

Target throughput

0

100

200

300

400

500

600

700

1 2 3 4 5

Co

mp

uta

tio

na

l ti

me

Target throughput

0

10

20

30

40

50

60

70

0 20 40 60 80 100

Nu

mb

er o

f it

erati

on

s

N (1000 parts)

0

5

10

15

20

25

0 20 40 60 80 100

Com

pu

tati

on

al

tim

e (s

)

N(1000 parts)

Page 21: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

21Page .

Efficiency analysis

0

0.002

0.004

0.006

0.008

0.01

0.012

0.014

0.016

0.018

0.02

1

49

97

14

5

19

3

24

1

28

9

33

7

38

5

43

3

48

1

52

9

57

7

62

5

67

3

72

1

76

9

co

mp

uta

tion

al

tim

e o

f

sub

prob

lem

s (s

)

Iterations

0

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

1

47

93

139

185

231

277

323

369

415

461

507

553

599

645

691

737

783

Com

pu

tati

on

al

tim

e o

f

ma

ster p

ro

ble

ms

(s)

Iterations

Master ProblemSubProblem

Page 22: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

22Page .

▪ The DEO model of the JWWBAP is exactly solved, and the solution is the global

optimal based on one sample path.

▪ The simulation cutting approach uses the event relationships in simulation to

build the cut.

▪ Simulation is used as a white box: simulation does not only evaluate the

optimization output, but recognizes the events which impacts the performance

most significantly as well.

Contribution

Page 23: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

23Page .

▪ The simulation cutting approach will be applied to solve more complex DEO

models, e.g., G/G/m. In a DEO model of G/G/m system, the subproblem

(simulation) is a mixed integer programming model, so the dual subproblem

cannot be easily generated.

▪ As the solution of the master problem takes most of the computational effort,

more efficient algorithms for solving the master problem will bring significant

improvement of the simulation cutting approach.

▪ How to manage cut from several independent replications ?

Future research

Page 24: Simulation Cutting Approach: Joint Workstation, Workload ...smmso.org/.../S2.3/ZhangMattaAlfieriPedrielli.pdf · optimization and optimal computing budget allocation methods Meta

Thank you