During the last decade the techniques of non-linear optimΒ ization have emerged as an important subject for study and research. The increasingly widespread application of optimΒ ization has been stimulated by the availability of digital computers, and the necessity of using them in the investigation
Introduction to Optimization Methods
β Scribed by P. R. Adby, M. A. H. Dempster (auth.)
- Publisher
- Springer Netherlands
- Year
- 1974
- Tongue
- English
- Leaves
- 213
- Series
- Chapman and Hall Mathematics Series
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
During the last decade the techniques of non-linear optimΒ ization have emerged as an important subject for study and research. The increasingly widespread application of optimΒ ization has been stimulated by the availability of digital computers, and the necessity of using them in the investigation of large systems. This book is an introduction to non-linear methods of optimization and is suitable for undergraduate and postΒ graduate courses in mathematics, the physical and social sciences, and engineering. The first half of the book covers the basic optimization techniques including linear search methods, steepest descent, least squares, and the Newton-Raphson method. These are described in detail, with worked numerical examples, since they form the basis from which advanced methods are derived. Since 1965 advanced methods of unconstrained and constrained optimization have been developed to utilise the computational power of the digital computer. The second half of the book describes fully important algorithms in current use such as variable metric methods for unconstrained problems and penalty function methods for constrained problems. Recent work, much of which has not yet been widely applied, is reviewed and compared with currently popular techniques under a few generic main headings. vi PREFACE Chapter I describes the optimization problem in mathematΒ ical form and defines the terminology used in the remainder of the book. Chapter 2 is concerned with single variable optimization. The main algorithms of both search and approximation methods are developed in detail since they are an essential part of many multi-variable methods.
β¦ Table of Contents
Front Matter....Pages i-x
The optimization problem....Pages 1-17
Single variable optimization....Pages 18-41
Multi-variable optimization....Pages 42-73
Advanced methods....Pages 74-118
Constrained optimization....Pages 119-186
Back Matter....Pages 187-204
β¦ Subjects
Science, general
π SIMILAR VOLUMES
This book has two main objectives: β’ to provide a concise introduction to nonlinear optimization methods, which can be used as a textbook at a graduate or upper undergraduate level; β’ to collect and organize selected important topics on optimization algorithms, not easily found in textbooks, which c
<p><span>This book has two main objectives:<br> β’Β Β to provide a concise introduction to nonlinear optimization methods, which can be used as a textbook at a graduate or upper undergraduate level;<br> β’ Β to collect and organize selected importantΒ topics on optimization algorithms, not easily found in
Although this book is out of date now, as an introduction the writing style is just about perfect and in this field you have to build up your intuitions, starting from simple examples and adding refinements later. The code is in Fortran, so C programmers may need to ask a friend to translate it for