5.
Process Improvement
5.5.
Advanced topics
5.5.3.
How do you optimize a process?
5.5.3.1.
Single response case
5.5.3.1.3.
|
Single response: Choosing the step length
|
|
|
A procedure for choosing how far along the direction of steepest
ascent to go for the next trial run
|
Once the search direction is determined, the second decision needed
in Phase I relates to how far in that direction the process should be
"moved". The most common procedure for selecting a step length is
based on choosing a step size in one factor and then computing step
lengths in the other factors proportional to their parameter estimates.
This provides a point on the direction of maximum improvement. The
procedure is given below. A similar approach is obtained by choosing
increasing values of
in
.
However, the procedure below considers the original units of
measurement which are easier to deal with than the coded "distance"
.
|
|
|
Procedure: selection of step length
|
|
Procedure for selecting the step length
|
The following is the procedure for selecting the step length.
- Choose a step length
Xj (in natural units
of measurement) for some factor j. Usually, factor
j is chosen to be the one engineers feel more comfortable
varying, or the one with the largest
|bj|. The value of
Xj can be
based on the width of the confidence cone around the steepest
ascent/descent direction. Very wide cones indicate that the
estimated steepest ascent/descent direction is not reliable,
and thus Xj should be small.
This usually occurs when the R2 value is low.
In such a case, additional experiments can be conducted in the
current experimental region to obtain a better model fit and a
better search direction.
- Transform to coded units:
with sj denoting the scale
factor used for factor j (e.g.,
sj = rangej/2).
- Set
for all other factors i.
- Transform all the
xi's
to natural units:
Xi =
( xi)(si).
|
|
|
Example: Step Length Selection.
|
|
An example of step length selection
|
The following is an example of the step length selection procedure.
Thus the step size is
X' = (-3.48oC, 50 minutes).
|
|
|
Procedure: Conducting Experiments Along the Direction of Maximum
Improvement
|
|
Procedure for conducting experiments along the direction of
maximum improvement
|
The following is the procedure for conducting experiments along the
direction of maximum improvement.
- Given current operating conditions
= (X1, X2, ...,
Xk)
and a step size
X' =
( X1,
X2, ...,
Xk),
perform experiments at factor levels
X0 +
X,
X0 +
2 X,
X0 +
3 X, ...
as long as improvement in the response Y
(decrease or increase, as desired) is observed.
- Once a point has been reached where there is no further
improvement, a new first-order experiment (e.g., a
2k-p fractional factorial)
should be performed with repeated center runs to assess lack
of fit. If there is no significant evidence of lack of fit,
the new first-order model will provide a new search direction,
and another iteration is performed as indicated in Figure 5.3.
Otherwise (there is evidence of lack of fit), the experimental
design is augmented and a second-order model should be fitted.
That is, the experimenter should proceed to "Phase II".
|
|
|
Example: Experimenting Along the Direction of Maximum
Improvement
|
Step 1: increase factor levels by
|
Step 1:
Given X0 = (200oC,
200 minutes) and
X
= (-3.48oC, 50 minutes), the next experiments were
performed as follows (the step size in temperature was rounded to
-3.5oC for practical reasons):
|
|
X1
|
X2
|
x1
|
x2
|
Y (= yield)
|
|
X0
|
200
|
200
|
0
|
0
|
|
X0 +
X
|
196.5
|
250
|
-0.1160
|
1
|
56.2
|
X0 +
2 X
|
193.0
|
300
|
-0.2320
|
2
|
71.49
|
X0 +
3 X
|
189.5
|
350
|
-0.3480
|
3
|
75.63
|
X0 +
4 X
|
186.0
|
400
|
-0.4640
|
4
|
72.31
|
X0 +
5 X
|
182.5
|
450
|
-0.5800
|
5
|
72.10
|
Since the goal is to maximize Y, the point of maximum
observed response is
X1 = 189.5oC,
X2 = 350 minutes. Notice that the search was
stopped after 2 consecutive drops in response, to assure that
we have passed by the "peak" of the "hill".
|
|
Step 2: new factorial experiment
|
Step 2:
A new 22 factorial experiment is performed with
X' = (189.5, 350) as the origin. Using the same scaling
factors as before, the new scaled controllable factors are:
Five center runs (at X1 = 189.5,
X2 = 350)
were repeated to assess lack of fit. The experimental results were:
|
x1
|
x2
|
X1
|
X2
|
Y (= yield)
|
|
-1
|
-1
|
159.5
|
300
|
64.33
|
|
+1
|
-1
|
219.5
|
300
|
51.78
|
|
-1
|
+1
|
159.5
|
400
|
77.30
|
|
+1
|
+1
|
219.5
|
400
|
45.37
|
|
0
|
0
|
189.5
|
350
|
62.08
|
|
0
|
0
|
189.5
|
350
|
79.36
|
|
0
|
0
|
189.5
|
350
|
75.29
|
|
0
|
0
|
189.5
|
350
|
73.81
|
|
0
|
0
|
189.5
|
350
|
69.45
|
The corresponding ANOVA table for a linear model, obtained using the
DESIGN-EASE statistical software, is
SUM OF MEAN F
SOURCE SQUARES DF SQUARE VALUE PROB > F
MODEL 505.300 2 252.650 4.731 0.0703
CURVATURE 336.309 1 336.309 6.297 0.0539
RESIDUAL 267.036 5 53.407
LACK OF FIT 93.857 1 93.857 2.168 0.2149
PURE ERROR 173.179 4 43.295
COR TOTAL 1108.646 8
From the table, the linear effects (model) is significant and there is
no evidence of lack of fit. However, there is a significant curvature
effect (at the 5.4% significance level), which implies that the
optimization should proceed with Phase II; that is, the fit and
optimization of a second-order model.
|