SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
1
On Evaluation & Optimization
A very short review of essential topics
Ir. Pirouz Nourian
PhD Candidate, Researcher & Instructor
@ AE+T/Chair of Design Informatics
@URBANISM/chair of Urban Design
MSc in Architecture 2009
BSc in Control Engineering 2005
2
What is optimization all about?
• Goal-Oriented Search
• typically maximization or minimization
• Objective Function, Goal
• Performance Indicators
• Performance Optimization
3
What is evaluation all about?
• Formulating an indicator that could
describe the performance of an
object/system according to:
– A concept of quality/fitness
– A frame of reference
– A benchmark
– An evaluation framework
4
Analysis vs Evaluation
• Synthesis (conclusion)
– Putting together various analyses
• Aggregation
– Integral
– Sum
– Arithmetic Mean
– Harmonic Mean
– Geometric Mean
– Etcetera
5
Aggregating Goals?
• Multi-Criteria Analysis vs Multi-Objective
Optimization
• Weighting goals?
• Apples & Oranges
• Commensurability
• Dimensional Analysis
• WSM vs WPM in Decision Problems
6
Terminology
Problem Setting/Formulation
Suppose the design is formulated as a rectangle with the width W and height
H, which its area is desired to be maximized (Given the perimeter as a
constant P). In other words, the problem is to find the maximum rectangular
area that one can circumscribe with a rope of the length P. We have:
Constraint
𝑃 = 2 𝑊 + 𝐻 = 𝐶𝑜𝑛𝑠𝑡𝑎𝑛𝑡
Design Variable
Either W or H can be considered as a variable parameter:
𝐸𝑖𝑡ℎ𝑒𝑟 𝐻 =
(𝑃 − 2𝑊)
2
𝑜𝑟 𝑊 =
(𝑃 − 2𝐻)
2
Objective (Fitness) Function
We can write the Area as a function of the single variable 𝑊 as below:
𝐴𝑟𝑒𝑎 𝑊 = 𝑊. 𝐻 = 𝑊.
𝑃 − 2𝑊
2
= 𝑃𝑊/2 − 𝑊2
Problem-Solving
𝐴𝑟𝑒𝑎′
𝑊 = 𝑃/2 − 2𝑊
𝐿𝑒𝑡 𝐴𝑟𝑒𝑎′
𝑊 =
𝑃
2
− 2𝑊 = 0
𝑦𝑖𝑒𝑙𝑑𝑠
𝑊 = 𝑃/4 & 𝐻 = 𝑃/4
𝐴𝑟𝑒𝑎 𝑚𝑎𝑥 = 𝑊. 𝐻 = 𝑃2
/16
Solution
Perimeter  Given
Maximum Area?  Desired
H
W
=
= /16
W=P/4
H=P/4
7
The Importance of Formulation/Design
The maximum area achieved with a rectangle is equal to W. H = 𝑃2
/16,
whereas if the designer in question had chosen a circle, they would have
achieved the following surface area:
𝐴 = 𝜋𝑟2, 𝑃 = 2𝜋𝑟 = 𝑐𝑜𝑛𝑠𝑡.
𝑦𝑖𝑒𝑙𝑑𝑠
𝐴 = 𝜋(
𝑃
2𝜋
)
2
=
𝑃2
4𝜋
>
𝑃2
16
8
Formulation of a Single-Objective
Optimization Problem
Find a combination of the input variables that optimizes
(minimizes/maximizes) a single outcome of a process:
minimize
𝑥
𝑓(𝑥)
Subject to:
𝑔 𝑥𝑖 ≤ 0, 𝑖 = 1, … , 𝑚
ℎ 𝑥𝑖 = 0, 𝑖 = 1, … , 𝑝
Where:
• 𝑓 𝑥 : ℝ 𝑛
→ ℝ is an objective function to be minimized (or
maximized) over variable 𝑥,
• 𝑔 𝑥𝑖 ≤ 0 are constraints, and
• ℎ 𝑥𝑖 = 0 are equality constraints.
9
Find a combination of the input variables that optimizes
(minimizes/maximizes) a single outcome of a process:
minimize
𝑥
𝑓(𝑥)
Subject to:
𝑔 𝑥𝑖 ≤ 0, 𝑖 = 1, … , 𝑚
ℎ 𝑥𝑖 = 0, 𝑖 = 1, … , 𝑝
Where:
• 𝑓 𝑥 : ℝ 𝑛
→ ℝ is an objective function to be minimized (or
maximized) over variable 𝑥,
• 𝑔 𝑥𝑖 ≤ 0 are constraints, and
• ℎ 𝑥𝑖 = 0 are equality constraints.
Formulation of a Single-Objective
Optimization Problem
Image Credit: http://www.turingfinance.com/fitness-landscape-analysis-for-computational-finance/
10
Formulation of a Multi-Objective
Optimization Problem
Find a combination of the input variables that optimizes (minimizes/maximizes)
multiple (different, independent, and often conflicting) outcomes of a process:
minimize
𝑥
[𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)]
𝑠. 𝑡. 𝑥 ∈ 𝑋
Where:
• 𝑓: 𝑋 → ℝ 𝑘
, 𝑓 𝑥 = [𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)] 𝑇
is a vector-valued objective function to
be minimized over variable𝑥 ∈ 𝑋. If an objective is to be maximized we negate it
in the vector-valued objective function.
• Typically, there does not exist a solution optimal for all objectives; therefore we
focus on Pareto-Optimal solutions; which are solutions that cannot be improved
in any of the objectives without degrading at least one of the other objectives.
Technically, a solution is called Pareto Optimal if not (Pareto) dominated, that is:
– A feasible solution 𝑥1
∈ 𝑋 is said to dominate another solution solution 𝑥 ∈ 𝑋 if:
– 𝑓𝑖 𝑥1
≤ 𝑓𝑖 𝑥 for ∀𝑖 ∈ 1, 𝑘 ; and ∃𝑗 ∈ 1, 𝑘 such that 𝑓𝑗 𝑥1
< 𝑓𝑗 𝑥
11
Formulation of a Multi-Objective
Optimization Problem
Find a combination of the input variables that optimizes (minimizes/maximizes)
multiple (different, independent, and often conflicting) outcomes of a process:
minimize
𝑥
[𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)]
𝑠. 𝑡. 𝑥 ∈ 𝑋
Where:
• 𝑓: 𝑋 → ℝ 𝑘
, 𝑓 𝑥 = [𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)] 𝑇
is a vector-valued objective function to
be minimized over variable𝑥 ∈ 𝑋. If an objective is to be maximized we negate it
in the vector-valued objective function.
• Typically, there does not exist a solution optimal for all objectives; therefore we
focus on Pareto-Optimal solutions; which are solutions that cannot be improved
in any of the objectives without degrading at least one of the other objectives.
Technically, a solution is called Pareto Optimal if not (Pareto) dominated, that is:
– A feasible solution 𝑥1
∈ 𝑋 is said to dominate another solution solution 𝑥 ∈ 𝑋 if:
– 𝑓𝑖 𝑥1
≤ 𝑓𝑖 𝑥 for ∀𝑖 ∈ 1, 𝑘 ; and ∃𝑗 ∈ 1, 𝑘 such that 𝑓𝑗 𝑥1
< 𝑓𝑗 𝑥
Image Credits:
(Left) Enginsoft: http://www.enginsoft.com/technologies/multidisciplinary-analysis-and-optimization/multiobjective-optimization/
(Right) Professor Peter J Fleming: https://www.sheffield.ac.uk/acse/staff/peter_fleming/intromo
12
Formulation of a Multi-Objective
Optimization Problem
Find a combination of the input variables that optimizes (minimizes/maximizes) multiple (different,
independent, and often conflicting) outcomes of a process:
Image Courtesy of Ilya Loshchilov; http://www.loshchilov.com/publications.html
13
Multiple Objectives into a Single One?
What if we want/have to find the single best solution?
Then we need to aggregate multiple objectives into one; but how?
Shall we make a weighted average of the objectives and seek to
optimize it?
Or…
14
Dimensional Analysis
• 7even Fundamental Quantities in Physics
• Mass, Length, Time, Electric Current,
Absolute Temperature, Amount of
Substance, Luminous Intensity
15
Dimensional Analysis
• 7even Fundamental Quantities in Physics
From The International System of Units (SI) [8th edition, 2006; updated in 2014]
SI: By convention physical quantities are organized in a system of dimensions.
Each of the seven base quantities used in the SI is regarded as having its own
dimension, which is symbolically represented by a single sans serif roman
capital letter. The symbols used for the base quantities, and the symbols used
to denote their dimension, are given as follows.
16
Dimensional Analysis
Base quantities and dimensions used in the SI
Base quantity Symbol for
quantity
Symbol for
dimension
SI unit
mass m M Kilogram (kg)
length l, x, r, etc. L Meter (m)
time, duration t T Second (s)
electric current I, i l Ampere (A)
absolute temperature T Θ Kelvin (K)
amount of substance n N Mole (mol)
luminous intensity I v J Candela (cd)
17
Dimensional Analysis
Base quantities and dimensions used in the SI
All other quantities are derived quantities, which may be written in terms of
the base quantities by the equations of physics. The dimensions of the
derived quantities are written as products of powers of the dimensions of the
base quantities using the equations that relate the derived quantities to the
base quantities. In general the dimension of any quantity Q is written in the
form of a dimensional product,
dim 𝑄 = 𝑀 𝛼 𝐿 𝛽 𝑇 𝛾 𝐼 𝛿Θ 𝜀 𝑁 𝜁 𝐽 𝜂
where the exponents 𝛼, 𝛽, 𝛾, 𝛿, 𝜀, 𝜁, and 𝜂, which are generally small integers
which can be positive, negative or zero, are called the dimensional exponents.
The dimension of a derived quantity provides the same information about the
relation of that quantity to the base quantities as is provided by the SI unit of
the derived quantity as a product of powers of the SI base units.
18
Dimensional Analysis
Example: What is the dimension of Energy?
Mechanical Energy can be the work of a force along a displacement, that is
found by the dot product of the two vectors as a scalar:
𝑊 = 𝑭. 𝑫
While force can be described according to the Newton’s Second Law, as what
is needed to accelerate a mass:
𝑭 = 𝑚𝒂
Where acceleration can be described in terms of changes in velocity of a
moving object as below:
𝒂 =
∆𝑽
∆𝑡
And velocity can be formulated as the rate of displacement over time:
𝑽 =
∆𝒙
∆𝑡
19
Dimensional Analysis
Example: What is the dimension of Energy?
Mechanical Energy can be the work of a force along a displacement, that is
found by the dot product of the two vectors as a scalar:
𝑊 = 𝑭. 𝑫
While force can be described according to the Newton’s Second Law, as what
is needed to accelerate a mass:
𝑭 = 𝑚𝒂
Where acceleration can be described in terms of changes in velocity of a
moving object as below:
𝒂 =
∆𝑽
∆𝑡
And velocity can be formulated as the rate of displacement over time:
𝑽 =
∆𝒙
∆𝑡
⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
20
Dimensional Analysis
Example: What is the dimension of Energy?
Mechanical Energy can be the work of a force along a displacement, that is
found by the dot product of the two vectors as a scalar:
𝑊 = 𝑭. 𝑫
While force can be described according to the Newton’s Second Law, as what
is needed to accelerate a mass:
𝑭 = 𝑚𝒂
Where acceleration can be described in terms of changes in velocity of a
moving object as below:
𝒂 =
∆𝑽
∆𝑡
⇒ 𝒅𝒊𝒎 𝑎 = 𝐿𝑇−
And velocity can be formulated as the rate of displacement over time:
𝑽 =
∆𝒙
∆𝑡
⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
21
Dimensional Analysis
Example: What is the dimension of Energy?
Mechanical Energy can be the work of a force along a displacement, that is
found by the dot product of the two vectors as a scalar:
𝑊 = 𝑭. 𝑫
While force can be described according to the Newton’s Second Law, as what
is needed to accelerate a mass:
𝑭 = 𝑚𝒂 ⇒ 𝒅𝒊𝒎 𝑭 = 𝑀𝐿𝑇−
Where acceleration can be described in terms of changes in velocity of a
moving object as below:
𝒂 =
∆𝑽
∆𝑡
⇒ 𝒅𝒊𝒎 𝑎 = 𝐿𝑇−
And velocity can be formulated as the rate of displacement over time:
𝑽 =
∆𝒙
∆𝑡
⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
22
Dimensional Analysis
Example: What is the dimension of Energy?
Mechanical Energy can be the work of a force along a displacement, that is
found by the dot product of the two vectors as a scalar:
𝑊 = 𝑭. 𝑫 ⇒ 𝒅𝒊𝒎 𝑊 = 𝑀𝐿 𝑇−
While force can be described according to the Newton’s Second Law, as what
is needed to accelerate a mass:
𝑭 = 𝑚𝒂 ⇒ 𝒅𝒊𝒎 𝑭 = 𝑀𝐿𝑇−
Where acceleration can be described in terms of changes in velocity of a
moving object as below:
𝒂 =
∆𝑽
∆𝑡
⇒ 𝒅𝒊𝒎 𝑎 = 𝐿𝑇−
And velocity can be formulated as the rate of displacement over time:
𝑽 =
∆𝒙
∆𝑡
⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
23
Dimensional Analysis
Example: What is the dimension of Energy?
Therefore, the dimension of energy (in any form) is equal to the dimension of
energy in mechanical form and equal to:
dim 𝐸 = 𝑀𝐿 𝑇−
24
Dimensional Analysis
Long Story Short: Apples & Oranges cannot be
compared (Added, Subtracted, Averaged)!
We can only compare (and thus add or subtract) quantities of the same
dimension.
It can be readily seen that we cannot get an average nor a weighted average
of quantities of different physical dimensions, as that would entail adding
incommensurate quantities.
25
Apples & Oranges
Addition, Subtraction and Arithmetic Averages
are senseless for incommensurate quantities
We can only compare (and thus add
or subtract) quantities of the same
dimension.
It can be readily seen that we
cannot get an average nor a
weighted average of quantities of
different physical dimensions, as
that would entail adding
incommensurate quantities.
Image Credit: Paul Cézanne, Still Life with Apples and Oranges
26
Combining Goals/Criteria
Weighted Sum Model & Weighted Product Model
For commensurate goals/criteria:
𝑥 =
𝑤 𝑖 𝑥 𝑖
𝑛
𝑖=1
𝑤 𝑖
𝑛
𝑖=1
or 𝑥 = 𝑤𝑖 𝑥𝑖
𝑛
𝑖=1 if weights are normalized; i.e. 𝑤𝑖
𝑛
𝑖=1 = 1
For incommensurate goals/criteria:
𝑥 = 𝑥𝑖
𝑤 𝑖𝑛
𝑖=1
1
𝑤 𝑖
𝑛
𝑖=1 or 𝑥 = 𝑥𝑖
𝑤 𝑖𝑛
𝑖=1 if weights are normalized
27
Combining Goals/Criteria
Fuzzy Aggregation
For goals that are fuzzifiable (those for which bounds or benchmarks are
known):
𝑍𝑎𝑑𝑒ℎ 𝐴𝑁𝐷: 𝑥𝑖
𝑖
≔ min
𝑖
{𝑥𝑖}
𝑍𝑎𝑑𝑒ℎ 𝑂𝑅: 𝑥𝑖
𝑖
≔ max
𝑖
{𝑥𝑖}
28
Questions?
• Be careful with making claims about optimized designs
• Remember that evaluation is not equal to analysis/simulation
• Problem Formulation is more important than problem solving
• Optimization is not a solution to all problems in design
• All goals cannot be dealt with at once; as there is usually a hierarchy of
issues
• A bad design cannot be corrected with optimization
• Optimization is merely about searching within the possibilities created
by yourself; try to give rise to good possibilities.
THANKS FOR YOUR ATTENTION

Más contenido relacionado

Similar a Tudelft stramien 16_9_on_optimization

Unit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptxUnit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptxssuser4debce1
 
Specific topics in optimisation
Specific topics in optimisationSpecific topics in optimisation
Specific topics in optimisationFarzad Javidanrad
 
Assignment oprations research luv
Assignment oprations research luvAssignment oprations research luv
Assignment oprations research luvAshok Sharma
 
A0311010106
A0311010106A0311010106
A0311010106theijes
 
Duality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming ProblemsDuality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming Problemstheijes
 
AMS_502_13, 14,15,16 (1).pptx
AMS_502_13, 14,15,16 (1).pptxAMS_502_13, 14,15,16 (1).pptx
AMS_502_13, 14,15,16 (1).pptxbhavypatel2228
 
Deep learning Unit1 BasicsAllllllll.pptx
Deep learning Unit1 BasicsAllllllll.pptxDeep learning Unit1 BasicsAllllllll.pptx
Deep learning Unit1 BasicsAllllllll.pptxFreefireGarena30
 
PSO and Its application in Engineering
PSO and Its application in EngineeringPSO and Its application in Engineering
PSO and Its application in EngineeringPrince Jain
 
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithminventionjournals
 
Koh_Liang_ICML2017
Koh_Liang_ICML2017Koh_Liang_ICML2017
Koh_Liang_ICML2017Masa Kato
 
Linear programming class 12 investigatory project
Linear programming class 12 investigatory projectLinear programming class 12 investigatory project
Linear programming class 12 investigatory projectDivyans890
 
Introduction to particle swarm optimization
Introduction to particle swarm optimizationIntroduction to particle swarm optimization
Introduction to particle swarm optimizationMrinmoy Majumder
 
Atomic Scheduling of Appliance Energy Consumption in Residential Smart Grid
Atomic Scheduling of Appliance Energy Consumption in Residential Smart GridAtomic Scheduling of Appliance Energy Consumption in Residential Smart Grid
Atomic Scheduling of Appliance Energy Consumption in Residential Smart GridXi'an Jiaotong-Liverpool University
 
Degree presentation: Indirect Inference Applied to Financial Econometrics
Degree presentation: Indirect Inference Applied to Financial EconometricsDegree presentation: Indirect Inference Applied to Financial Econometrics
Degree presentation: Indirect Inference Applied to Financial EconometricsJean Duchesne
 
"Computational Support for Functionality Selection in Interaction Design" CHI...
"Computational Support for Functionality Selection in Interaction Design" CHI..."Computational Support for Functionality Selection in Interaction Design" CHI...
"Computational Support for Functionality Selection in Interaction Design" CHI...Aalto University
 

Similar a Tudelft stramien 16_9_on_optimization (20)

Unit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptxUnit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptx
 
Scalars in mechanics
Scalars in mechanicsScalars in mechanics
Scalars in mechanics
 
Specific topics in optimisation
Specific topics in optimisationSpecific topics in optimisation
Specific topics in optimisation
 
Assignment oprations research luv
Assignment oprations research luvAssignment oprations research luv
Assignment oprations research luv
 
A0311010106
A0311010106A0311010106
A0311010106
 
Duality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming ProblemsDuality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming Problems
 
AMS_502_13, 14,15,16 (1).pptx
AMS_502_13, 14,15,16 (1).pptxAMS_502_13, 14,15,16 (1).pptx
AMS_502_13, 14,15,16 (1).pptx
 
Deep learning Unit1 BasicsAllllllll.pptx
Deep learning Unit1 BasicsAllllllll.pptxDeep learning Unit1 BasicsAllllllll.pptx
Deep learning Unit1 BasicsAllllllll.pptx
 
PSO and Its application in Engineering
PSO and Its application in EngineeringPSO and Its application in Engineering
PSO and Its application in Engineering
 
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
 
MM-OWG operator
MM-OWG operatorMM-OWG operator
MM-OWG operator
 
Koh_Liang_ICML2017
Koh_Liang_ICML2017Koh_Liang_ICML2017
Koh_Liang_ICML2017
 
Linear programming class 12 investigatory project
Linear programming class 12 investigatory projectLinear programming class 12 investigatory project
Linear programming class 12 investigatory project
 
Introduction to particle swarm optimization
Introduction to particle swarm optimizationIntroduction to particle swarm optimization
Introduction to particle swarm optimization
 
Atomic Scheduling of Appliance Energy Consumption in Residential Smart Grid
Atomic Scheduling of Appliance Energy Consumption in Residential Smart GridAtomic Scheduling of Appliance Energy Consumption in Residential Smart Grid
Atomic Scheduling of Appliance Energy Consumption in Residential Smart Grid
 
Session 4 .pdf
Session 4 .pdfSession 4 .pdf
Session 4 .pdf
 
Thesis
ThesisThesis
Thesis
 
Degree presentation: Indirect Inference Applied to Financial Econometrics
Degree presentation: Indirect Inference Applied to Financial EconometricsDegree presentation: Indirect Inference Applied to Financial Econometrics
Degree presentation: Indirect Inference Applied to Financial Econometrics
 
"Computational Support for Functionality Selection in Interaction Design" CHI...
"Computational Support for Functionality Selection in Interaction Design" CHI..."Computational Support for Functionality Selection in Interaction Design" CHI...
"Computational Support for Functionality Selection in Interaction Design" CHI...
 
HIGHER MATHEMATICS
HIGHER MATHEMATICSHIGHER MATHEMATICS
HIGHER MATHEMATICS
 

Más de Pirouz Nourian

Geo1004 lecture 1_topology&amp;topological_datamodels_final
Geo1004 lecture 1_topology&amp;topological_datamodels_finalGeo1004 lecture 1_topology&amp;topological_datamodels_final
Geo1004 lecture 1_topology&amp;topological_datamodels_finalPirouz Nourian
 
Ar1 twf030 lecture2.1: Geometry and Topology in Computational Design
Ar1 twf030 lecture2.1: Geometry and Topology in Computational DesignAr1 twf030 lecture2.1: Geometry and Topology in Computational Design
Ar1 twf030 lecture2.1: Geometry and Topology in Computational DesignPirouz Nourian
 
Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017Pirouz Nourian
 
Intro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedpluginsIntro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedpluginsPirouz Nourian
 
Point Cloud Segmentation for 3D Reconstruction
Point Cloud Segmentation for 3D ReconstructionPoint Cloud Segmentation for 3D Reconstruction
Point Cloud Segmentation for 3D ReconstructionPirouz Nourian
 
On NURBS Geometry Representation in 3D modelling
On NURBS Geometry Representation in 3D modellingOn NURBS Geometry Representation in 3D modelling
On NURBS Geometry Representation in 3D modellingPirouz Nourian
 
Polygon Mesh Representation
Polygon Mesh RepresentationPolygon Mesh Representation
Polygon Mesh RepresentationPirouz Nourian
 
Preliminaries of Analytic Geometry and Linear Algebra 3D modelling
Preliminaries of Analytic Geometry and Linear Algebra 3D modellingPreliminaries of Analytic Geometry and Linear Algebra 3D modelling
Preliminaries of Analytic Geometry and Linear Algebra 3D modellingPirouz Nourian
 
Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...
Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...
Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...Pirouz Nourian
 

Más de Pirouz Nourian (11)

Geo1004 lecture 1_topology&amp;topological_datamodels_final
Geo1004 lecture 1_topology&amp;topological_datamodels_finalGeo1004 lecture 1_topology&amp;topological_datamodels_final
Geo1004 lecture 1_topology&amp;topological_datamodels_final
 
Ar1 twf030 lecture2.2
Ar1 twf030 lecture2.2Ar1 twf030 lecture2.2
Ar1 twf030 lecture2.2
 
Ar1 twf030 lecture1.2
Ar1 twf030 lecture1.2Ar1 twf030 lecture1.2
Ar1 twf030 lecture1.2
 
Ar1 twf030 lecture2.1: Geometry and Topology in Computational Design
Ar1 twf030 lecture2.1: Geometry and Topology in Computational DesignAr1 twf030 lecture2.1: Geometry and Topology in Computational Design
Ar1 twf030 lecture2.1: Geometry and Topology in Computational Design
 
Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017
 
Intro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedpluginsIntro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedplugins
 
Point Cloud Segmentation for 3D Reconstruction
Point Cloud Segmentation for 3D ReconstructionPoint Cloud Segmentation for 3D Reconstruction
Point Cloud Segmentation for 3D Reconstruction
 
On NURBS Geometry Representation in 3D modelling
On NURBS Geometry Representation in 3D modellingOn NURBS Geometry Representation in 3D modelling
On NURBS Geometry Representation in 3D modelling
 
Polygon Mesh Representation
Polygon Mesh RepresentationPolygon Mesh Representation
Polygon Mesh Representation
 
Preliminaries of Analytic Geometry and Linear Algebra 3D modelling
Preliminaries of Analytic Geometry and Linear Algebra 3D modellingPreliminaries of Analytic Geometry and Linear Algebra 3D modelling
Preliminaries of Analytic Geometry and Linear Algebra 3D modelling
 
Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...
Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...
Point Cloud Processing: Estimating Normal Vectors and Curvature Indicators us...
 

Último

Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming languageSmritiSharma901052
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 

Último (20)

Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming language
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 

Tudelft stramien 16_9_on_optimization

  • 1. 1 On Evaluation & Optimization A very short review of essential topics Ir. Pirouz Nourian PhD Candidate, Researcher & Instructor @ AE+T/Chair of Design Informatics @URBANISM/chair of Urban Design MSc in Architecture 2009 BSc in Control Engineering 2005
  • 2. 2 What is optimization all about? • Goal-Oriented Search • typically maximization or minimization • Objective Function, Goal • Performance Indicators • Performance Optimization
  • 3. 3 What is evaluation all about? • Formulating an indicator that could describe the performance of an object/system according to: – A concept of quality/fitness – A frame of reference – A benchmark – An evaluation framework
  • 4. 4 Analysis vs Evaluation • Synthesis (conclusion) – Putting together various analyses • Aggregation – Integral – Sum – Arithmetic Mean – Harmonic Mean – Geometric Mean – Etcetera
  • 5. 5 Aggregating Goals? • Multi-Criteria Analysis vs Multi-Objective Optimization • Weighting goals? • Apples & Oranges • Commensurability • Dimensional Analysis • WSM vs WPM in Decision Problems
  • 6. 6 Terminology Problem Setting/Formulation Suppose the design is formulated as a rectangle with the width W and height H, which its area is desired to be maximized (Given the perimeter as a constant P). In other words, the problem is to find the maximum rectangular area that one can circumscribe with a rope of the length P. We have: Constraint 𝑃 = 2 𝑊 + 𝐻 = 𝐶𝑜𝑛𝑠𝑡𝑎𝑛𝑡 Design Variable Either W or H can be considered as a variable parameter: 𝐸𝑖𝑡ℎ𝑒𝑟 𝐻 = (𝑃 − 2𝑊) 2 𝑜𝑟 𝑊 = (𝑃 − 2𝐻) 2 Objective (Fitness) Function We can write the Area as a function of the single variable 𝑊 as below: 𝐴𝑟𝑒𝑎 𝑊 = 𝑊. 𝐻 = 𝑊. 𝑃 − 2𝑊 2 = 𝑃𝑊/2 − 𝑊2 Problem-Solving 𝐴𝑟𝑒𝑎′ 𝑊 = 𝑃/2 − 2𝑊 𝐿𝑒𝑡 𝐴𝑟𝑒𝑎′ 𝑊 = 𝑃 2 − 2𝑊 = 0 𝑦𝑖𝑒𝑙𝑑𝑠 𝑊 = 𝑃/4 & 𝐻 = 𝑃/4 𝐴𝑟𝑒𝑎 𝑚𝑎𝑥 = 𝑊. 𝐻 = 𝑃2 /16 Solution Perimeter  Given Maximum Area?  Desired H W = = /16 W=P/4 H=P/4
  • 7. 7 The Importance of Formulation/Design The maximum area achieved with a rectangle is equal to W. H = 𝑃2 /16, whereas if the designer in question had chosen a circle, they would have achieved the following surface area: 𝐴 = 𝜋𝑟2, 𝑃 = 2𝜋𝑟 = 𝑐𝑜𝑛𝑠𝑡. 𝑦𝑖𝑒𝑙𝑑𝑠 𝐴 = 𝜋( 𝑃 2𝜋 ) 2 = 𝑃2 4𝜋 > 𝑃2 16
  • 8. 8 Formulation of a Single-Objective Optimization Problem Find a combination of the input variables that optimizes (minimizes/maximizes) a single outcome of a process: minimize 𝑥 𝑓(𝑥) Subject to: 𝑔 𝑥𝑖 ≤ 0, 𝑖 = 1, … , 𝑚 ℎ 𝑥𝑖 = 0, 𝑖 = 1, … , 𝑝 Where: • 𝑓 𝑥 : ℝ 𝑛 → ℝ is an objective function to be minimized (or maximized) over variable 𝑥, • 𝑔 𝑥𝑖 ≤ 0 are constraints, and • ℎ 𝑥𝑖 = 0 are equality constraints.
  • 9. 9 Find a combination of the input variables that optimizes (minimizes/maximizes) a single outcome of a process: minimize 𝑥 𝑓(𝑥) Subject to: 𝑔 𝑥𝑖 ≤ 0, 𝑖 = 1, … , 𝑚 ℎ 𝑥𝑖 = 0, 𝑖 = 1, … , 𝑝 Where: • 𝑓 𝑥 : ℝ 𝑛 → ℝ is an objective function to be minimized (or maximized) over variable 𝑥, • 𝑔 𝑥𝑖 ≤ 0 are constraints, and • ℎ 𝑥𝑖 = 0 are equality constraints. Formulation of a Single-Objective Optimization Problem Image Credit: http://www.turingfinance.com/fitness-landscape-analysis-for-computational-finance/
  • 10. 10 Formulation of a Multi-Objective Optimization Problem Find a combination of the input variables that optimizes (minimizes/maximizes) multiple (different, independent, and often conflicting) outcomes of a process: minimize 𝑥 [𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)] 𝑠. 𝑡. 𝑥 ∈ 𝑋 Where: • 𝑓: 𝑋 → ℝ 𝑘 , 𝑓 𝑥 = [𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)] 𝑇 is a vector-valued objective function to be minimized over variable𝑥 ∈ 𝑋. If an objective is to be maximized we negate it in the vector-valued objective function. • Typically, there does not exist a solution optimal for all objectives; therefore we focus on Pareto-Optimal solutions; which are solutions that cannot be improved in any of the objectives without degrading at least one of the other objectives. Technically, a solution is called Pareto Optimal if not (Pareto) dominated, that is: – A feasible solution 𝑥1 ∈ 𝑋 is said to dominate another solution solution 𝑥 ∈ 𝑋 if: – 𝑓𝑖 𝑥1 ≤ 𝑓𝑖 𝑥 for ∀𝑖 ∈ 1, 𝑘 ; and ∃𝑗 ∈ 1, 𝑘 such that 𝑓𝑗 𝑥1 < 𝑓𝑗 𝑥
  • 11. 11 Formulation of a Multi-Objective Optimization Problem Find a combination of the input variables that optimizes (minimizes/maximizes) multiple (different, independent, and often conflicting) outcomes of a process: minimize 𝑥 [𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)] 𝑠. 𝑡. 𝑥 ∈ 𝑋 Where: • 𝑓: 𝑋 → ℝ 𝑘 , 𝑓 𝑥 = [𝑓1 𝑥 , 𝑓 𝑥 , … , 𝑓𝑘(𝑥)] 𝑇 is a vector-valued objective function to be minimized over variable𝑥 ∈ 𝑋. If an objective is to be maximized we negate it in the vector-valued objective function. • Typically, there does not exist a solution optimal for all objectives; therefore we focus on Pareto-Optimal solutions; which are solutions that cannot be improved in any of the objectives without degrading at least one of the other objectives. Technically, a solution is called Pareto Optimal if not (Pareto) dominated, that is: – A feasible solution 𝑥1 ∈ 𝑋 is said to dominate another solution solution 𝑥 ∈ 𝑋 if: – 𝑓𝑖 𝑥1 ≤ 𝑓𝑖 𝑥 for ∀𝑖 ∈ 1, 𝑘 ; and ∃𝑗 ∈ 1, 𝑘 such that 𝑓𝑗 𝑥1 < 𝑓𝑗 𝑥 Image Credits: (Left) Enginsoft: http://www.enginsoft.com/technologies/multidisciplinary-analysis-and-optimization/multiobjective-optimization/ (Right) Professor Peter J Fleming: https://www.sheffield.ac.uk/acse/staff/peter_fleming/intromo
  • 12. 12 Formulation of a Multi-Objective Optimization Problem Find a combination of the input variables that optimizes (minimizes/maximizes) multiple (different, independent, and often conflicting) outcomes of a process: Image Courtesy of Ilya Loshchilov; http://www.loshchilov.com/publications.html
  • 13. 13 Multiple Objectives into a Single One? What if we want/have to find the single best solution? Then we need to aggregate multiple objectives into one; but how? Shall we make a weighted average of the objectives and seek to optimize it? Or…
  • 14. 14 Dimensional Analysis • 7even Fundamental Quantities in Physics • Mass, Length, Time, Electric Current, Absolute Temperature, Amount of Substance, Luminous Intensity
  • 15. 15 Dimensional Analysis • 7even Fundamental Quantities in Physics From The International System of Units (SI) [8th edition, 2006; updated in 2014] SI: By convention physical quantities are organized in a system of dimensions. Each of the seven base quantities used in the SI is regarded as having its own dimension, which is symbolically represented by a single sans serif roman capital letter. The symbols used for the base quantities, and the symbols used to denote their dimension, are given as follows.
  • 16. 16 Dimensional Analysis Base quantities and dimensions used in the SI Base quantity Symbol for quantity Symbol for dimension SI unit mass m M Kilogram (kg) length l, x, r, etc. L Meter (m) time, duration t T Second (s) electric current I, i l Ampere (A) absolute temperature T Θ Kelvin (K) amount of substance n N Mole (mol) luminous intensity I v J Candela (cd)
  • 17. 17 Dimensional Analysis Base quantities and dimensions used in the SI All other quantities are derived quantities, which may be written in terms of the base quantities by the equations of physics. The dimensions of the derived quantities are written as products of powers of the dimensions of the base quantities using the equations that relate the derived quantities to the base quantities. In general the dimension of any quantity Q is written in the form of a dimensional product, dim 𝑄 = 𝑀 𝛼 𝐿 𝛽 𝑇 𝛾 𝐼 𝛿Θ 𝜀 𝑁 𝜁 𝐽 𝜂 where the exponents 𝛼, 𝛽, 𝛾, 𝛿, 𝜀, 𝜁, and 𝜂, which are generally small integers which can be positive, negative or zero, are called the dimensional exponents. The dimension of a derived quantity provides the same information about the relation of that quantity to the base quantities as is provided by the SI unit of the derived quantity as a product of powers of the SI base units.
  • 18. 18 Dimensional Analysis Example: What is the dimension of Energy? Mechanical Energy can be the work of a force along a displacement, that is found by the dot product of the two vectors as a scalar: 𝑊 = 𝑭. 𝑫 While force can be described according to the Newton’s Second Law, as what is needed to accelerate a mass: 𝑭 = 𝑚𝒂 Where acceleration can be described in terms of changes in velocity of a moving object as below: 𝒂 = ∆𝑽 ∆𝑡 And velocity can be formulated as the rate of displacement over time: 𝑽 = ∆𝒙 ∆𝑡
  • 19. 19 Dimensional Analysis Example: What is the dimension of Energy? Mechanical Energy can be the work of a force along a displacement, that is found by the dot product of the two vectors as a scalar: 𝑊 = 𝑭. 𝑫 While force can be described according to the Newton’s Second Law, as what is needed to accelerate a mass: 𝑭 = 𝑚𝒂 Where acceleration can be described in terms of changes in velocity of a moving object as below: 𝒂 = ∆𝑽 ∆𝑡 And velocity can be formulated as the rate of displacement over time: 𝑽 = ∆𝒙 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
  • 20. 20 Dimensional Analysis Example: What is the dimension of Energy? Mechanical Energy can be the work of a force along a displacement, that is found by the dot product of the two vectors as a scalar: 𝑊 = 𝑭. 𝑫 While force can be described according to the Newton’s Second Law, as what is needed to accelerate a mass: 𝑭 = 𝑚𝒂 Where acceleration can be described in terms of changes in velocity of a moving object as below: 𝒂 = ∆𝑽 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑎 = 𝐿𝑇− And velocity can be formulated as the rate of displacement over time: 𝑽 = ∆𝒙 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
  • 21. 21 Dimensional Analysis Example: What is the dimension of Energy? Mechanical Energy can be the work of a force along a displacement, that is found by the dot product of the two vectors as a scalar: 𝑊 = 𝑭. 𝑫 While force can be described according to the Newton’s Second Law, as what is needed to accelerate a mass: 𝑭 = 𝑚𝒂 ⇒ 𝒅𝒊𝒎 𝑭 = 𝑀𝐿𝑇− Where acceleration can be described in terms of changes in velocity of a moving object as below: 𝒂 = ∆𝑽 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑎 = 𝐿𝑇− And velocity can be formulated as the rate of displacement over time: 𝑽 = ∆𝒙 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
  • 22. 22 Dimensional Analysis Example: What is the dimension of Energy? Mechanical Energy can be the work of a force along a displacement, that is found by the dot product of the two vectors as a scalar: 𝑊 = 𝑭. 𝑫 ⇒ 𝒅𝒊𝒎 𝑊 = 𝑀𝐿 𝑇− While force can be described according to the Newton’s Second Law, as what is needed to accelerate a mass: 𝑭 = 𝑚𝒂 ⇒ 𝒅𝒊𝒎 𝑭 = 𝑀𝐿𝑇− Where acceleration can be described in terms of changes in velocity of a moving object as below: 𝒂 = ∆𝑽 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑎 = 𝐿𝑇− And velocity can be formulated as the rate of displacement over time: 𝑽 = ∆𝒙 ∆𝑡 ⇒ 𝒅𝒊𝒎 𝑽 = 𝐿𝑇−1
  • 23. 23 Dimensional Analysis Example: What is the dimension of Energy? Therefore, the dimension of energy (in any form) is equal to the dimension of energy in mechanical form and equal to: dim 𝐸 = 𝑀𝐿 𝑇−
  • 24. 24 Dimensional Analysis Long Story Short: Apples & Oranges cannot be compared (Added, Subtracted, Averaged)! We can only compare (and thus add or subtract) quantities of the same dimension. It can be readily seen that we cannot get an average nor a weighted average of quantities of different physical dimensions, as that would entail adding incommensurate quantities.
  • 25. 25 Apples & Oranges Addition, Subtraction and Arithmetic Averages are senseless for incommensurate quantities We can only compare (and thus add or subtract) quantities of the same dimension. It can be readily seen that we cannot get an average nor a weighted average of quantities of different physical dimensions, as that would entail adding incommensurate quantities. Image Credit: Paul Cézanne, Still Life with Apples and Oranges
  • 26. 26 Combining Goals/Criteria Weighted Sum Model & Weighted Product Model For commensurate goals/criteria: 𝑥 = 𝑤 𝑖 𝑥 𝑖 𝑛 𝑖=1 𝑤 𝑖 𝑛 𝑖=1 or 𝑥 = 𝑤𝑖 𝑥𝑖 𝑛 𝑖=1 if weights are normalized; i.e. 𝑤𝑖 𝑛 𝑖=1 = 1 For incommensurate goals/criteria: 𝑥 = 𝑥𝑖 𝑤 𝑖𝑛 𝑖=1 1 𝑤 𝑖 𝑛 𝑖=1 or 𝑥 = 𝑥𝑖 𝑤 𝑖𝑛 𝑖=1 if weights are normalized
  • 27. 27 Combining Goals/Criteria Fuzzy Aggregation For goals that are fuzzifiable (those for which bounds or benchmarks are known): 𝑍𝑎𝑑𝑒ℎ 𝐴𝑁𝐷: 𝑥𝑖 𝑖 ≔ min 𝑖 {𝑥𝑖} 𝑍𝑎𝑑𝑒ℎ 𝑂𝑅: 𝑥𝑖 𝑖 ≔ max 𝑖 {𝑥𝑖}
  • 28. 28 Questions? • Be careful with making claims about optimized designs • Remember that evaluation is not equal to analysis/simulation • Problem Formulation is more important than problem solving • Optimization is not a solution to all problems in design • All goals cannot be dealt with at once; as there is usually a hierarchy of issues • A bad design cannot be corrected with optimization • Optimization is merely about searching within the possibilities created by yourself; try to give rise to good possibilities. THANKS FOR YOUR ATTENTION