1 / 10

Optimization formulation

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.

tad
Télécharger la présentation

Optimization formulation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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?

  2. 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 the “objective functions.”

  3. Unconstrained formulations • Minimize 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.

  4. Constrained formulation • To avoid a non-smooth function, we can add a bound design variable b, as well as error bounds • The 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 with

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

  6. Standard notation • The standard form of an optimization problem used by most textbooks and software is • Standard form of Young’s modulus fit

  7. Column design example • Height is fixed, design variables are D and t. • Objective function is cross-sectional area. • Three failure modes

  8. 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.

  9. Standard dimensionless formulation • Normalized constraints are better both numerically and for communicating degree of satisfaction.

  10. Problems • Provide two formulations 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. • 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 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 7.

More Related