• Nie Znaleziono Wyników

Evolutionary algorithm for the CIM production scheduling

N/A
N/A
Protected

Academic year: 2022

Share "Evolutionary algorithm for the CIM production scheduling"

Copied!
11
0
0

Pełen tekst

(1)

Z E SZ Y T Y N A U K O W E POLITECHNIKI ŚLĄSKIEJ Seria: A U T O M A T Y K A z. 125

1998 Nr kol. 1391

K onrad W A LA

A kadem ia G órniczo-H utnicza, K raków

E V O L U T IO N A R Y A LG O RITH M FO R TH E CIM PRODUCTION SC H E D U L IN G ’

Sum m ary. The paper presents the evolutionary algorithm, w hich realizes the original evolutionary search process, for optim ization o f the N P-hard perm utational scheduling problem s. T he investigated algorithm is a hybrid o f a m odified genetic algorithm, sim plified local optim ization procedure, some ‘tabu m echanism ’, as well as a simple self-adaptation algorithm param eters procedure. The com putational results show, for the exam ple o f m -stages production flow line, that the proposed algorithm has a high potential as a optim ization paradigm for the CIM production scheduling.

A L G O R Y T M E W O LU C YJN Y H AR M ONOG RAM ÓW ANIA PR O CESÓ W W Y T W A R Z A N IA W SYSTEM A CH KOM PUTEROW O ZINT EG R O W A N Y CH

S treszczenie. W pracy zaprezentowano oryginalny algorytm ewolucyjny przeznaczony do optymalizacji N P-trudnych zagadnień perm utacyjnych. Badany algorytm je st hybrydą zm odyfikowanego algorytmu genetycznego, uproszczonej procedury optym alizacji lokalnej, pewnego ‘m echanizm u tabu’ oraz prostej procedury autoadaptacji niektórych param etrów algorytmu. W yniki obliczeń kom puterowych, w ykonane dla m-stadialnej linii przepływowej wskazują, że proponowany algorytm z pow odzeniem m oże być stosowany do optymalizacji harm onogram ów w ytw arzania w system ach kom puterow o zintegrowanych.

1. Introduction

C om puter Integrated M anufacturing (CIM ) has been attracting many researchers for the past 20 years w here particularly the use o f AI techniques for problem solution search have been actively studied. The aim o f the CIM is to make a com puterized environm ent in w hich design, decision support for production management, m anufacturing and m arketing are integrated and this w ay to reduce the manufacturing costs and decrease the product design-to- m arket tim e in discrete parts manufacturing. In the field o f CIM production, scheduling is intended to allocate the m anufactory resources to the production orders to be processed. Due to the tim e com plexity, exponentially increasing w ith the problem size, o f th e prevalent num ber o f scheduling problem s conventional optim ization m ethods such as B ranch & B ound

* Research supported by Polish Committee for Research, grant 11.120.227 (AGH, Kraków)

(2)

2 5 0 K W ala

can accurately solve usually very small scheduling problems. Approxim ate m ethods include priority rules, M onte Carlo methods and neighborhood search. The draw back o f these enum erative procedures is that each o f the trial solution can only be exam ined as a w hole in respect to their suitability. In case o f scheduling problems the search space is so big that during the tim e period relevant to the practical application only a small part o f the search space can be exam ined. Algorithms which combine elements o f the neighborhood search and M onte Carlo m ethod are the genetic (GA) and evolutionary (EA) algorithm.

GA and EA algorithms, as one o f the promising tools, have been applied for solution o f the flow shop scheduling, job shop scheduling, packing, routing, etc. These algorithm s are pow erful search techniques taking inspiration from genetics and natural selection [2], They can effectively explore very large solutions spaces without being trapped by local optima, w here particularly the EA s are the main representative o f a class o f algorithm s based on the m odel o f natural evolution. The one requirements for applying G/EAs to the problem are:

solution representation o f the problem to be solved, a set o f pseudo-genetic operators called briefly genetic operators and a evaluation function o f the problem solutions called fitness function.

N um erous class o f scheduling problems, too the flow shop scheduling, can be form alized as perm utation problem s where the solution has form o f the tasks set permutation.

Perm utation problem s are an important problem class in the com binatorial optim ization domain. Standard instances o f permutation problems, besides scheduling, include travelling salesm an problem , quadratic assignment problem, graph coloring, as well as variety o f design problem s. N P-hard perm utation problems even with modest num ber o f tasks overw helm the capabilities o f algorithm s that guarantee solutions optim um in reasonable am ount o f time.

T hat is the reason w hy effective approximate algorithms producing good suboptim al solutions proved im portant.

There is an agreem ent in the combinatorial optim ization com m unity that the binary representation o f the permutation will not provide any advantage because binary representation w ould require special repair algorithms, since a change o f a single bit may result in a illegal solution o f the problem, i.e. a sequence which is not a permutation. Thus w e apply in investigated EA permutation n = (TI(1), n (2 )...,n (n )) o f the tasks set J = {], 2,..., n}

as the natural representation o f the scheduling problem as well as objective function f(TI) as th e fitness function.

Investigated evolutionary algorithm EVOL-1, adjusted for permutation problem s, is a hybrid o f an m odified genetic algorithm, simplified local optim ization procedure, some ‘tabu

(3)

A lg o ry tm e w o lu c v in v harm onoaram ow an ia p ro c esó w 251

m echanism ’ as well as sim ple self-adaptation algorithm param eters procedure. The com putation results have shown that the proposed evolutionary algorithm has a high potential for the CIM production scheduling.

2. T he evolutionary search process

T he know ledge, accumulated in the search process for the problem solution, is encoded as a set P o f permutations called population, w here M = | P | is the size o f the population P. The evolution process o f the population P, modelled by EA, realizes the search process by use o f genetic operators. Every genetic operator generates new permutation(s) called offspring on the basis o f old permutation(s) called parent(s).

EVOL-1 algorithm, described in [4, 5] where also the ‘philosophy’ o f the search process is w idely presented, carries into effect the evolutionary search process organized like in the class o f Steady State GAs [2 ], w here in course o f one iteration initially one crossover operator is random ly chosen and then two permutations-parents are selected from the population P and processed. W e assume that the population set P is linearly ordered in accordance with the solution’s fitness by means o f objective function f(IT): the best population perm utation (FIb«t = arg min { f(TI): n e P}) has number 1, ..., the worst one (Efwoni - arg max { J7 e P}) has number M = IP I . Besides, to sim plify genetic search process and save the com putation time, the parents are selected from the population P by m eans o f random _uniform sampling mechanism and generated offspring are inserted between other population P perm utations in accordance with its fitness f(n ).

Let us notice that the permutation If, as a solution o f the problem, presents by itself the ordering inform ation only. Thus we need to use genetic operators w hich permit the ordering processing. As a crossover operators we use three classical called PM X (partially m atched crossover operator), OX (order crossover operator), CX (cycle crossover operator);

(for details see, [2].) W e use also three unary operators: two mutations (M l, M 2) and sim plified local optim ization procedure LO which has the status o f genetic operator used for local tuning o f the best population permutation, i.e. perm utation from item s [1, pi] o f the ordered set P. The mutation operators M l and M2, as an insurance policy against the loss o f genetic m aterial diversity, are used for mutation o f the permutations from item s [pi +1, M] o f set P only. T hese operators do not change the values o f the perm utation but the order o f elem ents only in this way.

(4)

2 5 2 K .W ala

O p e r a to r M l : Tw o elements o f the permutation

(n(

1), rT(i-l), n (i), .... IT 0 1 ), ri(j), II(n)) are picked at random along the permutation, say n ( i) and i l Q , and sw apped resulting in another perm utation ( 1 1 ( 1 ) , r i(i-l), 1 1 0 , n ( j- l) , 1 1 0 , Il(n)).

O perator M 2: Two elements o f the permutation (11(1), ..., Il(i-l), 1 1 0 , Il(i+ 1), ..., Il(j-1),

n O ), • ■•> n ( n ) ) are picked at random along the permutation, say Il(i) and TT0, and element n ( i) skips over to j-position o f the permutation as well as I l( i + 1 ) ,..., 1 1 0 1 ), 11© elem ents are shifted to ¡-position resulting in permutation (11(1), ..., ll( i- l) , l! (i+ l), ..., Il(j-1 ), 1 1 0 , Il(i), .... n (n )).

Sim plified local optimization operator LO searches for better perm utation than I! = ( n ( i ) , .... n ( i - i ) , n ( i ) n ( j - i ) , n © , ..., n (n )) in its neighborhood s ( n ) = { n \ - r r = ( n ( i ) , .... n o - i ) , n o ) , .... n o - i ) , n ® , .... n © ) ) } only.

Algorithm : EVO L-2

To determ ine the approxim ate solution n approx do the following.

Step 1. Initialization.

G enerate random ly M permutations I I as well as com pute objective function f(IT) for each solution. Set up the initial population P ordering the generated perm utations by function f(Il) value so that the first permutation, permutation No. 1, in population P is the best one (i.e., Flu,, - arg min ff(I7): T ie P}), .... and the last permutation, perm utation No.M , is the worst one (i.e., f l WOnt - arg max {f(TT): l i e P}). Set k:= 1, i:= 1, w here k is the number o f train iteration and i is the number o f the train.

Step 2. C rossover

Choose random ly one crossover operator from the set {PMX, OX, CX}, where selection probabilities o f the operators are: pm x, pox, pcx - 1 - Ppmx - p ox as well as select random ly, with uniform distribution, and copy two perm utation- parents from the population P . Using chosen crossover operator generate tw o offspring n 1, I f 2 o f th e parents and insert them between other population P perm utations in accordance w ith function f(IlJ) value, (j = 1, 2). Remove tw o worst (last) perm utations from the population P.

Step 3. M utation and local optimization

Sam ple random ly number a , a 6 [0, 1). I f a < pwi then chose one perm utation from th e item s [p + 1, M ] o f the population P, modify it by the use o f m utation operator M l and insert between other population solutions in accordance w ith the value o f fitness function f ( I l) . If a < pM2 then chose one permutation from the items [p + 1, M ] o f the population P, modify it by the use o f mutation operator M2 and insert betw een other population solutions in accordance with the value o f fitness function

fin).

I f a < plo then chose one permutation from the items [I, p] o f the population P, im prove it by the use o f local optim ization operator LO and insert betw een other population perm utations in accordance with the value o f function f(.).

Step 4.The end o f train?

Set k:= k+1 and if k £ K then go to Step 2.

(5)

A lg o r y tm e w o lu c y jn y h arm on oeram ow an ia p rocesów . 253

Step 5. T he end o f evolution search?

Set i:= i +1 and if one o f termination criterion is not satisfied, i.e. i < I and com putation tim e < T, then go to Step 6, otherwise ‘STOP” : the approxim ate solution riapprox = n bcs, = arg min {f(I"I): l i e P}.

Step 6. Algorithm param eters modification

D eterm ine new values o f genetic operator selection probabilities:

Pmi:= gi (i), Pm2-= gz (i), P lo ~ g3 (i), p/- = Pi ( 1 + Pe/ /d; )/y for / e {PMX\ OX, CX}, w here gi (i), g2 (i), g3 (i) ( 0 i gi (i), g2 (i), gj (i) ^ 1) are the given functions o f train numbers, P ( PS 1) is the algorithm param eter determining the rate change o f crossover operator selection probabilities, e; is the num ber o f train iteration w here application o f /-crossover operator gives better offspring then the better o f parents, d;

is the num ber o f train iteration o f /-crossover operator application and y = p/ ( 1 + Pe; /d; ) is the normalization coefficient o f the crossover operator selection probabilities.

L et us notice that th e population size M, population split num ber p, maximum num bers o f train iteration K and o f train I as well as the maximum com putation tim e T, initial genetic operator selection probabilities ppmx, pox, pcx, coefficient P are EVOL-1 algorithm param eters. It is assumed that functions g/ have form g/ = a; + b; i ( / = 1, 2, 3), thus the num bers ai, a2, a2, bi, b2, bi are also EVOL-1 parameters.

3. Flow line scheduling problem

One o f the approaches, called classical permutation flow shop, consists in considering the total flow shop as a complex single machine for which only the sequence in w hich the tasks are loaded into the first machine is scheduled. Let us take into consideration the follow ing extension o f the classical permutation flow shop problem to the case o f flow line scheduling. There is a set J = {1,..., j, ...,n} o f production tasks (jobs, parts) and m -stages flow line w here each o f i-stage, i = 1,2, ..., m, has a set o f m,, mi > 1, parallel identical m achines (see, Fig. 1). A task is associated with a sequence o f at most m operations processed at successive stages, and all parts flow through the stages in the same order, w here py denotes processing tim e at i-stage for task j . We want to find a schedule that m inimizes the m akespan Cm ax = max {Cj: j e J} or the sum ECj = EjejCj, where Cj is the com pletion tim e o f task j . It is assum ed that the system buffers have enough large capacity and in case py = 0 the task j skip the stage i o f production line. This kind o f flow line scheduling problem appears in m any CIM m anufacturing processes. Exact and approxim ate algorithms as well as industry applications o f the flow line scheduling are reviewed in [1], An interested im provem ent algorithm o f tabu search type for makespan minimization is presented in [3], Below, w e

(6)

K .W ala

present some com putational results o f EVOL-1 algorithm application for illustrative exam ple o f flow line scheduling problem where we assume that f ( n ) = Cmax or ECj.

In case w e assum e that the tasks permutation n determines the tasks assignment order to the earliest free machines then the schedule and objective function values Cmax and LCj are calculated by the following SCHEDULE, o f time com plexity 0(n m), procedure.

P ro c e d u re S C H E D U L E :

In p u t: tasks permutation n = (11(1), f l ( 2 ) , ..., II(j), ..., H(n));

S T E P 1. Set T(i, k):= 0 for i = 1 to m and k = 1 to mi, where T(i, k) is the up-to- date com pletion time o f tasks assigned to machine k o f stage i .

S T E P 2. F or j =1 to n do:

determ ine the earliest free machine o f 1-stage

k = arg min { T (l, v): v e {1, 2 ,..., mi} } and set T ( l, k):= T (l, k) + p,no> C (l, UQ) ):= T (l, k);

for i = 2 to m do:

determine the earliest free machine o f i-stage

k = arg min { max{T(i, v), C(i-1, n (j)} : v e {1, 2 ,..., mi) }

and set T(i, k):= max{T(i, k), C(i-1, nffl} + pma). c ('. n (j)):= T(i. k) as well as if i = m then set C nq).- C(m, n (j)),

w here C(i, j), C(m, j) are, respectively, the completion times o f task j on i- stage and on the last stage m.

S T E P 3. Set Cm ax = max {Cj: j 6 J} or ECj = Zjej Cj.

N aturally, the objective function values calculated by the procedure SCHEDULE essentially depends on the permutation IT Thus one can state the problem o f perm utation search w hich minim izes the selected objective function.

T he quality o f makespan Cmax o f approximate solutions can be estimated by low er bound LB, i.e. Cm ax £ LB, determined on the ground o f problem relaxation, calculated by the follow ing expression:

LB = max { LB1, LB2 } where LB 1 is the processing time o f the longest task, i.e.

m

LB 1 = max { £ py: j e J } i=l

(7)

A le o rv tm e w o lu c y jn y harm onogram ow an ia pro cesó w . 2 5 5

and L B 2 is the tasks processing time on the“bottle-neck stage:

i - l n m

LB2 = max { ( minjeJ pkj + £ pi/m; + minjEj £ pkj ): i e {1, 2, .... m) }

k=l

i=

k=i + l

i = 1 1 il 1 2 |

i = 2 m

r a

i =

m

CD CD

1 mi| m2

m m

(direction o f production tasks flow) F ig .l. Schematic diagram o f production flow line

R y s.l. Schemat przepływowej linii produkcyjnej

4. C ase study

T he case study deals w ith a small production flow line consisted o f m = 5 stages and production program o f n = 10 tasks. Table 1 presents the stage machine num bers mi, and T able 2 sum m arizes data concerning tasks, i.e. processing tim es p y .

Table 1 M achine numbers o f the flow line

stage i = 1 2 3 4 5

m achine number mi = 1 2 2 3 2

(8)

2 5 6 K .W a la

and LB2 is the tasks processing tim e on the bottle-neck stage:

i - 1 n m

L B 2 = max { ( minjeJ Y pkj + Y P i/mi + minj eJ 2 Pki )■'' 6 { 2> m ) )

k = l j * l k = i + l

i = 1 i = 2 i = m

CD CD CD

d ]

CD

4 - » E H

r a

m 2 1 m m 1

[direction o f production tasks flow) Fig. 1. Schematic diagram o f production flow line

R y s .l. Schemat przepływowej linii produkcyjnej

4. C ase study

T he case study deals with a small production flow line consisted o f m = 5 stages and production program o f n = 10 tasks. Table 1 presents the stage m achine num bers mj, and T able 2 sum m arizes data concerning tasks, i.e. processing times p ij.

Table 1 M achine numbers o f the flow line

stage i = 1 2 3 4 5

m achine number mj = 1 2 2 3 2

(9)

A lg o r y tm e w o lu c y jn y h a rm on ogram ow an ia p r o c esó w ... -25.7..

Table 2 Processing tim es-of the task operations

j Pij P2j P3j P4j P5j

1 5 21 52 52 0

2 4 12 43 44 11

3 2 13 24 25 9

4 1 14 15 16 8

5 4 15 26 7 3

6 5 31 52 53 1

7 1 42 43 44 12

8 2 26 24 25 24

9 3 16 15 16 0

10 4 15 16 17 7

The low er bound o f m akespan Cm ax for the investigated problem is equal LB = max{142, 180}= 180 and the best solution obtained by EVOL-1, after 1 = 1 0 trains, is equal 196

E3M = 2 0 0

m = 20

■ M = 50

□ M = 20

□ M = 10

Fig.2. G raph o f the function Cmax = Cm ax(i) for population size M = 10, 20, 50, 100, 200 Rys.2. W ykres funkcji Cm ax = Cmax(i) dla rozmiaru populacji M = 10, 20, 50, 100, 200

(10)

2 58 K. W ala

P r o b a b i l i t i e s o f c r o s s o v e r o p e r a t o r s 100% r i

| □ cx

01 0 1 0 1

1 " o x 01

1 ¡2 P M X 0 4

01 0 J

ie 21 26 31 36 41 46 61 56 61 66 71 76 11 66 91 96 , T r a i n n u m b e r

Probabilities of c ro s s o v e r operators

z

S £

PM X

— OX

— CX

< It 71 M H M 4« 41 Si H 11 H >• 1« l i N I I I

Train num ber

Fig.3. Illustration o f self-adaptation o f the o f crossover operator’s selection probabilities Rys.3. Ilustracja autoadaptacji prawdopodobieństw w yboru operatorów krzyżowania

(see Fig.2). Figure 2 show s the influence o f population size M ( M = 10, 20, 50, 100, 200) on evolutionary process w here others algorithm ’s param eters are constant.

In Figure 3 w e display the variability o f the crossover operators selection probabilities, i.e. the self-adaptation o f these evolutionary algorithm param eters, during the evolution process, w here start probabilities o f crossover operators are: ppmx = Pox = Pcx = 1 /3 . Let us notice that at first probability pox grows lager and then, after some train num bers is on the w ane as well as the pcx value is on the wane from start to end.

5. C onclusion

T he paper describes com puter investigations o f approxim ate algorithm o f EA type specially adopted for the permutation optim ization problem s through its genetics operators.

All g enetic operators are problem -independent thus it can be used for solving all kind o f NP- hard perm utation problem s on IBM PC com patible com puters successfully. The adaptively changing o f crossover selection probabilities, Step 6 o f the algorithm, introduce learning on tw o levels into the algorithm, on the usual level o f solutions search and on the level o f EA algorithm param eters. This is prom ising w ay to overcome the difficulty o f determ ining appropriate param eter settings o f EA for each application task anew.

BIB LIO G R A PH Y

1. H unsucker J.L., Shah J.R.: Com parative perform ance analysis o f priority rules in a constrain flow shop w ith m ultiple processors environm ent, European J. Oper. Res. 72,

1994, 102-114.

2. M ichalew icz Z.: G enetic algorithm s + data structures + evolution program s, Berlin, Springer-V erlag 1992.

(11)

A lg o r y tm e w o lu c y jn y h arm on oeram ow an ia p ro cesó w . 2 5 9

3. Sm utnicki Cz.: Scheduling o f flexible flow lines and w ork centers, Zeszyty N aukow e P olitechniki Śląskiej, Autom atyka 118, 1996, 175-185.

4. W ala K., Chm iel W.: Evolution algorithm for quadratic assignm ent problem , Krakow, U niversity o f M ining and M etallurgy Press, Automatics, 1997, 1, 1, 409-414.

5. W ala K.: E volutionary algorithm for optimization o f the discrete problem s (Polish), Prace z A utom atyki, W ydaw nictw a AGH, K rakow 1997, 69-82.

Recenzent: Dr hab.inż. Jan K ałuski, prof.Pol.Śl.

A bstract

In the field o f CIM production, scheduling is intended to allocate the m anufactory resources to the production orders to be processed. Due to the tim e com plexity, exponentially increasing w ith the problem size, o f the prevalent number o f scheduling problem s conventional optim ization methods such as Branch & Bound can accurately solve usually very small scheduling problems. Approxim ate methods include priority rules, M onte Carlo m ethods and neighborhood search. The drawback o f these enum erative procedures is that each o f th e trial solution can only be examined as a w hole in respect to their suitability. In case o f scheduling problem s the search space is so big that during the tim e period relevant to the practical application only a small part o f the search space can be exam ined. A lgorithm s w hich com bine elem ents o f the neighborhood search and M onte Carlo m ethod are the genetic and evolutionary algorithm . The paper presents the evolutionary algorithm , w hich realizes the original evolutionary search process, for optim ization o f the NP-hard perm utational scheduling problem s. The investigated EVOL-1 algorithm, adjusted for perm utation problem s, is a hybrid o f a modified genetic algorithm, sim plified local optim ization procedure, som e ‘tabu m echanism ’, as well as a simple self-adaptation algorithm param eters procedure. The com putational results show, for the exam ple o f m -stages production flow line, that the proposed algorithm has a high potential as a optim ization paradigm for the CIM production scheduling.

Cytaty

Powiązane dokumenty

In another part of his book Morin formulates the thesis that “the subjective increase [ of image’s value ] is a function of its objectivity” (Morin, 1985: 32) 1.. There is

Bouwplaats Merwehaven Rotterdam, Noordelijk gedeelte, met traversen Foto Tom Kroeze 5.. Bouwplaats Merwehaven Rotterdam, Zuidelijk gedeelte, met torenkraan Foto Tom Kroeze

In this model, total assets (variable) are considered the sum of all the loan categories and the interbank loans that have been issued by the bank (stocks), adding

&#34;La vie, expérience

Pomimo, że religijność odnosi się do rzeczywistości pozaempirycznej (Bóg, sacrum), posiada także stronę zjawiskową, zewnętrzną życia religijnego: system

Postanowienie to sygnowane było osobiście przez Josipa Broza Titę, sprawującego wówczas funkcję premiera Demokratycznej i Fe ­ deracyjnej Jugosławii (DFJ, jednocześnie

Since the 1980s, new insights in the economic literature demonstrate that innovation is the driving force of economic growth; and, in the revival of evolutionary