Engineering Optimization : Theory and Practice

Preface. 1 Introduction to Optimization. 1.1 Introduction. 1.2 Historical Development. 1.3 Engineering Applications of Optimization. 1.4 Statement of an Optimization Problem. 1.5 Classification of Optimization Problems. 1.6 Optimization Techniques. 1.7 Engineering Optimization Literature. 1.8 Solution of Optimization Problems Using MATLAB. References and Bibliography. Review Questions. Problems. 2 Classical Optimization Techniques. 2.1 Introduction. 2.2 Single-Variable Optimization. 2.3 Multivariable Optimization with No Constraints. 2.4 Multivariable Optimization with Equality Constraints. 2.5 Multivariable Optimization with Inequality Constraints. 2.6 Convex Programming Problem. References and Bibliography. Review Questions. Problems. 3 Linear Programming I: Simplex Method. 3.1 Introduction. 3.2 Applications of Linear Programming. 3.3 Standard Form of a Linear Programming Problem. 3.4 Geometry of Linear Programming Problems. 3.5 Definitions and Theorems. 3.6 Solution of a System of Linear Simultaneous Equations. 3.7 Pivotal Reduction of a General System of Equations. 3.8 Motivation of the Simplex Method. 3.9 Simplex Algorithm. 3.10 Two Phases of the Simplex Method. 3.11 MATLAB Solution of LP Problems. References and Bibliography. Review Questions. Problems. 4 Linear Programming II: Additional Topics and Extensions. 4.1 Introduction. 4.2 Revised Simplex Method. 4.3 Duality in Linear Programming. 4.4 Decomposition Principle. 4.5 Sensitivity or Postoptimality Analysis. 4.6 Transportation Problem. 4.7 Karmarkar's Interior Method. 4.8 Quadratic Programming. 4.9 MATLAB Solutions. References and Bibliography. Review Questions. Problems. 5 Nonlinear Programming I: One-Dimensional Minimization Methods. 5.1 Introduction. 5.2 Unimodal Function. ELIMINATION METHODS. 5.3 Unrestricted Search. 5.4 Exhaustive Search. 5.5 Dichotomous Search. 5.6 Interval Halving Method. 5.7 Fibonacci Method. 5.8 Golden Section Method. 5.9 Comparison of Elimination Methods. INTERPOLATION METHODS. 5.10 Quadratic Interpolation Method. 5.11 Cubic Interpolation Method. 5.12 Direct Root Methods. 5.13 Practical Considerations. 5.14 MATLAB Solution of One-Dimensional Minimization Problems. References and Bibliography. Review Questions. Problems. 6 Nonlinear Programming II: Unconstrained Optimization Techniques. 6.1 Introduction. DIRECT SEARCH METHODS. 6.2 Random Search Methods. 6.3 Grid Search Method. 6.4 Univariate Method. 6.5 Pattern Directions. 6.6 Powell's Method. 6.7 Simplex Method. INDIRECT SEARCH (DESCENT) METHODS. 6.8 Gradient of a Function. 6.9 Steepest Descent (Cauchy) Method. 6.10 Conjugate Gradient (Fletcher-Reeves) Method. 6.11 Newton's Method. 6.12 Marquardt Method. 6.13 Quasi-Newton Methods. 6.14 Davidon-Fletcher-Powell Method. 6.15 Broyden-Fletcher-Goldfarb-Shanno Method. 6.16 Test Functions. 6.17 MATLAB Solution of Unconstrained Optimization Problems. References and Bibliography. Review Questions. Problems. 7 Nonlinear Programming III: Constrained Optimization Techniques. 7.1 Introduction. 7.2 Characteristics of a Constrained Problem. DIRECT METHODS. 7.3 Random Search Methods. 7.4 Complex Method. 7.5 Sequential Linear Programming. 7.6 Basic Approach in the Methods of Feasible Directions. 7.7 Zoutendijk's Method of Feasible Directions. 7.8 Rosen's Gradient Projection Method. 7.9 Generalized Reduced Gradient Method. 7.10 Sequential Quadratic Programming. INDIRECT METHODS. 7.11 Transformation Techniques. 7.12 Basic Approach of the Penalty Function Method. 7.13 Interior Penalty Function Method. 7.14 Convex Programming Problem. 7.15 Exterior Penalty Function Method. 7.16 Extrapolation Techniques in the Interior Penalty Function Method. 7.17 Extended Interior Penalty Function Methods. 7.18 Penalty Function Method for Problems with Mixed Equality and Inequality Constraints. 7.19 Penalty Function Method for Parametric Constraints. 7.20 Augmented Lagrange Multiplier Method. 7.21 Checking the Convergence of Constrained Optimization Problems. 7.22 Test Problems. 7.23 MATLAB Solution of Constrained Optimization Problems. References and Bibliography. Review Questions. Problems. 8 Geometric Programming. 8.1 Introduction. 8.2 Posynomial. 8.3 Unconstrained Minimization Problem. 8.4 Solution of an Unconstrained Geometric Programming Program Using Differential Calculus. 8.5 Solution of an Unconstrained Geometric Programming Problem Using Arithmetic-Geometric Inequality. 8.6 Primal-Dual Relationship and Sufficiency Conditions in the Unconstrained Case. 8.7 Constrained Minimization. 8.8 Solution of a Constrained Geometric Programming Problem. 8.9 Primal and Dual Programs in the Case of Less-Than Inequalities. 8.10 Geometric Programming with Mixed Inequality Constraints. 8.11 Complementary Geometric Programming. 8.12 Applications of Geometric Programming. References and Bibliography. Review Questions. Problems. 9 Dynamic Programming. 9.1 Introduction. 9.2 Multistage Decision Processes. 9.3 Concept of Suboptimization and Principle of Optimality. 9.4 Computational Procedure in Dynamic Programming. 9.5 Example Illustrating the Calculus Method of Solution. 9.6 Example Illustrating the Tabular Method of Solution. 9.7 Conversion of a Final Value Problem into an Initial Value Problem. 9.8 Linear Programming as a Case of Dynamic Programming. 9.9 Continuous Dynamic Programming. 9.10 Additional Applications. References and Bibliography. Review Questions. Problems. 10 Integer Programming. 10.1 Introduction 588. INTEGER LINEAR PROGRAMMING. 10.2 Graphical Representation. 10.3 Gomory's Cutting Plane Method. 10.4 Balas' Algorithm for Zero-One Programming Problems. INTEGER NONLINEAR PROGRAMMING. 10.5 Integer Polynomial Programming. 10.6 Branch-and-Bound Method. 10.7 Sequential Linear Discrete Programming. 10.8 Generalized Penalty Function Method. 10.9 Solution of Binary Programming Problems Using MATLAB. References and Bibliography. Review Questions. Problems. 11 Stochastic Programming. 11.1 Introduction. 11.2 Basic Concepts of Probability Theory. 11.3 Stochastic Linear Programming. 11.4 Stochastic Nonlinear Programming. 11.5 Stochastic Geometric Programming. References and Bibliography. Review Questions. Problems. 12 Optimal Control and Optimality Criteria Methods. 12.1 Introduction. 12.2 Calculus of Variations. 12.3 Optimal Control Theory. 12.4 Optimality Criteria Methods. References and Bibliography. Review Questions. Problems. 13 Modern Methods of Optimization. 13.1 Introduction. 13.2 Genetic Algorithms. 13.3 Simulated Annealing. 13.4 Particle Swarm Optimization. 13.5 Ant Colony Optimization. 13.6 Optimization of Fuzzy Systems. 13.7 Neural-Network-Based Optimization. References and Bibliography. Review Questions. Problems. 14 Practical Aspects of Optimization. 14.1 Introduction. 14.2 Reduction of Size of an Optimization Problem. 14.3 Fast Reanalysis Techniques. 14.4 Derivatives of Static Displacements and Stresses. 14.5 Derivatives of Eigenvalues and Eigenvectors. 14.6 Derivatives of Transient Response. 14.7 Sensitivity of Optimum Solution to Problem Parameters. 14.8 Multilevel Optimization. 14.9 Parallel Processing. 14.10 Multiobjective Optimization. 14.11 Solution of Multiobjective Problems Using MATLAB. References and Bibliography. Review Questions. Problems. A Convex and Concave Functions. B Some Computational Aspects of Optimization. B.1 Choice of Method. B.2 Comparison of Unconstrained Methods. B.3 Comparison of Constrained Methods. B.4 Availability of Computer Programs. B.5 Scaling of Design Variables and Constraints. B.6 Computer Programs for Modern Methods of Optimization. References and Bibliography. C Introduction to MATLAB(R) . C.1 Features and Special Characters. C.2 Defining Matrices in MATLAB. C.3 CREATING m-FILES. C.4 Optimization Toolbox. Answers to Selected Problems. Index .

[1]  F. L. Hitchcock The Distribution of a Product from Several Sources to Numerous Localities , 1941 .

[2]  T. Koopmans Optimum Utilization of the Transportation System , 1949 .

[3]  M. Hestenes,et al.  Methods of conjugate gradients for solving linear systems , 1952 .

[4]  N. Metropolis,et al.  Equation of State Calculations by Fast Computing Machines , 1953, Resonance.

[5]  C. E. Lemke,et al.  The dual method of solving the linear programming problem , 1954 .

[6]  P. Moore A Million Random Digits with 100,000 Normal Deviates. , 1955 .

[7]  George B. Dantzig,et al.  7* A Primal-Dual Algorithm for Linear Programs , 1957 .

[8]  P. Wolfe THE SIMPLEX METHOD FOR QUADRATIC PROGRAMMING , 1959 .

[9]  A. A. Goldstein,et al.  Newton's method for convex programming and Tchebycheff approximation , 1959, Numerische Mathematik.

[10]  J. B. Rosen The Gradient Projection Method for Nonlinear Programming. Part I. Linear Constraints , 1960 .

[11]  J. E. Kelley,et al.  The Cutting-Plane Method for Solving Convex Programs , 1960 .

[12]  H. H. Rosenbrock,et al.  An Automatic Method for Finding the Greatest or Least Value of a Function , 1960, Comput. J..

[13]  R. Gomory AN ALGORITHM FOR THE MIXED INTEGER PROBLEM , 1960 .

[14]  Walter W Garvin,et al.  Introduction to Linear Programming , 2018, Linear Programming and Resource Allocation Modeling.

[15]  B. Gluss AN INTRODUCTION TO DYNAMIC PROGRAMMING , 1961 .

[16]  C Zener,et al.  A MATHEMATICAL AID IN OPTIMIZING ENGINEERING DESIGNS. , 1961, Proceedings of the National Academy of Sciences of the United States of America.

[17]  Charles W. Carroll The Created Response Surface Technique for Optimizing Nonlinear, Restrained Systems , 1961 .

[18]  Robert Hooke,et al.  `` Direct Search'' Solution of Numerical and Statistical Problems , 1961, JACM.

[19]  M. J. D. Powell,et al.  An Iterative Method for Finding Stationary Values of a Function of Several Variables , 1962, Comput. J..

[20]  G. R. Hext,et al.  Sequential Application of Simplex Designs in Optimisation and Evolutionary Operation , 1962 .

[21]  Lucien A. Schmit,et al.  Structural Synthesis and Design Parameter Hierarchy , 1963 .

[22]  D. Marquardt An Algorithm for Least-Squares Estimation of Nonlinear Parameters , 1963 .

[23]  Roger Fletcher,et al.  A Rapidly Convergent Descent Method for Minimization , 1963, Comput. J..

[24]  F. Glover AN ALL-INTEGER INTEGER PROGRAMMING ALGORITHM , 1963 .

[25]  Ferdinand Freudenstein,et al.  Numerical Solution of Systems of Nonlinear Equations , 1963, JACM.

[26]  M. J. D. Powell,et al.  An efficient method for finding the minimum of a function of several variables without calculating derivatives , 1964, Comput. J..

[27]  Fred Moses,et al.  Optimum Structural Design Using Linear Programming , 1964 .

[28]  R. F. Churchhouse,et al.  An Introduction to Linear Programming and the Theory of Games , 1964 .

[29]  C. M. Reeves,et al.  Function minimization by conjugate gradients , 1964, Comput. J..

[30]  John A. Nelder,et al.  A Simplex Method for Function Minimization , 1965, Comput. J..

[31]  E. Balas An Additive Algorithm for Solving Linear Programs with Zero-One Variables , 1965 .

[32]  M. J. Box A New Method of Constrained Optimization and a Comparison With Other Methods , 1965, Comput. J..

[33]  R. J. Dakin,et al.  A tree-search algorithm for mixed integer programming problems , 1965, Comput. J..

[34]  S. Reiter,et al.  Discrete Optimizing Solution Procedures for Linear and Nonlinear Integer Programming Problems , 1966 .

[35]  Moshe F. Rubinstein,et al.  Building Design Using Linear Programming , 1966 .

[36]  E. L. Lawler,et al.  A Method for Solving Discrete Optimization Problems , 1966, Oper. Res..

[37]  G. McCormick,et al.  Extensions of SUMT for Nonlinear Programming: Equality Constraints and Extrapolation , 1966 .

[38]  G. Zoutendijk Nonlinear Programming: A Numerical Survey , 1966 .

[39]  M. J. Box A Comparison of Several Current Optimization Methods, and the use of Transformations in Constrained Problems , 1966, Comput. J..

[40]  U. Passy,et al.  Generalized Polynomial Optimization , 1967 .

[41]  W. Zangwill Non-Linear Programming Via Penalty Functions , 1967 .

[42]  C. G. Broyden Quasi-Newton methods and their application to function minimisation , 1967 .

[43]  Douglass J. Wilde,et al.  Foundations of Optimization. , 1967 .

[44]  P. V. Marcal,et al.  Investigation of advanced spacecraft structural design technology Final report , 1967 .

[45]  W Prager,et al.  Optimality criteria in structural design. , 1968, Proceedings of the National Academy of Sciences of the United States of America.

[46]  R. Fox,et al.  Rates of change of eigenvalues and eigenvectors. , 1968 .

[47]  A. Palmer,et al.  Optimal Structures Design by Dynamic Programming , 1968 .

[48]  M. R. Osborne,et al.  Methods for unconstrained optimization problems , 1968 .

[49]  C. A. Trauth,et al.  Integer Linear Programming: A Study in Computational Efficiency , 1969 .

[50]  C. Panne,et al.  The Symmetric Formulation of the Simplex Method for Quadratic Programming , 1969 .

[51]  Tung Au,et al.  Introduction to Systems Engineering, Deterministic Models , 1969 .

[52]  H. Y. Huang Unified approach to quadratically convergent algorithms for function minimization , 1970 .

[53]  Mordecai Avriel,et al.  Complementary Geometric Programming , 1970 .

[54]  Ac Palmer,et al.  Optimizing the shape of pin-jointed structures , 1970 .

[55]  Elwood Spencer Buffa,et al.  Mathematical programming : an introduction to the design and application of optimal decision machines , 1970 .

[56]  Leon S. Lasdon,et al.  Optimization Theory of Large Systems , 1970 .

[57]  R. Fletcher,et al.  A New Approach to Variable Metric Algorithms , 1970, Comput. J..

[58]  George W. Evans,et al.  An Introduction to Linear Programming and The Theory of Games , 1966 .

[59]  D. Shanno Conditioning of Quasi-Newton Methods for Function Minimization , 1970 .

[60]  D. Goldfarb A family of variable-metric methods derived by variational means , 1970 .

[61]  A. Fiacco Penalty methods for mathematical programming inEnwith general constraint sets , 1970 .

[62]  C. S. Beightler,et al.  Optimal Design by Geometric Programming , 1970 .

[63]  T. A. Straeter,et al.  A comparison of gradient dependent techniques for the minimization of an unconstrained function of several variables , 1970 .

[64]  Philip Rabinowitz,et al.  Numerical methods for nonlinear algebraic equations , 1970 .

[65]  H. Miura,et al.  An approximate analysis technique for design calculations , 1971 .

[66]  M. Avriel,et al.  An extension of geometric programming with applications in engineering optimization , 1971 .

[67]  Peter MacDonald Mathematical Foundations for Design: Civil Engineering Systems , 1971 .

[68]  Gerald E. Thompson Linear Programming: An Elementary Introduction , 1971 .

[69]  D. S. Ermer,et al.  Optimization of the Constrained Machining Economics Problem by Geometric Programming , 1971 .

[70]  Robert M. Stark,et al.  A cofferdam design optimization , 1972, Math. Program..

[71]  K. M. Gisvold,et al.  A Method for Nonlinear Mixed-Integer Programming and its Application to Design Problems , 1972 .

[72]  Andrew Palmer,et al.  Optimal design of transmission towers by dynamic programming , 1972 .

[73]  Janusz S. Kowalik,et al.  Iterative methods for nonlinear optimization problems , 1972 .

[74]  Singiresu S Rao,et al.  Rates of change of flutter Mach number and flutter frequency. , 1972 .

[75]  Uri Kirsch,et al.  Optimum Design by Partitioning into Substructures , 1972 .

[76]  R. Rockafellar The multiplier method of Hestenes and Powell applied to convex programming , 1973 .

[77]  L. A. Schmit,et al.  Some approximation concepts for structural synthesis , 1973 .

[78]  J. Golinski,et al.  An adaptive optimization system applied to machine synthesis , 1973 .

[79]  Petros G. Petropoulos Optimal selection of machining rate variables by geometric programming , 1973 .

[80]  John E. Dennis,et al.  On the Local and Superlinear Convergence of Quasi-Newton Methods , 1973 .

[81]  R. E. D. Woolsey,et al.  On the Solution of Geometric Programs via Separable Programming , 1973 .

[82]  Gabriel R. Bitran,et al.  Linear Programming with a Fractional Objective Function , 1973, Oper. Res..

[83]  Rodolfo J. Aguilar Systems analysis and design in engineering, architecture, construction, and planning , 1973 .

[84]  R. G. Fenton,et al.  A Comparison of Numerical Optimization Methods for Engineering Design , 1974 .

[85]  J. J. Moré,et al.  Quasi-Newton Methods, Motivation and Theory , 1974 .

[86]  J. H. Starnes,et al.  Applications of a quadratic extended interior penalty function for structural optimization , 1975 .

[87]  Jack Elzinga,et al.  A central cutting plane algorithm for the convex programming problem , 1975, Math. Program..

[88]  Uri Kirsch,et al.  Multilevel Approach to Optimum Structural Design , 1975 .

[89]  W. Duff MINIMUM COST SOLAR THERMAL ELECTRIC POWER SYSTEMS: A DYNAMIC PROGRAMMING BASED APPROACH , 1975 .

[90]  A transformation for geometric programming applied to the minimum weight design of statically determinate structures , 1975 .

[91]  R. Meyer Integer and mixed-integer programming models: General properties , 1975 .

[92]  J. Betts An improved penalty function method for solving constrained parameter optimization problems , 1975 .

[93]  Douglass J. Wilde,et al.  Monotonicity and Dominance in Optimal Hydraulic Cylinder Design , 1975 .

[94]  L. Schmit,et al.  Approximation concepts for efficient structural synthesis , 1976 .

[95]  K. M. Ragsdell,et al.  Optimal Design of a Class of Welded Structures Using Geometric Programming , 1976 .

[96]  Singiresu S Rao,et al.  Determination of Optimum Machining Conditions—Deterministic and Probabilistic Approaches , 1976 .

[97]  Ron S. Dembo,et al.  A set of geometric programming test problems and their solutions , 1976, Math. Program..

[98]  Richard B. Nelson,et al.  Simplified calculation of eigenvector derivatives , 1976 .

[99]  J. Cassis,et al.  On implementation of the extended interior penalty function. [optimum structural design] , 1976 .

[100]  Delia Koo Elements of Optimization , 1977 .

[101]  Samuel L. Lipson,et al.  The complex method applied to optimal truss configuration , 1977 .

[102]  K. M. Ragsdell,et al.  The Generalized Reduced Gradient Method: A Reliable Tool for Optimal Design , 1977 .

[103]  R. S. Dembo Current state of the art of algorithms and computer software for geometric programming , 1977 .

[104]  Eric Sandgren THE UTILITY OF NONLINEAR PROGRAMMING ALGORITHMS. , 1977 .

[105]  G. Ding Discrete optimization , 1977 .

[106]  John S. Gero,et al.  BUILDING DESIGN USING FEEDFORWARD NON-SERIAL DYNAMIC PROGRAMMING , 1978 .

[107]  Mordecai Avriel,et al.  Optimal design of pitched laminated wood beams , 1978 .

[108]  John S. Gero,et al.  A DYNAMIC PROGRAMMING APPROACH TO THE OPTIMUM LIGHTING PROBLEM , 1978 .

[109]  M. J. D. Powell,et al.  A fast algorithm for nonlinearly constrained optimization calculations , 1978 .

[110]  G. Cohen Optimization by decomposition and coordination: A unified approach , 1978 .

[111]  G. Agrawal Helical torsion springs for minimum weight by geometric programming , 1978 .

[112]  G. V. Reklaitis,et al.  A comparison of computational strategies for geometric programs , 1978 .

[113]  J. Betts A gradient projection-multiplier method for nonlinear programming , 1978 .

[114]  D. Shanno,et al.  Numerical comparison of several variable-metric algorithms , 1978 .

[115]  X. M. Martens,et al.  Comparison of generalized geometric programming algorithms , 1978 .

[116]  M. J. Harley,et al.  DETERMINISTIC DYNAMIC PROGRAMMING FOR LONG TERM RESERVOIR OPERATING POLICIES , 1978 .

[117]  Godfrey A. Walters,et al.  NON-OPTIMAL DYNAMIC PROGRAMMING ALGORITHMS IN THE DESIGN OF MINIMUM COST DRAINAGE SYSTEMS , 1979 .

[118]  Singiresu S Rao,et al.  Mechanism design by chance constrained programming techniques , 1979 .

[119]  A. C. Rao Synthesis of 4-bar function-generators using geometric programming , 1979 .

[120]  Singiresu S Rao,et al.  Game theory approach in multicriteria optimization of function generating mechanisms , 1979 .

[121]  G. Hogg,et al.  UNCONSTRAINED DISCRETE NONLINEAR PROGRAMMING , 1979 .

[122]  Klaus Schittkowski,et al.  Test examples for nonlinear programming codes , 1980 .

[123]  David Dawkins Optimization and Industrial Experimentation , 1980 .

[124]  Lucien A. Schmit,et al.  Structural Synthesis by Combining Approximation Concepts and Dual Methods , 1980 .

[125]  K. Ragsdell,et al.  Large Scale Nonlinear Programming Using The Generalized Reduced Gradient Method , 1980 .

[126]  M. W. Cooper A Survey of Methods for Pure Nonlinear Integer Programming , 1981 .

[127]  Chris Beaumont Stochastic Systems for Management , 1981 .

[128]  Nesa L'abbe Wu,et al.  Linear programming and extensions , 1981 .

[129]  C. Singh Optimality conditions in fractional programming , 1981 .

[130]  N. S. Khot,et al.  ALGORITHMS BASED ON OPTIMALITY CRITERIA TO DESIGN MINIMUM WEIGHT STRUCTURES , 1981 .

[131]  N. Baba Convergence of a random optimization method for constrained optimization problems , 1981 .

[132]  J. Lasserre A property of certain multistage linear programs and some applications , 1981 .

[133]  David G. Carmichael,et al.  Structural modelling and optimization , 1981 .

[134]  R. Karni,et al.  Integer linear programming formulation of the material requirements planning problem , 1981 .

[135]  Singiresu S Rao,et al.  Reliability-based optimization under random vibration environment , 1981 .

[136]  J. Geromel,et al.  Feasible direction method for large-scale nonconvex programs: Decomposition approach , 1981 .

[137]  G. S. Christensen,et al.  Optimal control of a large turboalternator , 1981 .

[138]  B. Prasad,et al.  A class of generalized variable penalty methods for nonlinear programming , 1981 .

[139]  Jorge J. Moré,et al.  Testing Unconstrained Optimization Software , 1981, TOMS.

[140]  Harold W. Kuhn,et al.  Nonlinear programming: a historical view , 1982, SMAP.

[141]  Elemer E. Rosinger,et al.  Interactive algorithm for multiobjective optimization , 1982 .

[142]  K. M. Riley,et al.  Sensitivity of Optimum Solutions of Problem Parameters , 1982 .

[143]  R. Dembo Sensitivity analysis in geometric programming , 1982 .

[144]  Gintaras V. Reklaitis,et al.  On the computational utility of posynomial geometric programming solution methods , 1982, Math. Program..

[145]  E. Choo,et al.  Bicriteria linear fractional programming , 1982 .

[146]  D. M. Topkis A cutting-plane algorithm with linear and geometric rates of convergence , 1982 .

[147]  David F. Shanno,et al.  Recent Advances in Gradient Based Unconstrained Optimization Techniques for Large Problems , 1983 .

[148]  Singiresu S Rao,et al.  Cooperative Solution in the Synthesis of Multidegree-of-Freedom Shock Isolation Systems , 1983 .

[149]  Determination of Optimum Profile of One-Dimensional Cooling Fins , 1983 .

[150]  Garret N. Vanderplaats,et al.  Numerical Optimization Techniques for Engineering Design: With Applications , 1984 .

[151]  Rene Victor Valqui Vidal,et al.  OPTIMIZATION OF A PUMP-PIPE SYSTEM BY DYNAMIC PROGRAMMING , 1984 .

[152]  G. Das,et al.  Reliability Based Optimum Design of Gear Trains , 1984 .

[153]  Narendra Karmarkar,et al.  A new polynomial-time algorithm for linear programming , 1984, Comb..

[154]  Panos Y. Papalambros,et al.  PRODUCTION SYSTEM FOR USE OF GLOBAL OPTIMIZATION KNOWLEDGE. , 1985 .

[155]  J. Sobieszczanski-Sobieski,et al.  Structural optimization by multilevel decomposition , 1983 .

[156]  David E. Goldberg,et al.  Genetic Algorithms in Pipeline Optimization , 1987 .

[157]  Singiresu S Rao APPLICATION OF COMPLEMENTARY GEOMETRIC PROGRAMMING TO MECHANICAL DESIGN PROBLEMS. , 1985 .

[158]  John N. Hooker,et al.  Karmarkar’s Linear Programming Algorithm , 1986 .

[159]  Singiresu S Rao,et al.  OPTIMAL BALANCING OF HIGH-SPEED LINKAGES USING MULTIOBJECTIVE PROGRAMMING TECHNIQUES. , 1986 .

[160]  Joanne L. Walsh,et al.  A comparison of several methods for the calculation of vibration mode shape derivatives , 1986 .

[161]  Ramana V. Grandhi,et al.  Efficient identification of critical stresses in structures subject to dynamic loads , 1986 .

[162]  Singiresu S Rao Automated optimum design of wing structures: A probabilistic approach , 1986 .

[163]  Singiresu S Rao,et al.  MULTISTAGE MULTIOBJECTIVE OPTIMIZATION OF GEARBOXES. , 1986 .

[164]  Singiresu S. Rao Game theory approach for multiobjective structural optimization , 1987 .

[165]  Jaroslaw Sobieszczanski-Sobieski,et al.  Structural sizing by generalized, multilevel optimization , 1987 .

[166]  Sandro Ridella,et al.  Minimizing multimodal functions of continuous variables with the “simulated annealing” algorithmCorrigenda for this article is available here , 1987, TOMS.

[167]  Singiresu S. Rao Multi‐objective optimization of fuzzy structural systems , 1987 .

[168]  G. A. Gabriele,et al.  An Investigation of Pshenichnyi’s Recursive Quadratic Programming Method for Engineering Optimization , 1987 .

[169]  Singiresu S. Rao Description and Optimum Design of Fuzzy Mechanical Systems , 1987 .

[170]  K. G. Sharma,et al.  OPTIMUM DESIGN OF TRUSSES FROM AVAILABLE SECTIONS—USE OF SEQUENTIAL LINEAR PROGRAMMING WITH BRANCH AND BOUND ALGORITHM , 1988 .

[171]  Richard J. Balling,et al.  New Approach for Discrete Structural Optimization , 1988 .

[172]  Theodor Freiheit,et al.  Modified game theory approach to multiobjective optimization , 1988 .

[173]  Singiresu S. Rao,et al.  Game theory approach for the integrated design of structures and controls , 1988 .

[174]  Bruce E. Hajek,et al.  Cooling Schedules for Optimal Annealing , 1988, Math. Oper. Res..

[175]  Raphael T. Haftka,et al.  Derivatives of eigenvalues and eigenvectors of a general complex matrix , 1988 .

[176]  Lahbib Chibani,et al.  Optimum Design of Structures , 1989 .

[177]  R. H. Crawford,et al.  Probabilistic analysis of function generating mechanisms , 1989 .

[178]  Prabhat Hajela,et al.  Genetic search - An approach to the nonconvex optimization problem , 1989 .

[179]  R. Haftka,et al.  Computational aspects of sensitivity calculations in transient structural analysis , 1989 .

[180]  Singiresu S Rao,et al.  Rates of change of closed‐loop eigenvalues and eigenvectors of actively controlled structures , 1990 .

[181]  Kalyanmoy Deb,et al.  Optimal Design of a Class of Welded Structures via Genetic Algorithms , 1990 .

[182]  Singiresu S Rao,et al.  Nonlinear membership functions in the fuzzy optimization of mechanical and structural systems , 1990 .

[183]  V. B. Venkayya,et al.  Genetic-evolution-based optimization methods for engineering design , 1990 .

[184]  Myunghwan Kim,et al.  A stepwise-overlapped parallel simulated annealing algorithm , 1990, Integr..

[185]  Singiresu S Rao,et al.  PARETO-OPTIMAL SOLUTIONS IN HELICOPTER DESIGN PROBLEMS , 1990 .

[186]  Zafer Gürdal,et al.  A penalty approach for nonlinear optimization with discrete design variables , 1990 .

[187]  William C. Davidon,et al.  Variable Metric Method for Minimization , 1959, SIAM J. Optim..

[188]  Mohamed El-Sayed,et al.  Optimum structural design with parallel finite element analysis , 1991 .

[189]  Singiresu S Rao,et al.  Optimal placement of actuators in actively controlled structures using genetic algorithms , 1991 .

[190]  Prabhat Hajela,et al.  Genetic search strategies in multicriterion optimal design , 1991 .

[191]  Gun-Shing Chen,et al.  OPTIMAL PLACEMENT OF ACTIVE/PASSIVE MEMBERS IN TRUSS STRUCTURES USING SIMULATED ANNEALING , 1991 .

[192]  Prabhat Hajela,et al.  APPLICATIONS OF ARTIFICIAL NEURAL NETS IN STRUCTURAL MECHANICS , 1992 .

[193]  Marco Dorigo,et al.  Distributed Optimization by Ant Colonies , 1992 .

[194]  Singiresu S Rao,et al.  A NEURAL NETWORK BASED APPROACH TO MECHANICAL DESIGN OPTIMIZATION , 1992 .

[195]  P. Hajela,et al.  GENETIC ALGORITHMS IN OPTIMIZATION PROBLEMS WITH DISCRETE AND INTEGER DESIGN VARIABLES , 1992 .

[196]  Singiresu S Rao,et al.  A fuzzy goal programming approach for structural optimization , 1992 .

[197]  David A. Jackson,et al.  Dynamic programming : a practical introduction , 1992 .

[198]  Klaus Schittkowski,et al.  Software systems for structural optimization , 1993 .

[199]  Manohar P. Kamat Tools For Structural Optimization , 1993 .

[200]  Larry L. Howell,et al.  Reliability-based optimal design of a bistable compliant mechanism , 1993 .

[201]  Michael Wolfe,et al.  J+ = J , 1994, ACM SIGPLAN Notices.

[202]  Mir M. Atiqullah,et al.  Parallel Processing in Optimal Structural Design Using Simulated Annealing , 1995 .

[203]  Marco Dorigo,et al.  Ant system: optimization by a colony of cooperating agents , 1996, IEEE Trans. Syst. Man Cybern. Part B.

[204]  Russell C. Eberhart,et al.  Parameter Selection in Particle Swarm Optimization , 1998, Evolutionary Programming.

[205]  Raphael T. Haftka,et al.  Design and optimization of laminated composite materials , 1999 .

[206]  Leonie Kohl,et al.  Fundamental Concepts in the Design of Experiments , 2000 .

[207]  Gary B. Lamont,et al.  Evolutionary Algorithms for Solving Multi-Objective Problems , 2002, Genetic Algorithms and Evolutionary Computation.

[208]  P. Purcell Design of Water Resources Systems , 2003 .

[209]  George B. Dantzig,et al.  Linear Programming Under Uncertainty , 2004, Manag. Sci..

[210]  David E. Goldberg,et al.  Computer-aided pipeline operation using genetic algorithms and rule learning. PART I: Genetic algorithms in pipeline optimization , 1987, Engineering with Computers.

[211]  Riccardo Poli,et al.  Particle swarm optimization , 1995, Swarm Intelligence.

[212]  Jiann-Horng Lin,et al.  Evolutionary computation of unconstrained and constrained problems using a novel momentum-type particle swarm optimization , 2007 .

[213]  Jørgen Tind Decomposition Principle of Linear Programming , 2009, Encyclopedia of Optimization.

[214]  Ailsa H. Land,et al.  An Automatic Method of Solving Discrete Programming Problems , 1960 .

[215]  Efrén Moreno Benavides,et al.  Reliability-based design , 2012 .