11.12.2012 Views

Chapter 5 Robust Performance Tailoring with Tuning - SSL - MIT

Chapter 5 Robust Performance Tailoring with Tuning - SSL - MIT

Chapter 5 Robust Performance Tailoring with Tuning - SSL - MIT

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Table 3.3: Algorithm performance: anti-optimization.<br />

J ∗ iter fevals time x ∗ [m] x ∗ [kg]<br />

Alg. Form [µm] # # [min] d1 d2 m1 m2<br />

SA Eq 3.4 307.17 59 1800 11.52 0.0481 0.0580 0.1234 0.0164<br />

SQP Eq 3.4 306.86 25 86 1.48 0.0486 0.0581 0.0 0.0<br />

SQP Eq 3.5 306.86 17 35 2.00 0.0486 0.0581 0.0 0.0<br />

MC SQP Eq 3.5 306.86 698 1431 53.52 0.0486 0.0581 0.0 0.0<br />

mulations using the SA design as an initial guess. In both cases the same design is<br />

found, but the simple minimization problem (Equation 3.5) is more efficient. The<br />

min-max problem (Equation 3.4) takes 2.0 minutes and requires 25 iterations to con-<br />

verge, while the simple optimization converges in only 1.5 minutes and 17 iterations.<br />

The MC SQP algorithm finds the same optimal design as the SA-SQP combination<br />

indicating that this design is likely to be a global optimum. The combination of SA<br />

and SQP proves to be a much quicker way to heuristically search the space than MC<br />

SQP, requiring a combined 13.52 minutes to find the optimal design in contrast to<br />

53.32 minutes needed for the ten MC SQP runs.<br />

The SA design is slightly sub-optimal, but is close to the SQP designs and pro-<br />

vides a good starting point for the gradient search. The min-max formulation is used<br />

for SA since gradients are not required, and the algorithm may have trouble finding<br />

feasible iterates due to the additional constraints in the alternate formulation (Equa-<br />

tion 3.5). The SA algorithm requires far more function evaluations then the SQP<br />

optimizers because the search is not guided by gradient information. Although the<br />

SA optimization does not perform quite as well as SQP, the worst-case performance<br />

of the resulting design, J ∗ , is significantly lower than that of the worst-case PT de-<br />

sign indicating that a more robust design has indeed been found. Note that in the<br />

SQP-optimized design the design masses are all zero, while those in the SA design are<br />

small, but non-zero. Due to the random nature of the SA search, it is highly unlikely<br />

that the resulting design is an optimal solution, especially if that solution is along a<br />

constraint boundary, as is the case <strong>with</strong> the design masses.<br />

89

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!