Compute convex lower bounding function and optimize it instead!

Slides:



Advertisements
Similar presentations
Optimality conditions for constrained local optima, Lagrange multipliers and their use for sensitivity of optimal solutions.
Advertisements

Branch and Bound Example. Initial lower bound Jrpd Use 1 machine preemptive schedule as lower bound Job 2 has a lateness of 5,
Getting A Speeding Ticket. Mesh Generation 2D Point Set Delaunay Triangulation 3D Point Set Delaunay Tetrahedralization.
1 OR II GSLM Outline  some terminology  differences between LP and NLP  basic questions in NLP  gradient and Hessian  quadratic form  contour,
Local and Global Optima
Optimality conditions for constrained local optima, Lagrange multipliers and their use for sensitivity of optimal solutions Today’s lecture is on optimality.
Upcoming in Class Homework #8 Due Thursday Quiz #4 Thursday Nov. 17th
Decomposable Optimisation Methods LCA Reading Group, 12/04/2011 Dan-Cristian Tomozei.
 Homework #8 Due Thursday  Quiz #4 Thursday Nov. 17 th  Homework #9 Thursday Nov. 17 th  Group Outline due Thursday Nov. 17th  Exam #4 Dec. 1st.
MIT and James Orlin © Nonlinear Programming Theory.
Lecture 4: Linear Programming Computational Geometry Prof. Dr. Th. Ottmann 1 Linear Programming Overview Formulation of the problem and example Incremental,
1 IOE/MFG 543 Chapter 14: General purpose procedures for scheduling in practice Sections : Dispatching rules and filtered beam search.
MAE 552 – Heuristic Optimization Lecture 26 April 1, 2002 Topic:Branch and Bound.
MAE 552 – Heuristic Optimization Lecture 1 January 23, 2002.
Branch and Bound Algorithm for Solving Integer Linear Programming
LP formulation of Economic Dispatch
Prof. D. Zhou UT Dallas Analog Circuits Design Automation 1.
Chapter 5 Linear Inequalities and Linear Programming Section R Review.
ENCI 303 Lecture PS-19 Optimization 2
Planar Cycle Covering Graphs for inference in MRFS The Typhon Algorithm A New Variational Approach to Ground State Computation in Binary Planar Markov.
computer
Warm-Up 3.4 1) Solve the system. 2) Graph the solution.
1 Enclosing Ellipsoids of Semi-algebraic Sets and Error Bounds in Polynomial Optimization Makoto Yamashita Masakazu Kojima Tokyo Institute of Technology.
1 Ellipsoid-type Confidential Bounds on Semi-algebraic Sets via SDP Relaxation Makoto Yamashita Masakazu Kojima Tokyo Institute of Technology.
Instructional Design Document Simplex Method - Optimization STAM Interactive Solutions.
Introduction to Multiple-multicast Routing Chu-Fu Wang.
Common Intersection of Half-Planes in R 2 2 PROBLEM (Common Intersection of half- planes in R 2 ) Given n half-planes H 1, H 2,..., H n in R 2 compute.
4.3 Riemann Sums and Definite Integrals Definition of the Definite Integral If f is defined on the closed interval [a, b] and the limit of a Riemann sum.
Developing a Taylor Model based global optimizer for COSY Infinity Youn-Kyung Kim and Johannes Grote Taylor Model Workshop, Miami Beach, December 2003.
Linear Programming Piyush Kumar Welcome to CIS5930.
1 Chapter 6 Reformulation-Linearization Technique and Applications.
The Set-covering Problem Problem statement –given a finite set X and a family F of subsets where every element of X is contained in one of the subsets.
Linear Programming Many problems take the form of maximizing or minimizing an objective, given limited resources and competing constraints. specify the.
Introduction of BP & TRW-S
OPTIMIZATION IN BUSINESS/ECONOMICS
5.3 Mixed-Integer Nonlinear Programming (MINLP) Models
Table 1. Advantages and Disadvantages of Traditional DM/ML Methods
Limit, Fit & Tolerance – Numerical Problems
Finding Volumes Disk/Washer/Shell
Review of Area: Measuring a length.
IBM CPLEX Global Non-Convex MIQP
Linear Programming.
5.3 Mixed Integer Nonlinear Programming Models
Finding Volumes Disk/Washer/Shell
Estimating Recombination Rates
1. Problem Formulation.
Chapter 5 Linear Inequalities and Linear Programming
3-3 Optimization with Linear Programming
Part 3. Linear Programming
Section 4.3 Optimization.
Branch and Bound.
Volumes of Solids of Revolution
Year 11 Mini-Assessment 13 HIGHER Estimation.
Numerical Algorithms Quiz questions
At what point is the following function a local minimum? {image}
Support vector machines
Branch and Bound Example
IOE/MFG 543 Chapter 14: General purpose procedures for scheduling in practice Sections : Dispatching rules and filtered beam search.
Numerical Computation and Optimization
Generalization bounds for uniformly stable algorithms
Álvaro Manuel Fonseca de Carvalho
Ch5 Initial-Value Problems for ODE
Part 4 Nonlinear Programming
Part 3. Linear Programming
Review 6.1, 6.2, 6.4.
Branch & Bound Another technique for optimization, this time as an and-tree Guaranteed to provide the globally optimum solution to a problem, but may need.
We have the following incomplete B&B tree:
Branch-and-Bound Algorithm for Integer Program
95% Confidence Interval for Mean
Presentation transcript:

Compute convex lower bounding function and optimize it instead!

Convex bounding function.

Convex bounding function. gap x ¤

x ¤

This interval can not contain the global minimum!

Requires tight convex bounding functions!

Requires tight convex bounding functions! Even more important in higher dimensions!

Obtaining an initial region

U u

U

Discussion Which approach is the winner? Branch Bound Global optimum & Global optimum Generality Problem size Numerically stable