1 / 28

Deterministic Operations Research Models

Deterministic Operations Research Models. J. Paul Brooks Jill R. Hardin Department of Statistical Sciences and Operations Research November 28, 2006. Food for Thought. Daily snack—peanuts and popcorn Need at least 12 grams of protein and at least 24 grams of carbs

gyan
Télécharger la présentation

Deterministic Operations Research Models

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. Deterministic Operations Research Models J. Paul Brooks Jill R. Hardin Department of Statistical Sciences and Operations Research November 28, 2006

  2. Food for Thought • Daily snack—peanuts and popcorn • Need at least 12 grams of protein and at least 24 grams of carbs • Peanuts (serving size = 1 oz) • 6 grams protein • 6 grams carbs • Popcorn (serving size = 1 cup) • 2 grams protein • 6 grams carbs

  3. Food for Thought How many servings of each is most cost effective, while still meeting your carb/protein requirements? • Costco: • Peanuts: $0.25 per oz • Popcorn: $0.15 per cup • Sam’s • Peanuts $0.25 per oz • Popcorn $0.30 per cup • BJ’s • Peanuts: $0.35 per oz • Popcorn: $0.10 per cup 1 oz peanuts 3 cups popcorn 4 oz peanuts 6 cups popcorn

  4. Food for Thought • Possible solutions defined by: • Nutritional content of each food • Nutritional requirements • Solution quality determined by: • Cost of each food • How did you find a solution? • What would you do if the problem involved many foods and many nutritional requirements?

  5. Mathematical Programming • Represents decisions to be made with decisionvariables • Optimizes theobjective function—a function of the decision variables • Respectsconstraintsor restrictions on the values that can be assigned to the variables.

  6. Back to Peanuts and Popcorn • What decisions must be made? • Number of oz of peanuts • Number of cups of popcorn • What is the objective? • Minimize total cost • Costco: • Sam’s: • BJ’s:

  7. Back to Peanuts and Popcorn • What are the constraints? • Minimum level of protein intake—at least 12 grams • Minimum level of carb intake—at least 24 grams • Nonnegative number of servings

  8. The Mathematical Program

  9. A Graphical Representation Popcorn 8 4 Peanuts 2 6 10

  10. A Graphical Representation Popcorn 8 Feasible Region 4 Peanuts 2 6 10

  11. Facts about solutions to Math Programs Fact 1: A solution might not exist. Why? • Infeasibility—there might be no solution that satisfies every constraint. May have to be flexible on one or more constraint. • Unboundedness—we can make the objective value as large (or small) as we wish. Typically indicates a missing constraint.

  12. General Classes of Math Programs • Linear Programs (LP) • Integer Programs (IP) • Nonlinear Programs (NLP)

  13. General Classes of Math Programs Linear Programs (LP) • Objective is a linear function of the decision variables • Constraints can be expressed as linear functions of the decision variables • All variables can take fractional values • Relatively easy to solve

  14. Facts about solutions to Math Programs Fact 2: • For a linear program, if a solution does exist, one will be at a corner point (also called an extreme point). • This allows us to find solutions very quickly, because it limits the search space.

  15. Corner Points for Snack Problem Popcorn 8 Feasible Region (0,6) 4 (1,3) Peanuts 2 6 10 (4,0)

  16. General Classes of Math Programs Integer Programs (IP) • Linear objective, linear constraints—just like an LP. • One or more variables are limited to integer values • Allows binary (0/1, yes/no) variables—dramatically increases modeling power! • Harder to solve, but for most problems we can do it with enough time. • Many advanced techniques have been developed to decrease solution time. Software handles most general cases fairly easily, but if not, consult an expert (e.g. Jill or Paul!)

  17. 6 4 2 1 3 5 IP Feasible Regions Feasible region

  18. General Classes of Math Programs Nonlinear • Objective or some constraint(s) cannot be expressed as linear function of the decision variables. • Some special cases are easy (or easier) to handle: • Quadratic objective/linear constraints • Convex objective and feasible region • In general, very difficult to solve. Hard to tell when we have local versus global optimum. Often tackled with metaheuristics (genetic algorithms, simulated annealing, etc.)

  19. Local versus Global Local Maxima Global Maximum Local Minima Global Minimum

  20. Modeling with Binary Variables • In treating a brain tumor with radiation, we want to bombard the tissue containing the tumors with the maximum possible amount of radiation. The constraint is, of course, that there is a maximum amount of radiation that normal tissue can handle without suffering tissue damage. Physicians must therefore decide how to aim the radiation to accomplish these aims.

  21. Modeling with Binary Variables • As a simple example of this situation, suppose there are six types of radiation beams (beams differ in where they are aimed and their intensity) that can be aimed at a tumor. The region containing the tumor has been divided into six regions: three regions contain tumors and three contain normal tissue. The amount of radiation delivered to each region by each type of beam is given in the table. If each region of normal tissue can handle at most 60 units of radiation, which beams should be used to maximize the total amount of radiation received by the tumors?

  22. Modeling with Binary Variables

  23. Modeling with Binary Variables • What are the decisions to be made? • Which beams to use • More specifically, for each beam, should we use it? A yes/no decision. • Binary variables are ideal here.

  24. Modeling with Binary Variables • What is the objective? • Maximize total radiation delivered to tumors • Each beam used delivers radiation to each tumor • Six possible beams • When variable is zero (i.e. beam not used) no radiation delivered; when variable is 1 (i.e. beam used) full amount of radiation delivered.

  25. Modeling with Binary Variables • What are the constraints? • Maintain acceptable radiation levels in normal tissue • Specifically, each normal region should receive no more than 60 total units of radiation from all beams

  26. AMPL and the NEOS Server Solving mathematical programs typically requires two things: • Model file • Reflects structure of the problem • Data-independent • Data file for a specific instance

  27. AMPL and the NEOS Server • Many languages available for writing models. We’ll use AMPL (www.ampl.com). • The (free)NEOS Server for Optimization allows us to • submit model and data files • choose solver • obtain a solution www-neos.mcs.anl.gov

  28. Applications of Math Programming • Nurse staffing/scheduling • Haplotype inference • Protein Threading • Sequence Alignment • Therapy design (radiotherapy, brachytherapy, HIV treatment) • Vaccine selection • Design of organ allocation regions • Flux Balance Analysis

More Related