/
Optimization formulation Optimization formulation

Optimization formulation - PowerPoint Presentation

tawny-fly
tawny-fly . @tawny-fly
Follow
421 views
Uploaded On 2017-08-06

Optimization formulation - PPT Presentation

Optimization methods help us find solutions to problems where we seek to find the best of something This lecture is about how we formulate the problem mathematically In this lecture we make the assumption that we have choices and that we can attach numerical values to the goodness of each ID: 576301

optimization design objective problem design optimization problem objective formulation variables standard find function minimize failure formulate form solution maximum

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Optimization formulation" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Optimization formulation

Optimization methods help us find solutions to problems where we seek to find the best of something.This lecture is about how we formulate the problem mathematically.In this lecture we make the assumption that we have choices and that we can attach numerical values to the ‘goodness’ of each alternative.This is not always the case. We may have problems where the only thing we can do is compare pairs of alternatives and tell which one is better, but not by how much.Can you think of an example?Slide2

Young Modulus Example

The pairs (1,1), (2,2), (4,3) represent strain (millistrains) and stress (ksi) measurements.Our model is , where

is strain and

is stress.

We seek to find E that will minimize the differences between the data and the model.Here we can choose the maximum difference as our measure of goodness. An alternate measure is the root-mean-square difference. E is our “design variable” and the maximum or rms differences are possible “objective functions.”

 Slide3

U

nconstrained formulationsMinimize maximum difference

Minimize

rms

of error

The two formulations lead to different

optima:

E=5/6

,E=17/21.

Rms

formulation is popular because objective function is smooth in design variable.

 Slide4

Knapsack problem

You have five items that you can put in your knapsack as gifts to friends. However their combined weight is more than the 20 pounds that you are willing to carry. Formulate the problem of choosing a subset of maximum total value. Use binary design variablesO

bjective is total value minus $10 if weight exceeds 20

lb

, plus $10 otherwise

Item1

2345Weight (lb

)46

7

10

3Value ($)121212275Slide5

Problems

Formulate an unconstrained optimization problem for each of the following situations, identifying the design variables and objective function.Find the aspect ratio of a rectangle with the highest ratio of area to square of the perimeter. Solution.

You need to fly to a city in Florida, rent a car, and visit Gainesville, Jacksonville and Tampa and fly back from the last city you visit. What should your itinerary be to minimize your driving distance?

Solution

You need to perform a task once a month, on the same day of each month (e.g., the 13th). It is more inconvenient to do on a weekend. Select the day of the month to minimize the number of times it will fall on a weekend in one given year (not a leap year).

Solution.Slide6

Constrained formulation

To avoid a non-smooth function, we can add a bound design variable b, as well as error boundsThe objective function is equal to one design, b, variable.

E

appears only in the constraints.

Not only is the new objective and constraints smooth, but they are also linear.Here we know the sign of the differences so we can replace withSlide7

Graphical optimization

Recall the linear constrained optimization formulation.With only two design variables we can plot it.Optimum at constraint boundary intersection.Slide8

Standard notation

The standard form of an optimization problem used by most textbooks and software isStandard form of Young’s modulus fitSlide9

Column design example

Height is fixed, design variables are D and t.Objective function is cross-sectional area.Three failure modesSlide10

Failure modes

Stress failure

Global (Euler) buckling failure

.

Local buckling failure

Geometrical relations

,

Equations indicate that if buckling is critical, both modes will be active.

 Slide11

Standard dimensionless formulation

Normalized constraints are better both numerically and for communicating degree of satisfaction.Slide12

Problems

Provide two formulations in standard form for minimizing the surface area of a cylinder of a given volume when the diameter and height are the design variables. One formulation should use the volume as equality constraint, and another use it to reduce the number of design variables. Solution.Formulate in standard normal form the problem of finding an open-top rectangle with an area of at least 50 and minimum perimeter. Solution.

You need to go from point A to point B in minimum time while maintaining a safe distance from point C. Formulate an optimization problem in standard normalized form to find the path with no more than three design variables when A=(0,0), B=(10,10), C=(4,4), and the minimum safe distance is 5.

Solution