Gaussian Distributions and Global. Optimization: An exploration into improved. performance

Size: px
Start display at page:

Download "Gaussian Distributions and Global. Optimization: An exploration into improved. performance"

Transcription

1 The University of Texas at Austin Freshman Research Initiative: Research Project Gaussian Distributions and Global Optimization: An exploration into improved performance Madhav Narayan supervised by Dr. Juliana Duncan and Mica Kohl May 5, 2016

2 Abstract There is great demand and use for efficient global optimization methods. While existing methods offer fast performance, they prove to be inefficient when applied to large systems. In this project, we sought to explore and identify optimal parameters for performing global optimization on molecular structures with Gaussian distribution. To see how different parameters affected performance, we used a basin hopping global optimization routine. Most parameters were kept constant, while the temperature and step size were varied to see if any particular values (or range of values) enhanced performance. Using these parameters, global optimization was performed on a system of atom Lennard-Jones clusters. The optimizer s performance was quantified by observing the average number of force calls made. While the temperature had no apparent effect on the performance of the optimizer, we found that using a step size of 0.2 Å significantly increased performance. Moving forward, this can be used to make current optimization methods more efficient and can possibly be combined with other known optimal configurations to achieve even better performance. The world s energy needs are constantly rising. In 1990, the total worldwide primary energy 1 consumption was Quadrillion 2 British thermal units (Btu) 3. In 22 years, global consumption rose by 51% to Quadrillion Btu a year. The Energy Information Administration predicts 4 that world energy consumption will increase by 56% to 820 Quadrillion Btu in Moreover, it is estimated that 80% of this energy will be supplied by fossil fuels, with carbon-dioxide emissions projected to increase by 46% to 45 billion metric tons. Natural (conventional) sources of energy can (and should) not be relied on to meet these increasing energy needs. The need of the hour is an assortment of efficient, easily available, and renewable sources of energy. Considering that automobiles are one of the major consumers of oil and gas, several research efforts have been directed towards the development of hybrid electric vehicles. IBM Research is working on a battery that can electrically power an automobile for 500 miles on a single charge 5. Their efforts involve work towards achieving a battery capacity of 125 kwh. Similarly, Tesla Motors, which manufactures commerical electric vehicles, has been developing and reporting consistent improvements in the performance of their batteries 6. In order to identify the most promising candidates and configurations for use in these batteries, it is 1 Energy in the form that it is first accounted for in a statistical energy balance, before any transformation to secondary or tertiary forms of energy. Glossary - U.S. Energy Information Administration (EIA). 5 May ( 2 1 Quadrillion = = 1,000,000,000,000,000 3 International Energy Statistics - EIA. 5 May ( 4 International Energy Outlook 2014, U.S. Energy Information Administration. ( 5 Girishkumar, G., B. McCloskey, A. C. Luntz, Sally Swanson, and W. Wilcke. LithiumAir Battery: Promise and Challenges. LithiumAir Battery: Promise and Challenges. The Journal of Physical Chemistry Letters, 2 July Web. 5 May Model S Tesla Motors. Model S. Tesla, n.d. Web. 05 May

3 essential to have high-quality optimization methods that can model large systems and report on chemical systems and clusters that deliver the best performance. While existing global optimization algorithms are fast, they are not always optimal: as the size of a system increases, the time taken to model and perform optimizations on this system increases significantly. A lot of important work has been done towards creating and employing efficient global optimization methods. Wales and Doye s seminal paper 7 describes the basin hopping technique, which uses hypersurface deformation to efficiently and accurately obtain the global minimum of an energy structure. Bernd Hartke reported several improvements in performance when performing optimization with phenotype variants of genetic algorithms 8. To aid further improvements, The Wales Group at the University of Cambridge maintains The Cambridge Energy Landscape Database, a public collection of known lowest minima for a variety of systems. In this project, we attempt to identify the optimal parameters for use in global optimization on a system of clusters using the basin hopping algorithm. Methods Global Optimization Optimization is the process of making a system or function as effective and efficient as possible. This can involve producing better (more accurate) results, making a system faster, or having a system use less resources (such as space or memory). Global optimization means finding the maximum or minimum of a function across all input values: this is different from local optimization, which deals with optimizing a function over a particular range or interval. Usually, in the context of (computational) chemistry and in the context of this project, global optimization refers to obtaining the lowest energy configuration of a molecular system. 7 Wales, David, and Jonathan Doye. Global Optimization by Basin-Hopping and the Lowest Energy Structures of Lennard- Jones Clusters Containing up to 110 Atoms. Global Optimization by Basin-Hopping and the Lowest Energy Structures of Lennard-Jones Clusters Containing up to 110 Atoms. The Journal of Physical Chemistry Letters, 10 July Web. 5 May Hartke, Bernd. Global Cluster Geometry Optimization by a Phenotype Algorithm with Niches: Location of Elusive Minima, and Low-order Scaling with Cluster Size. Global Cluster Geometry Optimization by a Phenotype Algorithm with Niches: Location of Elusive Minima, and Low-order Scaling with Cluster Size. Journal of Computational Chemistry, 5 Nov Web. 05 May

4 Basin Hopping Basin Hopping 9 is an iterative global optimization algorithm used to obtain the global minima of a potential energy structure 10. The algorithm is stochastic, and works by performing random transformations on a structure (set of co-ordinates), performing local minimization on these transformed co-ordinates, and accepting or rejecting its local optimizations based on the parameters passed to the optimizer. Gaussian Distribution Figure 1: Schematic Diagram illustrating Basin Hopping 11 Gaussian (Normal) Distribution is a type of distribution wherein most measurements tend to gather (collect) around the mean of the distribution 12. These distributions yield good approximations even if errors in measurement are made. In the optimizer used for this experiment, the standard deviation for the Gaussian distribution was the step size (maximum displacement), and was also one of the variable parameters whose effect on performance we explored. Setup To run our optimizations, we used the Henkelman Research Group s 13 Transition State Library for Atomic Simulation Environment 14 (TSASE) software package. This library comes with a basin hopping global optimization routine that implements a steepest-descent limited memory version of the Broyden-Fletcher- Goldfarb-Shanno algorithm. When running our calculations, we kept certain parameters constant and altered the values of others. While default values 15 were used for most of the constant parameters, we used different (non-default) values for four fixed parameters. Table 1 details these changes. Table 1: Fixed (Constant) Non-Default Parameters 9 David J. Wales and Jonathan P. K. Doye, Global Optimization by Basin-Hopping and the Lowest Energy Structures of Lennard-Jones Clusters Containing up to 110 Atoms The Journal of Physical Chemistry A (28), DOI: /jp970984n 10 Scipy.optimize.basinhopping. Basin Hopping Optimizer - SciPy. Web. 04 May ( /reference/generated/scipy.optimize.basinhopping.html) 11 See footnote 9 12 Normal Distribution. Gale Encyclopedia of Psychology Encyclopedia.com. 5 May ( 13 Henkleman Research Group, The University of Texas at Austin. ( 14 TSASE: Transition State Library for ASE, 4 May Basin Hopping: Local Optimizers TSASE: Transition-State Library for ASE. Henkelman Research Group, The University of Texas at Austin. Web. 04 May ( 3

5 Parameter Value fmax 0.01 mss 0.05 minenergy jumpmax ev 5000 jumps fmax: The magnitude of the L2 (Euclidean) norm used as the convergence criteria for local optimization 16. mss: The largest step the basin hopping algorithm is permitted to take when performing local minimization on a set of co-ordinates. minenergy: The basin hopping algorithm stops execution when a lower potential energy than this minimum is encountered. jumpmax: The maximum permitted number of successive rejected basin hopping jumps. After 5000 consecutive rejected jumps, the algorithm accepts the next move, allowing for a more global search of the potential energy surface 17. Using these fixed parameters, we altered the values of the two variables - temperature and step size - whose effect on performance we were investigating. As described below in Table 2, we selected five temperatures with increments of 2000 K and for each of these five temperatures, selected ten step sizes with increments of 0.1 Å. This made for fifty temperature-stepsize pairs, each of which was run as a seperate calculation on a system of atom Lennard Jones clusters 18. Table 2: Variable Parameters Parameter Function Low High Increment Total Values temperature Temperature 2000 K K 2000 K 5 dr Step Size 0.1 Å 1.0 Å 0.1 Å 10 Results and Discussion Results Table 3 lists the average number of force calls made by the optimizer for each of the fifty temperature-step size combinations selected. Table 3: Average Number of Force Calls 16 See footnote See footnote The Cambridge Energy Landscape Database - Wales Group. 5 May ( 4

6 2000 K 4000 K 6000 K 8000 K 10,000K 0.1 Å 225, , , , , Å 88,195 78,114 99,681 91,832 81, Å 147, , , , , Å 301, , , , , Å 444, , , , , Å 602, , , , , Å 675, ,77 719, , , Å 786, , , , , Å 867, , , , , Å 941, , , , ,575 The data above indicates that the basin hopping optimizer made significantly fewer force calls when used with a step size of 0.2 Å. As can be seen, the average number of force calls is directly proportional to the step size: at and after a step size of 0.3 Å, the force calls only increase. Interestingly, this steady increase follows a sharp decrease at 0.2 Å. At this step size, on an average, 57% fewer force calls are made than at the preceding step size. We also plotted this data (Figures 2-6) to visually observe the average number of force calls and see how the curve changed for different step sizes. Each of the five figures depicts the performance of the optimizer at the ten different step sizes for one temperature. As Figures 2-6 show, there is a minima at a step size of 0.2 Å for all five temperatures selected. Regardless of temperature, the optimizer is much more efficient when using a step size of 0.2 Å than it is for any of the other nine step sizes selected. In addition to observing how different step sizes fared for each temperature, we also switched axes and observed how different temperatures performed for each step size. We were unable to identify any trends or similarities among the results and plots for the ten step sizes. 5

7 Figure 2: 10 Step Sizes (Å) at 2000 K Figure 3: 10 Step Sizes (Å) at 4000 K Figure 4: 10 Step Sizes (Å) at 6000 K Figure 5: 10 Step Sizes (Å) at 8000 K Figure 6: 10 Step Sizes (Å) at K Discussion It is clear that one value of the parameter we explored Å - yields significantly better performance than other values tested. This can be used to improve the performance of current optimization methods. Experiments and calculations can be designed keeping this optimized parameter in mind, and work towards optimizing other parameters with respect to this result can be conducted. Going forward, we would like to continue exploring and idenfitying optimal configurations for global 6

8 optimization. A direction of particular interest is to use the same optimizer and scripts on larger, more complex systems 19 and with a wider range of fixed and variable parameters. Conclusions Ultimately, we sought to obtain configurations that could make existing optimization methods more efficient. To quantify whether one configuration was more optimal than another, we compared the two on the basis of the average number of force calls made. If one system made a fewer number of force calls than another, then we could conclude that the system more efficient than the other. In conclusion, we reiterate our two main results: Å is the optimal step size to use when performing global optimization (using the basin hopping algorithm) on systems with Gaussian distributions. The average number of force calls at 0.2 Å was orders of magnitude less than that at other step sizes. 2. Temperature does not affect the performance of the optimizer. Acknowledgements I would like to thank my instructor, Dr. Juliana Duncan, and my mentor, Ms. Mica Kohl, for their guidance and assistance with this project. I would also like to thank the other students in my group for their work, help, and enthusiasm. References [1] International Energy Statistics - EIA. 5 May ( [2] International Energy Outlook 2014, U.S. Energy Information Administration. ( [3] Girishkumar, G., B. McCloskey, A. C. Luntz, Sally Swanson, and W. Wilcke. LithiumAir Battery: Promise and Challenges. LithiumAir Battery: Promise and Challenges. The Journal of Physical Chemistry Letters, 2 July Web. 5 May [4] Model S Tesla Motors. Model S. Tesla, n.d. Web. 05 May Systems with a larger number of clusters and clusters with a larger number of atoms. 7

9 [5] Wales, David, and Jonathan Doye. Global Optimization by Basin-Hopping and the Lowest Energy Structures of Lennard-Jones Clusters Containing up to 110 Atoms. Global Optimization by Basin- Hopping and the Lowest Energy Structures of Lennard-Jones Clusters Containing up to 110 Atoms. The Journal of Physical Chemistry Letters, 10 July Web. 5 May [6] Hartke, Bernd. Global Cluster Geometry Optimization by a Phenotype Algorithm with Niches: Location of Elusive Minima, and Low-order Scaling with Cluster Size. Global Cluster Geometry Optimization by a Phenotype Algorithm with Niches: Location of Elusive Minima, and Low-order Scaling with Cluster Size. Journal of Computational Chemistry, 5 Nov Web. 05 May [7] Scipy.optimize.basinhopping. Basin Hopping Optimizer - SciPy. Web. 04 May ( [8] Normal Distribution. Gale Encyclopedia of Psychology Encyclopedia.com. 5 May ( [9] Henkleman Research Group, The University of Texas at Austin. ( [10] TSASE: Transition State Library for ASE, 4 May [11] Basin Hopping: Local Optimizers TSASE: Transition-State Library for ASE. Henkelman Research Group, The University of Texas at Austin. Web. 04 May ( [12] TSASE: Transition State Library for ASE, 4 May [13] The Cambridge Energy Landscape Database - Wales Group. 5 May ( 8

Exploring the energy landscape

Exploring the energy landscape Exploring the energy landscape ChE210D Today's lecture: what are general features of the potential energy surface and how can we locate and characterize minima on it Derivatives of the potential energy

More information

Analysis of Crossover Operators for Cluster Geometry Optimization

Analysis of Crossover Operators for Cluster Geometry Optimization Analysis of Crossover Operators for Cluster Geometry Optimization Francisco B. Pereira Instituto Superior de Engenharia de Coimbra Portugal Abstract We study the effectiveness of different crossover operators

More information

Making Electronic Structure Theory work

Making Electronic Structure Theory work Making Electronic Structure Theory work Ralf Gehrke Fritz-Haber-Institut der Max-Planck-Gesellschaft Berlin, 23 th June 2009 Hands-on Tutorial on Ab Initio Molecular Simulations: Toward a First-Principles

More information

Packing circles in a square: new putative optima obtained via global optimization

Packing circles in a square: new putative optima obtained via global optimization Packing circles in a square: new putative optima obtained via global optimization Bernardetta Addis 1 Marco Locatelli 2 Fabio Schoen DSI report 01-2005 Dipartimento di Sistemi e Informatica Università

More information

Dipartimento di Sistemi e Informatica

Dipartimento di Sistemi e Informatica Dipartimento di Sistemi e Informatica New global optima for Morse clusters at ρ =8 M. Locatelli 1 and F. Schoen 2 Technical Report DSI 3/2003 1 locatell@di.unito.it - Dip. Informatica - Università ditorino

More information

Analysis of the Lennard-Jones-38 stochastic network

Analysis of the Lennard-Jones-38 stochastic network Analysis of the Lennard-Jones-38 stochastic network Maria Cameron Joint work with E. Vanden-Eijnden Lennard-Jones clusters Pair potential: V(r) = 4e(r -12 - r -6 ) 1. Wales, D. J., Energy landscapes: calculating

More information

not for commercial-scale installations. Thus, there is a need to study the effects of snow on

not for commercial-scale installations. Thus, there is a need to study the effects of snow on 1. Problem Statement There is a great deal of uncertainty regarding the effects of snow depth on energy production from large-scale photovoltaic (PV) solar installations. The solar energy industry claims

More information

Convex Optimization CMU-10725

Convex Optimization CMU-10725 Convex Optimization CMU-10725 Quasi Newton Methods Barnabás Póczos & Ryan Tibshirani Quasi Newton Methods 2 Outline Modified Newton Method Rank one correction of the inverse Rank two correction of the

More information

Santa and Conservation of Energy

Santa and Conservation of Energy Santa and Conservation of Energy 1 Chicago-New York Fuel Assuming that Santa s vehicle is 1000 kg, the energy needed to speed it up to 65 mph or about 30 m/s) is just the final kinetic energy, which is

More information

A Dynamic Lattice Searching Method for Fast Optimization of Lennard Jones Clusters

A Dynamic Lattice Searching Method for Fast Optimization of Lennard Jones Clusters A Dynamic Lattice Searching Method for Fast Optimization of Lennard Jones Clusters XUEGUANG SHAO, LONGJIU CHENG, WENSHENG CAI Department of Chemistry, University of Science and Technology of China, Hefei,

More information

Selectivity in the initial C-H bond cleavage of n-butane on PdO(101)

Selectivity in the initial C-H bond cleavage of n-butane on PdO(101) Supporting Information for Selectivity in the initial C-H bond cleavage of n-butane on PdO(101) Can Hakanoglu (a), Feng Zhang (a), Abbin Antony (a), Aravind Asthagiri (b) and Jason F. Weaver (a) * (a)

More information

Methods that avoid calculating the Hessian. Nonlinear Optimization; Steepest Descent, Quasi-Newton. Steepest Descent

Methods that avoid calculating the Hessian. Nonlinear Optimization; Steepest Descent, Quasi-Newton. Steepest Descent Nonlinear Optimization Steepest Descent and Niclas Börlin Department of Computing Science Umeå University niclas.borlin@cs.umu.se A disadvantage with the Newton method is that the Hessian has to be derived

More information

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science EAD 115 Numerical Solution of Engineering and Scientific Problems David M. Rocke Department of Applied Science Multidimensional Unconstrained Optimization Suppose we have a function f() of more than one

More information

Optimization and Gradient Descent

Optimization and Gradient Descent Optimization and Gradient Descent INFO-4604, Applied Machine Learning University of Colorado Boulder September 12, 2017 Prof. Michael Paul Prediction Functions Remember: a prediction function is the function

More information

Department of Chemical Engineering University of California, Santa Barbara Spring Exercise 2. Due: Thursday, 4/19/09

Department of Chemical Engineering University of California, Santa Barbara Spring Exercise 2. Due: Thursday, 4/19/09 Department of Chemical Engineering ChE 210D University of California, Santa Barbara Spring 2012 Exercise 2 Due: Thursday, 4/19/09 Objective: To learn how to compile Fortran libraries for Python, and to

More information

CSD Conformer Generator User Guide

CSD Conformer Generator User Guide CSD Conformer Generator User Guide 2018 CSD Release Copyright 2017 Cambridge Crystallographic Data Centre Registered Charity No 800579 Conditions of Use The CSD Conformer Generator is copyright work belonging

More information

Distributed demand side management via smart appliances contributing to frequency control

Distributed demand side management via smart appliances contributing to frequency control Journal of Chongqing University (English Edition) [ISSN 1671-84] Vol. 14 No. 3 September 015 doi:10.11835/j.issn.1671-84.015.03.03 o cite this article: ZHANG Wei-chen. via smart appliances contributing

More information

Optimization and Root Finding. Kurt Hornik

Optimization and Root Finding. Kurt Hornik Optimization and Root Finding Kurt Hornik Basics Root finding and unconstrained smooth optimization are closely related: Solving ƒ () = 0 can be accomplished via minimizing ƒ () 2 Slide 2 Basics Root finding

More information

An Algorithm for Unconstrained Quadratically Penalized Convex Optimization (post conference version)

An Algorithm for Unconstrained Quadratically Penalized Convex Optimization (post conference version) 7/28/ 10 UseR! The R User Conference 2010 An Algorithm for Unconstrained Quadratically Penalized Convex Optimization (post conference version) Steven P. Ellis New York State Psychiatric Institute at Columbia

More information

Combustion Theory and Applications in CFD

Combustion Theory and Applications in CFD Combustion Theory and Applications in CFD Princeton Combustion Summer School 2018 Prof. Dr.-Ing. Heinz Pitsch Copyright 201 8 by Heinz Pitsch. This material is not to be sold, reproduced or distributed

More information

Optimization Methods

Optimization Methods Optimization Methods Decision making Examples: determining which ingredients and in what quantities to add to a mixture being made so that it will meet specifications on its composition allocating available

More information

SINGLE-SEQUENCE PROTEIN SECONDARY STRUCTURE PREDICTION BY NEAREST-NEIGHBOR CLASSIFICATION OF PROTEIN WORDS

SINGLE-SEQUENCE PROTEIN SECONDARY STRUCTURE PREDICTION BY NEAREST-NEIGHBOR CLASSIFICATION OF PROTEIN WORDS SINGLE-SEQUENCE PROTEIN SECONDARY STRUCTURE PREDICTION BY NEAREST-NEIGHBOR CLASSIFICATION OF PROTEIN WORDS Item type Authors Publisher Rights text; Electronic Thesis PORFIRIO, DAVID JONATHAN The University

More information

Year 8 Key Performance Indicators Science (Biology)

Year 8 Key Performance Indicators Science (Biology) Year 8 Key Performance Indicators Science (Biology) S8.1 B1: To understand key concepts in Biology. I can compare the rate of digestion of different enzymes by linking to their surroundings. S8.2 B3: To

More information

Geometry Optimization and Conformational Analysis of (C 60 ) N Clusters Using a Dynamic Lattice-Searching Method

Geometry Optimization and Conformational Analysis of (C 60 ) N Clusters Using a Dynamic Lattice-Searching Method Geometry Optimization and Conformational Analysis of (C 60 ) N Clusters Using a Dynamic Lattice-Searching Method Longjiu Cheng, Wensheng Cai, and Xueguang Shao* [a] A newly developed unbiased global optimization

More information

Research Collection. Thermal issues in 5-axis machine tools. Conference Paper. ETH Library

Research Collection. Thermal issues in 5-axis machine tools. Conference Paper. ETH Library Research Collection Conference Paper Thermal issues in 5-axis machine tools Author(s): Wegener, Konrad; Gebhardt, Michael; Mayr, Josef; Knapp, Wolfgang Publication Date: 2014 Permanent Link: https://doi.org/10.3929/ethz-a-010268704

More information

MICROCANONICAL OPTIMIZATION APPLIED TO THE TRAVELING SALESMAN PROBLEM

MICROCANONICAL OPTIMIZATION APPLIED TO THE TRAVELING SALESMAN PROBLEM International Journal of Modern Physics C, Vol. 9, No. 1 (1998) 133 146 c World Scientific Publishing Company MICROCANONICAL OPTIMIZATION APPLIED TO THE TRAVELING SALESMAN PROBLEM ALEXANDRE LINHARES Computação

More information

WEAK SIGNAL DETECTION BASED ON TWO DIMENSIONAL STOCHASTIC RESONANCE. Leonardo Barbini, Matthew O. T. Cole, Andrew J. Hillis, Jonathan L.

WEAK SIGNAL DETECTION BASED ON TWO DIMENSIONAL STOCHASTIC RESONANCE. Leonardo Barbini, Matthew O. T. Cole, Andrew J. Hillis, Jonathan L. WEAK SIGNAL DETECTION BASED ON TWO DIMENSIONAL STOCHASTIC RESONANCE Leonardo Barbini, Matthew O. T. Cole, Andrew J. Hillis, Jonathan L. du Bois University of Bath Department of Mechanical Engineering Claverton

More information

Programming, numerics and optimization

Programming, numerics and optimization Programming, numerics and optimization Lecture C-3: Unconstrained optimization II Łukasz Jankowski ljank@ippt.pan.pl Institute of Fundamental Technological Research Room 4.32, Phone +22.8261281 ext. 428

More information

Molecular Dynamic Simulations in JavaScript

Molecular Dynamic Simulations in JavaScript Molecular Dynamic Simulations in JavaScript Daniel Kunin Abstract Using a Newtonian mechanical model for potential energy and a forcebased layout scheme for graph drawing I investigated the viability and

More information

Optimization II: Unconstrained Multivariable

Optimization II: Unconstrained Multivariable Optimization II: Unconstrained Multivariable CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Justin Solomon CS 205A: Mathematical Methods Optimization II: Unconstrained Multivariable 1

More information

CSD Conformer Generator User Guide

CSD Conformer Generator User Guide CSD Conformer Generator User Guide 2017 CSD Release Copyright 2016 Cambridge Crystallographic Data Centre Registered Charity No 800579 Conditions of Use The CSD Conformer Generator is copyright work belonging

More information

Application of SADA for 3D Subsurface Characterization and Suggested Approach for Volumetric Compliance with Decommissioning Dose Criteria

Application of SADA for 3D Subsurface Characterization and Suggested Approach for Volumetric Compliance with Decommissioning Dose Criteria Application of SADA for 3D Subsurface Characterization and Suggested Approach for Volumetric Compliance with Decommissioning Dose Criteria Robert Stewart, Ph.D. Oak Ridge National Laboratory University

More information

LECTURE 10. Introduction to Econometrics. Multicollinearity & Heteroskedasticity

LECTURE 10. Introduction to Econometrics. Multicollinearity & Heteroskedasticity LECTURE 10 Introduction to Econometrics Multicollinearity & Heteroskedasticity November 22, 2016 1 / 23 ON PREVIOUS LECTURES We discussed the specification of a regression equation Specification consists

More information

Iterative Solvers. Lab 6. Iterative Methods

Iterative Solvers. Lab 6. Iterative Methods Lab 6 Iterative Solvers Lab Objective: Many real-world problems of the form Ax = b have tens of thousands of parameters Solving such systems with Gaussian elimination or matrix factorizations could require

More information

Optimization Methods via Simulation

Optimization Methods via Simulation Optimization Methods via Simulation Optimization problems are very important in science, engineering, industry,. Examples: Traveling salesman problem Circuit-board design Car-Parrinello ab initio MD Protein

More information

Urban form, resource intensity & renewable energy potential of cities

Urban form, resource intensity & renewable energy potential of cities Urban form, resource intensity & renewable energy potential of cities Juan J. SARRALDE 1 ; David QUINN 2 ; Daniel WIESMANN 3 1 Department of Architecture, University of Cambridge, 1-5 Scroope Terrace,

More information

Global minima for rare gas clusters containing one alkali metal ion

Global minima for rare gas clusters containing one alkali metal ion JOURNAL OF CHEMICAL PHYSICS VOLUME 119, NUMBER 15 15 OCTOBER 2003 Global minima for rare gas clusters containing one alkali metal ion Javier Hernández-Rojas Departamento de Física Fundamental II, Universidad

More information

Seasonal Hazard Outlook

Seasonal Hazard Outlook Winter 2016-2017 Current as of: October 21 Scheduled Update: December 614-799-6500 emawatch@dps.ohio.gov Overview Executive Summary Seasonal Forecast Heating Fuel Supply Winter Driving Preparedness Scheduled

More information

Quasi-Newton Methods

Quasi-Newton Methods Newton s Method Pros and Cons Quasi-Newton Methods MA 348 Kurt Bryan Newton s method has some very nice properties: It s extremely fast, at least once it gets near the minimum, and with the simple modifications

More information

Supporting Online Material for

Supporting Online Material for www.sciencemag.org/cgi/content/full/309/5742/1868/dc1 Supporting Online Material for Toward High-Resolution de Novo Structure Prediction for Small Proteins Philip Bradley, Kira M. S. Misura, David Baker*

More information

Computational statistics

Computational statistics Computational statistics Combinatorial optimization Thierry Denœux February 2017 Thierry Denœux Computational statistics February 2017 1 / 37 Combinatorial optimization Assume we seek the maximum of f

More information

Applications of Artificial Potential Function Methods to Autonomous Space Flight

Applications of Artificial Potential Function Methods to Autonomous Space Flight Applications of Artificial Potential Function Methods to Autonomous Space Flight Sara K. Scarritt and Belinda G. Marchand AAS/AIAA Astrodynamics Specialist Conference July 31 - Aug. 4 2011 Girdwood, Alaska

More information

2. Quasi-Newton methods

2. Quasi-Newton methods L. Vandenberghe EE236C (Spring 2016) 2. Quasi-Newton methods variable metric methods quasi-newton methods BFGS update limited-memory quasi-newton methods 2-1 Newton method for unconstrained minimization

More information

Optimal Demand Response

Optimal Demand Response Optimal Demand Response Libin Jiang Steven Low Computing + Math Sciences Electrical Engineering Caltech June 2011 Outline o Motivation o Demand response model o Some results Wind power over land (outside

More information

Conjugate-Gradient. Learn about the Conjugate-Gradient Algorithm and its Uses. Descent Algorithms and the Conjugate-Gradient Method. Qx = b.

Conjugate-Gradient. Learn about the Conjugate-Gradient Algorithm and its Uses. Descent Algorithms and the Conjugate-Gradient Method. Qx = b. Lab 1 Conjugate-Gradient Lab Objective: Learn about the Conjugate-Gradient Algorithm and its Uses Descent Algorithms and the Conjugate-Gradient Method There are many possibilities for solving a linear

More information

Forecasting Wind Ramps

Forecasting Wind Ramps Forecasting Wind Ramps Erin Summers and Anand Subramanian Jan 5, 20 Introduction The recent increase in the number of wind power producers has necessitated changes in the methods power system operators

More information

Optimization for Machine Learning

Optimization for Machine Learning Optimization for Machine Learning Elman Mansimov 1 September 24, 2015 1 Modified based on Shenlong Wang s and Jake Snell s tutorials, with additional contents borrowed from Kevin Swersky and Jasper Snoek

More information

RESEARCH HIGHLIGHTS. Computationally-guided Design of Polymer Electrolytes

RESEARCH HIGHLIGHTS. Computationally-guided Design of Polymer Electrolytes RESEARCH HIGHLIGHTS From the Resnick Sustainability Institute Graduate Research Fellows at the California Institute of Technology Computationally-guided Design of Polymer Electrolytes Global Significance

More information

What s Your Mileage?

What s Your Mileage? Overview Math Concepts Materials Students use linear equations to model and solve real-world slope TI-30XS problems. Students also see the correlation between the fractions MultiView graph of an equation

More information

Lecture 1: March 7, 2018

Lecture 1: March 7, 2018 Reinforcement Learning Spring Semester, 2017/8 Lecture 1: March 7, 2018 Lecturer: Yishay Mansour Scribe: ym DISCLAIMER: Based on Learning and Planning in Dynamical Systems by Shie Mannor c, all rights

More information

D. Niche (Total 1 mark) 2. Which organisms externally digest dead organic matter and then absorb the nutrients? D. Saprotrophs (Total 1 mark)

D. Niche (Total 1 mark) 2. Which organisms externally digest dead organic matter and then absorb the nutrients? D. Saprotrophs (Total 1 mark) 1. What term refers to a community and its abiotic environment? A. Biosphere B. Ecosystem C. Habitat D. Niche 2. Which organisms externally digest dead organic matter and then absorb the nutrients? A.

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Lecture 23:! Nonlinear least squares!! Notes Modeling2015.pdf on course

More information

Session-Based Queueing Systems

Session-Based Queueing Systems Session-Based Queueing Systems Modelling, Simulation, and Approximation Jeroen Horters Supervisor VU: Sandjai Bhulai Executive Summary Companies often offer services that require multiple steps on the

More information

Reactor Operation Without Feedback Effects

Reactor Operation Without Feedback Effects 22.05 Reactor Physics - Part Twenty-Six Reactor Operation Without Feedback Effects 1. Reference Material: See pp. 363-368 of the article, Light Water Reactor Control Systems, in Wiley Encyclopedia of Electrical

More information

and Polar Molecules Patrick Regan December 5, 2014

and Polar Molecules Patrick Regan December 5, 2014 Forcing Chemistry: Comparing Intermolecular Forces Between Ions and Polar Molecules Patrick Regan December 5, 201 1 Abstract Molecules come in varying shapes, sizes, and compositions. Consequently, different

More information

Comparison Among DMS 500, EEPS SMPS, MSS, EC/OC, CPMA, Using Laboratory Soot Particles

Comparison Among DMS 500, EEPS SMPS, MSS, EC/OC, CPMA, Using Laboratory Soot Particles Comparison Among DMS 500, EEPS SMPS, MSS, EC/OC, CPMA, Using Laboratory Soot Particles Imad Khalek & Vinay Premnath Engine, Emissions & Vehicle Research Division Cambridge Particle Meeting, July 3, 2015

More information

Introduction to Capacitor Sciences

Introduction to Capacitor Sciences Introduction to Capacitor Sciences Contents INTRODUCTION... 2 STORING ENERGY... 4 CAPACITORS AND BATTERIES FOR ENERGY STORAGE... 5 THE IDEAL ENERGY STORAGE DEVICE... 6 KEY MOLECULAR FUNCTIONS: POLARIZABILITY

More information

Stochastic Analogues to Deterministic Optimizers

Stochastic Analogues to Deterministic Optimizers Stochastic Analogues to Deterministic Optimizers ISMP 2018 Bordeaux, France Vivak Patel Presented by: Mihai Anitescu July 6, 2018 1 Apology I apologize for not being here to give this talk myself. I injured

More information

arxiv:cond-mat/ v1 [cond-mat.mtrl-sci] 28 Oct 2004

arxiv:cond-mat/ v1 [cond-mat.mtrl-sci] 28 Oct 2004 Basin Hopping with Occasional Jumping arxiv:cond-mat/0410723v1 [cond-mat.mtrl-sci] 28 Oct 2004 Masao Iwamatsu 1 Department of Physics, General Education Center, Musashi Institute of Technology, Setagaya-ku,

More information

Global Warming and Changing Sea Level. Name: Part 1: Am I part of the problem?!

Global Warming and Changing Sea Level. Name: Part 1: Am I part of the problem?! Part 1: Am I part of the problem?! Name: The consumption of energy in the form of fossil fuel combustion is the largest single contributor to anthropogenic greenhouse gas emissions in the U.S. and the

More information

Global Minimum Structures of Morse Clusters as a Function of the Range of the Potential: 81 e N e 160

Global Minimum Structures of Morse Clusters as a Function of the Range of the Potential: 81 e N e 160 J. Phys. Chem. A 2007, 111, 5287-5293 5287 Global Minimum Structures of Morse Clusters as a Function of the Range of the Potential: 81 e N e 160 Longjiu Cheng and Jinlong Yang* Hefei National Laboratory

More information

Quantum Disordering versus Melting in Lennard-Jones Clusters.

Quantum Disordering versus Melting in Lennard-Jones Clusters. Quantum Disordering versus elting in ennard-jones Clusters. Jason Deckman and Vladimir A. andelshtam Chemistry Department, University of California at Irvine, Irvine, CA 92697, USA (Dated: December 7,

More information

Synthesis of LiFePO 4 Nanostructures for Lithium-Ion Batteries by Electrochemical Deposition

Synthesis of LiFePO 4 Nanostructures for Lithium-Ion Batteries by Electrochemical Deposition Synthesis of LiFePO 4 Nanostructures for Lithium-Ion Batteries by Electrochemical Deposition Erika Aragon and Alfredo A. Martinez-Morales Southern California Research Initiative for Solar Energy College

More information

Identifying communities within energy landscapes

Identifying communities within energy landscapes Identifying communities within energy landscapes Claire P. Massen and Jonathan P. K. Doye University Chemical Laboratory, Lensfield Road, Cambridge CB2 1EW, United Kingdom (Dated: February 2, 28) arxiv:cond-mat/412469v1

More information

Electricity. Prepared by Juan Blázquez, Alissa Gildemann. Electric charge is a property of all objects. It is responsible for electrical phenomena.

Electricity. Prepared by Juan Blázquez, Alissa Gildemann. Electric charge is a property of all objects. It is responsible for electrical phenomena. Unit 11 Electricity 1. Electric charge Electric charge is a property of all objects. It is responsible for electrical phenomena. Electrical phenomena are caused by the forces of attraction and repulsion.

More information

Comparison of methods for finding saddle points without knowledge of the final states

Comparison of methods for finding saddle points without knowledge of the final states JOURNAL OF CHEMICAL PHYSICS VOLUME 121, NUMBER 20 22 NOVEMBER 2004 Comparison of methods for finding saddle points without knowledge of the final states R. A. Olsen and G. J. Kroes Leiden Institute of

More information

Numerical Optimization Professor Horst Cerjak, Horst Bischof, Thomas Pock Mat Vis-Gra SS09

Numerical Optimization Professor Horst Cerjak, Horst Bischof, Thomas Pock Mat Vis-Gra SS09 Numerical Optimization 1 Working Horse in Computer Vision Variational Methods Shape Analysis Machine Learning Markov Random Fields Geometry Common denominator: optimization problems 2 Overview of Methods

More information

Nonlinear Optimization for Optimal Control

Nonlinear Optimization for Optimal Control Nonlinear Optimization for Optimal Control Pieter Abbeel UC Berkeley EECS Many slides and figures adapted from Stephen Boyd [optional] Boyd and Vandenberghe, Convex Optimization, Chapters 9 11 [optional]

More information

Chapter 1. Gaining Knowledge with Design of Experiments

Chapter 1. Gaining Knowledge with Design of Experiments Chapter 1 Gaining Knowledge with Design of Experiments 1.1 Introduction 2 1.2 The Process of Knowledge Acquisition 2 1.2.1 Choosing the Experimental Method 5 1.2.2 Analyzing the Results 5 1.2.3 Progressively

More information

Energy & Sustainability. Lecture 3: Rules of the Game Energy units and conversion Factors And a few more words On probability

Energy & Sustainability. Lecture 3: Rules of the Game Energy units and conversion Factors And a few more words On probability Energy & Sustainability Lecture 3: Rules of the Game Energy units and conversion Factors And a few more words On probability January 20, 2009 Previous Class Summary reminder of last class The laws of nature

More information

Data Mining Techniques. Lecture 2: Regression

Data Mining Techniques. Lecture 2: Regression Data Mining Techniques CS 6220 - Section 3 - Fall 2016 Lecture 2: Regression Jan-Willem van de Meent (credit: Yijun Zhao, Marc Toussaint, Bishop) Administrativa Instructor Jan-Willem van de Meent Email:

More information

Algorithms for Constrained Optimization

Algorithms for Constrained Optimization 1 / 42 Algorithms for Constrained Optimization ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University April 19, 2015 2 / 42 Outline 1. Convergence 2. Sequential quadratic

More information

LAB 3: VELOCITY AND ACCELERATION

LAB 3: VELOCITY AND ACCELERATION Lab 3 - Velocity & Acceleration 25 Name Date Partners LAB 3: VELOCITY AND ACCELERATION A cheetah can accelerate from to 5 miles per hour in 6.4 seconds. A Jaguar can accelerate from to 5 miles per hour

More information

Reducing power in using different technologies using FSM architecture

Reducing power in using different technologies using FSM architecture Reducing power in using different technologies using FSM architecture Himani Mitta l, Dinesh Chandra 2, Sampath Kumar 3,2,3 J.S.S.Academy of Technical Education,NOIDA,U.P,INDIA himanimit@yahoo.co.in, dinesshc@gmail.com,

More information

The Steepest Descent Algorithm for Unconstrained Optimization

The Steepest Descent Algorithm for Unconstrained Optimization The Steepest Descent Algorithm for Unconstrained Optimization Robert M. Freund February, 2014 c 2014 Massachusetts Institute of Technology. All rights reserved. 1 1 Steepest Descent Algorithm The problem

More information

Do not copy, post, or distribute. Independent-Samples t Test and Mann- C h a p t e r 13

Do not copy, post, or distribute. Independent-Samples t Test and Mann- C h a p t e r 13 C h a p t e r 13 Independent-Samples t Test and Mann- Whitney U Test 13.1 Introduction and Objectives This chapter continues the theme of hypothesis testing as an inferential statistical procedure. In

More information

Control Loop Investigations

Control Loop Investigations Control Loop Investigations Peter Thomas Control Specialists Ltd ExperTune User Conference Austin Texas April 2007 www.controlspecialists.co.uk Control Loop Investigations Bridging the gap between Industrial

More information

Compact energy absorbing cellular structure

Compact energy absorbing cellular structure Structures Under Shock and Impact IX 413 Compact energy absorbing cellular structure M. Ali 1, A. Qamhiyah 2, D. Flugrad 1 & M. Shakoor 1 1 Department of Mechanical Engineering, Iowa State University,

More information

To what extent can the fundamental spatial concepts of design be addressed with GIS? stephen ervin

To what extent can the fundamental spatial concepts of design be addressed with GIS? stephen ervin To what extent can the fundamental spatial concepts of design be addressed with GIS? stephen ervin servin@gsd.harvard.edu What kind of ʻDesignʼ? Letʼs assume geo-spatial: landscape/site/urban design Then

More information

COMP 551 Applied Machine Learning Lecture 2: Linear Regression

COMP 551 Applied Machine Learning Lecture 2: Linear Regression COMP 551 Applied Machine Learning Lecture 2: Linear Regression Instructor: Herke van Hoof (herke.vanhoof@mail.mcgill.ca) Slides mostly by: Class web page: www.cs.mcgill.ca/~hvanho2/comp551 Unless otherwise

More information

Design of an Innovative Acoustic Metamaterial

Design of an Innovative Acoustic Metamaterial Design of an Innovative Acoustic Metamaterial PAVLOS MAVROMATIDIS a, ANDREAS KANARACHOS b Electrical Engineering Department a, Mechanical Engineering Department b Frederick University 7 Y. Frederickou

More information

Yearly Average Maps of Solar Radiation in Azerbaijan

Yearly Average Maps of Solar Radiation in Azerbaijan Energy and Power 013, 3(4): 44-50 DOI: 10.593/j.ep.0130304.0 Yearly Average Maps of Solar Radiation in Azerbaijan Fuad Mammadov Azerbaijan State Oil Academy, D. Aliyeva 7,Baku, AZ1010, phone-fax (+9941)

More information

Supporting information for: Atomistic Modeling of the Charge Process in. Lithium/Air Batteries

Supporting information for: Atomistic Modeling of the Charge Process in. Lithium/Air Batteries Supporting information for: Atomistic Modeling of the Charge Process in Lithium/Air Batteries Tatjana Dabrowski, and Lucio Colombi Ciacchi,, Hybrid Materials Interfaces Group, Faculty of Production Engineering,

More information

Flow Analysis and Optimization of Supersonic Rocket Engine Nozzle at Various Divergent Angle using Computational Fluid Dynamics (CFD)

Flow Analysis and Optimization of Supersonic Rocket Engine Nozzle at Various Divergent Angle using Computational Fluid Dynamics (CFD) IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 11, Issue 6 Ver. IV (Nov- Dec. 2014), PP 01-10 Flow Analysis and Optimization of Supersonic Rocket

More information

STRUCTURAL BIOINFORMATICS I. Fall 2015

STRUCTURAL BIOINFORMATICS I. Fall 2015 STRUCTURAL BIOINFORMATICS I Fall 2015 Info Course Number - Classification: Biology 5411 Class Schedule: Monday 5:30-7:50 PM, SERC Room 456 (4 th floor) Instructors: Vincenzo Carnevale - SERC, Room 704C;

More information

Project 6 - Calculating π and using building models for data

Project 6 - Calculating π and using building models for data Project 6 - Calculating π and using building models for data MTH337 - Fall 2018 Due date: November 29, 2018 Instructor - Rahul Kashyap Part 1 - Calculating the value of π The mathematical constant π is

More information

Line Search Methods for Unconstrained Optimisation

Line Search Methods for Unconstrained Optimisation Line Search Methods for Unconstrained Optimisation Lecture 8, Numerical Linear Algebra and Optimisation Oxford University Computing Laboratory, MT 2007 Dr Raphael Hauser (hauser@comlab.ox.ac.uk) The Generic

More information

Energy Background Energy Forms and Transformations Integrated Science 4 Honors Name: Per:

Energy Background Energy Forms and Transformations Integrated Science 4 Honors Name: Per: Energy Background Energy Forms and Transformations Integrated Science 4 Honors Name: Per: Humans use energy for a variety of purposes, some that are necessary and some that are not. To address the questions

More information

Optimization for neural networks

Optimization for neural networks 0 - : Optimization for neural networks Prof. J.C. Kao, UCLA Optimization for neural networks We previously introduced the principle of gradient descent. Now we will discuss specific modifications we make

More information

APPLICATION NOTE. Characterization and Classification of Recycled Polyamides by Means of Identify. Dr. Ekkehard Füglein

APPLICATION NOTE. Characterization and Classification of Recycled Polyamides by Means of Identify. Dr. Ekkehard Füglein APPLICATION NOTE Characterization and Classification of Recycled Polyamides by Dr. Ekkehard Füglein Introduction In the field of thermal analysis up to now, researchers had to compare own data with printed

More information

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved OPSIAL Manual v1.0 2016 Xiaofeng Tan. All Rights Reserved 1. Introduction... 3 1.1 Spectral Calculator & Fitter (SCF)... 3 1.2 Automated Analyzer (AA)... 3 2. Working Principles and Workflows of OPSIAL...

More information

EasySDM: A Spatial Data Mining Platform

EasySDM: A Spatial Data Mining Platform EasySDM: A Spatial Data Mining Platform (User Manual) Authors: Amine Abdaoui and Mohamed Ala Al Chikha, Students at the National Computing Engineering School. Algiers. June 2013. 1. Overview EasySDM is

More information

Artificial Neural Networks (ANN) Xiaogang Su, Ph.D. Department of Mathematical Science University of Texas at El Paso

Artificial Neural Networks (ANN) Xiaogang Su, Ph.D. Department of Mathematical Science University of Texas at El Paso Artificial Neural Networks (ANN) Xiaogang Su, Ph.D. Department of Mathematical Science University of Texas at El Paso xsu@utep.edu Fall, 2018 Outline Introduction A Brief History ANN Architecture Terminology

More information

Just: a Tool for Computing Justifications w.r.t. ELH Ontologies

Just: a Tool for Computing Justifications w.r.t. ELH Ontologies Just: a Tool for Computing Justifications w.r.t. ELH Ontologies Michel Ludwig Theoretical Computer Science, TU Dresden, Germany michel@tcs.inf.tu-dresden.de Abstract. We introduce the tool Just for computing

More information

First Order Rate Laws and the Kinetics Mechanism Simulation Program

First Order Rate Laws and the Kinetics Mechanism Simulation Program First Order Rate Laws and the Kinetics Mechanism Simulation Program The Kinetics Mechanism Simulation program (kine.html) is useful for building models in a wide variety of areas, including population

More information

Marks. bonus points. } Assignment 1: Should be out this weekend. } Mid-term: Before the last lecture. } Mid-term deferred exam:

Marks. bonus points. } Assignment 1: Should be out this weekend. } Mid-term: Before the last lecture. } Mid-term deferred exam: Marks } Assignment 1: Should be out this weekend } All are marked, I m trying to tally them and perhaps add bonus points } Mid-term: Before the last lecture } Mid-term deferred exam: } This Saturday, 9am-10.30am,

More information

A projected Hessian for full waveform inversion

A projected Hessian for full waveform inversion CWP-679 A projected Hessian for full waveform inversion Yong Ma & Dave Hale Center for Wave Phenomena, Colorado School of Mines, Golden, CO 80401, USA (c) Figure 1. Update directions for one iteration

More information

Geometry Optimisation

Geometry Optimisation Geometry Optimisation Matt Probert Condensed Matter Dynamics Group Department of Physics, University of York, UK http://www.cmt.york.ac.uk/cmd http://www.castep.org Motivation Overview of Talk Background

More information

The Abinit project. Coding is based on modern software engineering principles

The Abinit project. Coding is based on modern software engineering principles The Abinit project Abinit is a robust, full-featured electronic-structure code based on density functional theory, plane waves, and pseudopotentials. Abinit is copyrighted and distributed under the GNU

More information

COMP 551 Applied Machine Learning Lecture 2: Linear regression

COMP 551 Applied Machine Learning Lecture 2: Linear regression COMP 551 Applied Machine Learning Lecture 2: Linear regression Instructor: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/comp551 Unless otherwise noted, all material posted for this

More information