Optimization 1/33 Radford, A D and Gero J S (1988). Design by Optimization in Architecture, Building, and Construction, Van Nostrand Reinhold, New York.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

3.6 Support Vector Machines
Advanced Piloting Cruise Plot.
1
Feichter_DPG-SYKL03_Bild-01. Feichter_DPG-SYKL03_Bild-02.
1 Vorlesung Informatik 2 Algorithmen und Datenstrukturen (Parallel Algorithms) Robin Pomplun.
© 2008 Pearson Addison Wesley. All rights reserved Chapter Seven Costs.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Chapter 1 The Study of Body Function Image PowerPoint
Cognitive Radio Communications and Networks: Principles and Practice By A. M. Wyglinski, M. Nekovee, Y. T. Hou (Elsevier, December 2009) 1 Chapter 12 Cross-Layer.
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
Author: Julia Richards and R. Scott Hawley
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
Properties Use, share, or modify this drill on mathematic properties. There is too much material for a single class, so you’ll have to select for your.
UNITED NATIONS Shipment Details Report – January 2006.
Tuesday, May 7 Integer Programming Formulations Handouts: Lecture Notes.
1 RA I Sub-Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Casablanca, Morocco, 20 – 22 December 2005 Status of observing programmes in RA I.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Year 6 mental test 5 second questions
Year 6 mental test 10 second questions
1 Outline relationship among topics secrets LP with upper bounds by Simplex method basic feasible solution (BFS) by Simplex method for bounded variables.
Solve Multi-step Equations
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
Mathematics for Economics Beatrice Venturi 1 Economics Faculty CONTINUOUS TIME: LINEAR DIFFERENTIAL EQUATIONS Economic Applications LESSON 2 prof. Beatrice.
Mathematics for Economics Beatrice Venturi 1 Economics Faculty CONTINUOUS TIME: LINEAR DIFFERENTIAL EQUATIONS Economic Applications LESSON 2 prof. Beatrice.
PP Test Review Sections 6-1 to 6-6
ABC Technology Project
EU market situation for eggs and poultry Management Committee 20 October 2011.
1 Undirected Breadth First Search F A BCG DE H 2 F A BCG DE H Queue: A get Undiscovered Fringe Finished Active 0 distance from A visit(A)
2 |SharePoint Saturday New York City
Green Eggs and Ham.
VOORBLAD.
1. 2 No lecture on Wed February 8th Thursday 9 th Feb 14: :00 Thursday 9 th Feb 14: :00.
Name Convolutional codes Tomashevich Victor. Name- 2 - Introduction Convolutional codes map information to code bits sequentially by convolving a sequence.
1 Breadth First Search s s Undiscovered Discovered Finished Queue: s Top of queue 2 1 Shortest path from s.
Equations of Lines Equations of Lines
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
Constant, Linear and Non-Linear Constant, Linear and Non-Linear
1 RA III - Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Buenos Aires, Argentina, 25 – 27 October 2006 Status of observing programmes in RA.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
© 2012 National Heart Foundation of Australia. Slide 2.
Formal models of design 1/28 Radford, A D and Gero J S (1988). Design by Optimization in Architecture, Building, and Construction, Van Nostrand Reinhold,
LO: Count up to 100 objects by grouping them and counting in 5s 10s and 2s. Mrs Criddle: Westfield Middle School.
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
Artificial Intelligence
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Addition 1’s to 20.
Model and Relationships 6 M 1 M M M M M M M M M M M M M M M M
25 seconds left…...
H to shape fully developed personality to shape fully developed personality for successful application in life for successful.
Januar MDMDFSSMDMDFSSS
Week 1.
Analyzing Genes and Genomes
We will resume in: 25 Minutes.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
Intracellular Compartments and Transport
PSSA Preparation.
Essential Cell Biology
1 Chapter 13 Nuclear Magnetic Resonance Spectroscopy.
Energy Generation in Mitochondria and Chlorplasts
Presentation transcript:

optimization 1/33 Radford, A D and Gero J S (1988). Design by Optimization in Architecture, Building, and Construction, Van Nostrand Reinhold, New York

optimization techniques 2/33 ● which technique depends on ● nature of problem ● nature of information required ● historically ● mathematical problem – single optimal value ● not interested in suboptimal values ● design ● both decisions and suboptimal solutions important ● suboptimal solutions  options ● may be more acceptable in terms of unstated objectives

optimization techniques 3/33 ● nature of problem / information ● design  variables discrete &/or discontinuous &/or non-contiguous ● steel beams in discrete sizes ● no. of lifts discontinuous, ● materials non-contiguous ● nonlinear relationships  heat loss

types of techniques 4/33 ● calculus ● continuous and differentiable ● linear programming (LP) ● well developed method ● linear relationship among variables ● nonlinear programming (NLP) ● nonlinear relationships ● dynamic programming (DP) ● discrete, nonlinear, handles constraints ● evolutionary computation ● population

general strategies 5/33 ● exhaustive enumeration ● all possible solutions ● implicit enumeration ● e.g. branch & bound, DP ● hill-climbing ● moving from existing solution to an improved solution

linear programming ● best developed technique ● most frequently used ● guarantees optimum solution ● 3 conditions ● variables must be continuous, >= 0 ● O.F. must be linear, OF=20x 1 +12x 2 ● constraints must be linear, 4x 1 + 3x 2 > 18 6/33

linear programming ● convex spaces ● feasible solution space ● O.F. moves away from origin ● optimum solution at vertex 7/33 x1x1 x2x2

dynamic programming ● design problems ● not continuous or linear ● definition (Richard Bellman) ● an optimal set of decisions has the property that whatever the first decision is, the remaining decisions must be optimal with respect to the outcome which results from the first decision 8/33 if you don’t’ do the best with what you have, you will never do the best with what you should have had

dynamic programming ● stage-state formulation ● implicit enumeration of all paths ● guarantees global optimum ● non-serial DP doesn’t guarantee ● but pretty good 9/33 Stage 123 es 45 State

evolutionary computation ● hill-climbing ● one solution at a time ● in direction of steepest slope ● local optima ● variables &/or constants ● equations – y = mx + c ● EC in parallel ● populations ● survival of the fittest – probability ● random generation 10/33 LO GO

evolutionary computation 11/33

evolutionary computation 12/33

evolutionary computation 13/33

evolutionary computation 14/33

evolutionary computation 15/33

evolutionary computation 16/33

evolutionary computation 17/33

evolutionary computation 18/33

evolutionary computation 19/33

evolutionary computation 20/33

evolutionary computation 21/33

evolutionary computation 22/33

evolutionary computation 23/33

evolutionary computation 24/33

evolutionary computation 25/33

evolutionary computation 26/33

evolutionary computation 27/33

evolutionary computation 28/33

evolutionary computation 29/33

evolutionary computation 30/33

evolutionary computation 31/33

artificial life 32/33

multicriteria optimization 33/33 ● single objective ● e.g. cost ● several conflicting objectives ● max light – min heat ● best looking, min cost car ● Pareto solutions ● best compromise ● tradeoffs c1c1 c2c2