Cyclic Coordinate Method

Slides:



Advertisements
Similar presentations
Vector Equations in Space Accelerated Math 3. Vector r is the position vector to a variable point P(x,y,z) on the line. Point P o =(5,11,13) is a fixed.
Advertisements

Duality for linear programming. Illustration of the notion Consider an enterprise producing r items: f k = demand for the item k =1,…, r using s components:
Chapter 4 Euclidean Vector Spaces
Numerical Solution of Linear Equations
ECE 8443 – Pattern Recognition LECTURE 05: MAXIMUM LIKELIHOOD ESTIMATION Objectives: Discrete Features Maximum Likelihood Resources: D.H.S: Chapter 3 (Part.
Chapter 5 The Simplex Method The most popular method for solving Linear Programming Problems We shall present it as an Algorithm.
Optimization of thermal processes
Optimization methods Review
Ch 9.1: The Phase Plane: Linear Systems
The Simplex Algorithm An Algorithm for solving Linear Programming Problems.
Chapter 4 Roots of Equations
Function Optimization Newton’s Method. Conjugate Gradients
Stochastic Differentiation Lecture 3 Leonidas Sakalauskas Institute of Mathematics and Informatics Vilnius, Lithuania EURO Working Group on Continuous.
READING QUIZ The moment of a force about a specified axis can be determined using ___. A) a scalar analysis only B) a vector analysis only C) either a.
Tutorial 12 Unconstrained optimization Conjugate gradients.
Reducing the Communication Cost via Chain Pattern Scheduling Florina M. Ciorba, Theodore Andronikos, Ioannis Drositis, George Papakonstantinou and Panayotis.
Chapter 6 The Normal Distribution
Ch 5.1: Review of Power Series
Optimization Methods One-Dimensional Unconstrained Optimization
5.2 Iteration  We are at an extreme point of the feasible region  We want to move to an adjacent extreme point.  We want to move to a better extreme.
Advanced Topics in Optimization
Optimization Methods One-Dimensional Unconstrained Optimization
Name: Mehrab Khazraei(145061) Title: Penalty or Exterior penalty function method professor Name: Sahand Daneshvar.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Boyce/DiPrima 10th ed, Ch 10.5: Separation of Variables; Heat Conduction in a Rod Elementary Differential Equations and Boundary Value Problems, 10th.
9 1 Performance Optimization. 9 2 Basic Optimization Algorithm p k - Search Direction  k - Learning Rate or.
Standard Form for the Equation of the Circle
Chapter 3 Linear Programming Methods 高等作業研究 高等作業研究 ( 一 ) Chapter 3 Linear Programming Methods (II)
Instructor: Prof.Dr.Sahand Daneshvar Presented by: Seyed Iman Taheri Student number: Non linear Optimization Spring EASTERN MEDITERRANEAN.
Copyright © Cengage Learning. All rights reserved. 0 Precalculus Review.
WEEK 8 SYSTEMS OF EQUATIONS DETERMINANTS AND CRAMER’S RULE.
ME 2304: 3D Geometry & Vector Calculus Dr. Faraz Junejo Gradient of a Scalar field & Directional Derivative.
Chapter 2 Section 2.4 Lines and Planes in Space. x y z.
Water Resources Development and Management Optimization (Linear Programming) CVEN 5393 Mar 4, 2011.
Time Dilation We can illustrate the fact that observers in different inertial frames may measure different time intervals between a pair of events by considering.
1 Motion along a straight line: Position, Displacement and Velocity Lecture 03 General Physics (PHYS101)
 Review the principles of cost-volume-profit relationships  Discuss Excel what-if analysis tools 2.
Method of Hooke and Jeeves
1 Principal stresses/Invariants. 2 In many real situations, some of the components of the stress tensor (Eqn. 4-1) are zero. E.g., Tensile test For most.
Section 2.4 – Circles Circle – a set of points in a plane that are equidistant from a fixed point.
Copyright © Cengage Learning. All rights reserved. Polynomial And Rational Functions.
Tetris Agent Optimization Using Harmony Search Algorithm
D Nagesh Kumar, IIScOptimization Methods: M6L5 1 Dynamic Programming Applications Capacity Expansion.
DAY 9: MICROSOFT EXCEL – CHAPTER 6 Sravanthi Lakkimsetty Sept 16, 2015.
Copyright © 2013 Pearson Education, Inc. Section 3.2 Linear Equations in Two Variables.
OR Relation between (P) & (D). OR optimal solution InfeasibleUnbounded Optimal solution OXX Infeasible X( O )O Unbounded XOX (D) (P)
Optimization in Engineering Design 1 Introduction to Non-Linear Optimization.
Stochastic Processes and Transition Probabilities D Nagesh Kumar, IISc Water Resources Planning and Management: M6L5 Stochastic Optimization.
THE TWO-POHASE METHOD & THE BIG-M METHOD IENG511 Optimization Theory.
Central Force Umiatin,M.Si. The aim : to evaluate characteristic of motion under central force field.
Business Mathematics MTH-367 Lecture 14. Last Lecture Summary: Finished Sec and Sec.10.3 Alternative Optimal Solutions No Feasible Solution and.
2.5 The Fundamental Theorem of Game Theory For any 2-person zero-sum game there exists a pair (x*,y*) in S  T such that min {x*V. j : j=1,...,n} =
Constrained Optimization by the  Constrained Differential Evolution with an Archive and Gradient-Based Mutation Tetsuyuki TAKAHAMA ( Hiroshima City University.
Robotic Arms and Matrices By Chris Wong and Chris Marino.
Copyright © Cengage Learning. All rights reserved. 8 PROBABILITY DISTRIBUTIONS AND STATISTICS.
StingyCD: Safely Avoiding Wasteful Updates in Coordinate Descent
Stat 261 Two phase method.
Chapter 5 The Simplex Method
Water Resources Development and Management Optimization (Linear Programming) CVEN 5393 Mar 7, 2011.
Sahar Sargheini, Alberto Paganini, Ralf Hiptmair, Christian Hafner
Roberto Battiti, Mauro Brunato
دانشگاه شهیدرجایی تهران
تعهدات مشتری در کنوانسیون بیع بین المللی
Copyright © Cengage Learning. All rights reserved.
بسمه تعالی کارگاه ارزشیابی پیشرفت تحصیلی
How to determine whether a given set of vectors
Shodmonov M.. The main goal of the work Analysis.
Chapter 6 Network Flow Models.
Copyright © Cengage Learning. All rights reserved.
Performance Optimization
Presentation transcript:

Cyclic Coordinate Method IENG511 Optimization Theory NASIM SADEGH Spring 2013-14

Cyclic Coordinate Method This method uses the coordinate axes as the search directions. More specifically, the method searches along the directions d1 ,..., dn where d1 is a vector of zeros except for a 1 at the jth position. Thus, along the search direction dj, the variable x j is changed while all other variables are kept fixed.

Summary of the Cyclic Coordinate Method

Example Consider the following problem: Note that the optimal solution to this problem is (2, 1) with objective value equal to zero. Table bellow gives a summary of computations for the cyclic coordinate method starting from the initial point (0, 3). Note that at each iteration, the vectors y2 and y3 are obtained by performing a line search in the directions (1, 0) and (0, l), respectively. Also note that significant progress is made during the first few iterations, whereas much slower progress is made during later iterations. After seven iterations, the point (2.22, 1.1 l), whose objective value is 0.0023, is reached.

Convergence of the Cyclic Coordinate Method

Acceleration Step

Thanks for your attention