Lecture 6 Optimization
Lecture 6 Optimization
1
Overview of the design process
Design optimization as systematic design
improvement.
Design optimization is a rational finding of a
design that is
2
When is Optimization useful?
When there are many design variables
When the problem is complicated
When the design space is too large for
intuition
3
How to Optimize?
1. By Evolution-Build a Design;Improve it in
the next version etc
2. By Intution-Follow Instincts, Based on
experience with this particular design
3. By Trial and Error-Each trial is exercised
and improved until satisfied (Optimum)
4. By Numerical Alogorithm-Use of
Mathmatical strategies to search for
optimum combinations.
4
When there are many design variables
Flight simulator
Kinematic
optimization of a
Stewart platform
manipulator for a
flight simulator.
5
When there are many design variables
Flight simulator
The goal of
optimization is to
design a
manipulator with
maximum
workspace whose
characteristics are
defined according
to the manoeuvres
of an aircraft.
6
When the problem is complicated
Tractor-trailer
combination
Objective: to
improve the ride
characteristics
Design variables:
properties of the
suspension system
7
When the design space is too large for
intuition
Front wing of
J3 Jaguar
Racing
Formula 1 car
9
APPLICATIONS OF OPTIMIZATION
TECHNIQUES
Optimization problem: minimize mass subject to
displacement constraints (FIA and aerodynamics)
Result of optimization by a genetic algorithm (GA):
Obtained design weight: 4.95 Kg
Baseline design weight: 5.2 Kg
Improvement: 4.8%
GA convergence history
5.9
5.8
5.7
5.6
Mass (Kg)
5.5
5.4
5.3
5.2
5.1
5
4.9
Generations
10
MATHEMATICAL OPTIMIZATION PROBLEM
Geometrical interpretation of a constrained
maximization problem
11
MATHEMATICAL OPTIMIZATION PROBLEM
Geometrical interpretation of an optimization
process
12
What is Design Optimization?
13
MATHEMATICAL OPTIMIZATION PROBLEM
Formulation of a design improvement problem
as a formal mathematical optimization problem
A formal mathematical optimization problem:
to find components of the vector x of design
variables:
F ( x ) → min
g j ( x ) ≤ 0, j = 1,..., M
Ai ≤ xi ≤ Bi , i = 1,..., N
where F(x) is the objective function, gj(x) are the
constraint functions, the last set of inequality
conditions defines the side constraints and x is
the design variables
14
Exercise 1
Given the perimeter of a rectangle must
be at most 16cm, construct the
rectangle with maximum area.
Formulate this as an optimization
problem.
15
Solution:
Maximize f(x,y) = xy
Subject to
2 x + 2 y ≤ 16
x ≥ 0, y ≥ 0
16
MATHEMATICAL OPTIMIZATION PROBLEM
Formulation of a design improvement problem
as a formal mathematical optimization problem
18
MATHEMATICAL OPTIMIZATION
PROBLEM
Formulation of a design improvement problem
as a formal mathematical optimization problem
Constrained and unconstrained problems
Almost all realistic problems of design optimization
are constrained problems, i.e. there are some
limitations on the performance characteristics of an
engineering system.
Still, it is important to learn how to solve efficiently
an unconstrained problem because some of the
optimization techniques treat a general constrained
problem as an equivalent sequence of simpler
unconstrained problems. 19
EXAMPLES
Shape optimization
Optimization of a spanner
20
Optimization of a spanner
21
Optimization of a spanner
22
EXAMPLES
23
EXAMPLES
24
EXAMPLES
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41