Optimization Gary Garrison Dave Calkins. Optimization Basics Potential Pitfalls Available Controls Specific interfaces – Best fit points to points – Best.

Slides:



Advertisements
Similar presentations
Arc-length computation and arc-length parameterization
Advertisements

ECE 471/571 - Lecture 13 Gradient Descent 10/13/14.
Artificial Intelligence 13. Multi-Layer ANNs Course V231 Department of Computing Imperial College © Simon Colton.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 One-Dimensional Unconstrained Optimization Chapter.
2003 Fall SIW The Process for Coercing Simulations Sarah Waziruddin, University of Virginia David Brogan, University of Virginia Paul Reynolds, University.
Machine Learning Week 2 Lecture 1.
Model base human pose tracking. Papers Real-Time Human Pose Tracking from Range Data Simultaneous Shape and Pose Adaption of Articulated Models using.
OrcaFlex User Group Slide 1 of 14 OrcaFlex - Intro to Statics Convergence Presentation Outline Introduction Why do, and what is, Static.
1 Simulation Modeling and Analysis Session 13 Simulation Optimization.
Mirror Results Presentation AKA Let’s PartY, PartX.
Telescoping Languages: A Compiler Strategy for Implementation of High-Level Domain-Specific Programming Systems Ken Kennedy Rice University.
Revision.
Geometric Optimization Problems in Computer Vision.
We just made contact with our client in the last few days. She said there is more information coming in the next few days. The only thing she has expressed.
Evolutionary Computational Intelligence Lecture 8: Memetic Algorithms Ferrante Neri University of Jyväskylä.
Advanced Topics in Optimization
Project Presentation by Eddie Smolyansky & Shilo Abramovitch Supervisor: David Erdos.
Ranga Rodrigo April 6, 2014 Most of the sides are from the Matlab tutorial. 1.
Newton-Raphson Method
Chapter 17 Boundary Value Problems. Standard Form of Two-Point Boundary Value Problem In total, there are n 1 +n 2 =N boundary conditions.
Copyright © 2011 Pearson, Inc. 8.6 Three- Dimensional Cartesian Coordinate System.
MonteCarlo Optimization (Simulated Annealing) Mathematical Biology Lecture 6 James A. Glazier.
Nonlinear Programming.  A nonlinear program (NLP) is similar to a linear program in that it is composed of an objective function, general constraints,
Prof. James A. Landay Stanford University CS 147 Studio USER INTERFACE DESIGN + PROTOTYPING + EVALUATION Problem Finding * slides based on those of Prof.
Newton-Raphson Method. Figure 1 Geometrical illustration of the Newton-Raphson method. 2.
Chapter 23: GUI Design Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Date : 04 Nov 2015 Web Design Fundamentals Planning and Documentation.
Chapter 7 Nonlinear Optimization Models. Introduction The objective and/or the constraints are nonlinear functions of the decision variables. Select GRG.
Chapter 2-OPTIMIZATION G.Anuradha. Contents Derivative-based Optimization –Descent Methods –The Method of Steepest Descent –Classical Newton’s Method.
User Manual OPERATION MODULE V1.0. CONTENT  MAIN INTERFACE  STAFF RECORD  How to add new record?  How to edit record?  Additional Record  How to.
Newton-Raphson Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul Transforming Numerical Methods Education.
Yasser F. O. Mohammad Assiut University Egypt. Previously in NM Bracketing Methods Bisection False Position Fixed Point Iteration Local Convergence Methods.
WS1-1 ADM730, Workshop 1, September 2005 Copyright  2005 MSC.Software Corporation WORKSHOP 1 INTRODUCTION Open Retracted - Bad Retracted - Good.
Simulation of Rosetta Models Joseph Kuehn University of Adelaide, Australia.
Spacetime Constraints Chris Moore CS 552. Purpose Physically Accurate Realistic Motion.
Geometry Optimizations Lecture CompChem 2 Chemistry 347 Hope College.
Texas Skyward User Group Conference Helpful Hints Jennifer Speulda.
ROBOT NAVIGATION AI Project Asmaa Sehnouni Jasmine Dsouza Supervised by :Dr. Pei Wang.
Newton’s method for finding local minimum
Newton-Raphson Method
Newton-Raphson Method
LECTURE 4 OF SOLUTIONS OF NON-LINEAR EQUATIONS OBJECTIVES
آموزش شبکه عصبی با استفاده از روش بهینه سازی PSO
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
How to use AMGuss? Part 4: Calibration Ulrich Sonntag, GFaI e.V.
BACK SOLUTION:
Newton’s method for finding local minima
ECE 471/571 - Lecture 14 Gradient Descent.
Java IO and Testing made simple
Newton-Raphson Method
Computers in Civil Engineering 53:081 Spring 2003
Neural Networks and Their Application in the Fields of Coporate Finance By Eric Séverin Hanna Viinikainen.
Function Notation “f of x” Input = x Output = f(x) = y.
Newton-Raphson Method
مديريت موثر جلسات Running a Meeting that Works
Nonlinear equations.
Nonlinear equations.
Mathematical Solution of Non-linear equations : Newton Raphson method
EMIS 8373: Integer Programming
Applications of Genetic Algorithms TJHSST Computer Systems Lab
7. Trial and Error Searching
Neural Network Training
Newton-Raphson Method
M. Kezunovic (P.I.) S. S. Luo D. Ristanovic Texas A&M University
Formatting Content in Word 2010
More on natural image matting
Nonlinear Conjugate Gradient Method for Supervised Training of MLP
Synchronization of users privileges
Bracketing.
Presentation transcript:

Optimization Gary Garrison Dave Calkins

Optimization Basics Potential Pitfalls Available Controls Specific interfaces – Best fit points to points – Best fit points to surfaces – Relationship fit – USMN

Basics Over-determined system Input system/Objective f(x) Solution space Local and global minima Stopping condition

Example problem

Minima: Finding the “correct” solution

Search method “Run Optimization” – Newton Raphson – Quick “Run Direct Search” – Hooke and Jeeves – Robust (local minima)

Run Optimization (Newton Raphson)

Run Direct Search (Hooke and Jeeves)

Potential Pitfalls Long run time Really short run time Highly leveraged fit Wrong solution

Available Controls OK to cancel & apply fit User Options, Units tab Starting condition Working Frame during fit Iterative Approach Weighting

User Options

Specific Interfaces Best fit points to points Best fit points to objects Relationship fit USMN

Best fit points to points

Best fit points to objects

Best fit points to objects, cont’d

Relationship fit

Relationship fit, cont’d

USMN

USMN, cont’d

Thank You