SlideShare a Scribd company logo
2
Most read
3
Most read
Σ   YSTEMS


Introduction to the Theory of Optimization

            Dimitrios Papadopoulos
               Delta Pi Systems



              Thessaloniki, Greece
Optimization Tree
                                                            Nonlinear Equations


                                                          Nonlinear Least Squares


                                    Unconstrained           Global Optimization


                                                       Nondifferentiable Optimization


                                                            Linear Programming


                                                          Nonlinearly Constrained


                    Continuous       Constrained             Bound Constraint

     Optimization

                     Discrete    Integer Programming       Network Programming


                                                          Stochastic Programming



                                                                                        Σ   YSTEMS
Taylor’s Theorem
  ◮   Suppose that f : Rn → R is continuously differentiable and that p ∈ Rn .
      Then we have that

                          f (x + p) = f (x) + ∇f (x + tp)T p,                    (1)
      for some t ∈ (0, 1). Moreover, if f is twice differentiable, we have that
                                                   1
                      ∇f (x + p) = ∇f (x) +            ∇2 f (x + tp)pdt,         (2)
                                               0
      and that
                                                 1
                  f (x + p) = f (x) + ∇f (x)T p + pT ∇2 f (x + tp)p,             (3)
                                                 2
      for some t ∈ (0, 1)




                                                                                   Σ   YSTEMS
Positive Definiteness
  ◮   A symmetric matrix A ∈ Rn×n is positive definite if there is a positive
      constant α such that

                         xT Ax ≥ α||x||2 ,      for all x ∈ Rn .               (4)
                                 n×n
  ◮   A symmetric matrix A ∈ R         is positive semidefinite if

                            xT Ax ≥ 0,       for all   x ∈ Rn .                (5)




                                                                                 Σ   YSTEMS
Convexity
  ◮   S ∈ Rn is a convex set if the straight line segment connecting any two
      points in S lies entirely inside. Formally, for any two points x ∈ S and
      y ∈ S, we have

                        αx + (1 − α)y ∈ S     for all   α ∈ [0, 1].              (6)



  ◮   f is a convex function if its domain is a convex set and if for any two
      points x and y in this domain, the graph of f lies below the straight line
      connecting (x, f (x)) to (y, f (y)) in the space Rn+1 . That is, we have

            f (α + (1 − α)y) ≤ αf (x) + (1 − α)f (y),      for all α ∈ [0, 1].   (7)




                                                                                   Σ   YSTEMS
Local and global minima
  ◮   A point x∗ is a global minimizer if f (x∗ ) ≤ f (x) for all x ∈ Rn .

  ◮   A point x∗ is a local minizer if there is a neighborhood N of x∗ such that
      f (x∗ ) ≤ f (x) for x ∈ N .

  ◮   A point x∗ is a strict local minimizer (also called a strong local minimizer)
      if there is a neighborhood N of x∗ such that f (x∗ ) < f (x) for all x ∈ N
      with x = x∗ .

  ◮   A point x∗ is an isolated local minimizer if there is a neighborhood N of x∗
      such that x∗ is the only local minimizer in N .




                                                                                      Σ   YSTEMS
First-Order Necessary Conditions
Theorem
If x∗ is a local minimizer and f is continously differentiable in an open
neighborhood of x∗ , then ∇f (x∗ ) = 0.
  ◮   x∗ is a stationary point if ∇f (x∗ ) = 0.
  ◮   Any local minimizer must be a stationary point.




                                                                           Σ   YSTEMS
Second-Order Necessary Conditions
Theorem
If x∗ is a local minimizer of f and ∇2 f is continuous in an open neighborhood
of x∗ , then ∇f (x∗ ) = 0 and ∇2 f (x∗ ) is positive semidefinite.




                                                                                 Σ   YSTEMS
Second-Order Sufficient Conditions
Theorem
Suppose that ∇2 f is continuous in an open neighborhood of x∗ and that
∇f (x∗ ) = 0 and ∇2 f (x∗ ) is positive definite. Then x∗ is a strict local
minimizer of f .




                                                                             Σ   YSTEMS
Uniqueness of minimum for convex functions
Theorem
When f is convex, any local minimizer x∗ is a global minimizer of f . If in
addition f is differentiable, then any stationary point x∗ is a global minimizer of
f.




                                                                                 Σ   YSTEMS
Linear Least-Squares
  ◮   Model: y(ti ; x1 , ..., xn ) = ai,1 + ... + ai,n xn , i = 1, ..., m,
  ◮   Minimization problem:
           m                                       m
                (y(ti ; x1 , ..., xn ) − bi )2 =         (ai,1 + ... + ai,n xn − bi )2 = min   (8)
          i=1                                      i=1

      or in matrix form
  ◮   Given A = (aij )m,n ∈ Rm×n and b ∈ Rn find x∗ ∈ Rn , such that
                      i,j=1

                                   ||Ax∗ − b||2 = min ||Ax − b||2                              (9)
                                                    n     x∈R

  ◮   x∗ ∈ Rn is exactly then a solution of equation (1), if x∗ is the solution of
      the equation
                                     AT Ax = AT b                              (10)
      The system of normal equations has at least one solution. It has exactly
      one, if Rank(A) = n
  ◮   If A ∈ Rm×n has n full ranks (columns), then the matrix AT A ∈ Rn×n is
      symmetric positive definite.                                                                Σ   YSTEMS
Contact us



Delta Pi Systems
Optimization and Control of Processes and Systems
Thessaloniki, Greece
http://www.delta-pi-systems.eu




                                                    Σ   YSTEMS

More Related Content

PDF
Convex Optimization
PDF
PPTX
Multi-Objective Evolutionary Algorithms
PPT
Multiobjective presentation
PDF
Convex optimization methods
POT
Multi Objective Optimization
PPTX
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
PPTX
NON LINEAR PROGRAMMING
Convex Optimization
Multi-Objective Evolutionary Algorithms
Multiobjective presentation
Convex optimization methods
Multi Objective Optimization
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
NON LINEAR PROGRAMMING

What's hot (20)

PPT
Chapter 17 - Multivariable Calculus
PPTX
Optimization tutorial
PDF
Lecture9 - Bayesian-Decision-Theory
PDF
Data Science - Part XII - Ridge Regression, LASSO, and Elastic Nets
PDF
Interpolation with Finite differences
PDF
Multi Objective Optimization and Pareto Multi Objective Optimization with cas...
PPT
Bayseian decision theory
PPTX
Linear Programming
PDF
Using Laplace Transforms to Solve Differential Equations
PDF
Metaheuristic Algorithms: A Critical Analysis
PDF
Numerical analysis convexity, concavity
PDF
Multi-Objective Optimization using Non-Dominated Sorting Genetic Algorithm wi...
PDF
Linear models for data science
PPTX
Gamma function
PDF
Bayesian Networks - A Brief Introduction
PDF
Bayesian networks
PPTX
One dimensional flow,Bifurcation and Metamaterial in nonlinear dynamics
PDF
Chapter 4 Duality & sensitivity analysis.pdf
PDF
Optimal control systems
PPTX
Newton cotes integration method
Chapter 17 - Multivariable Calculus
Optimization tutorial
Lecture9 - Bayesian-Decision-Theory
Data Science - Part XII - Ridge Regression, LASSO, and Elastic Nets
Interpolation with Finite differences
Multi Objective Optimization and Pareto Multi Objective Optimization with cas...
Bayseian decision theory
Linear Programming
Using Laplace Transforms to Solve Differential Equations
Metaheuristic Algorithms: A Critical Analysis
Numerical analysis convexity, concavity
Multi-Objective Optimization using Non-Dominated Sorting Genetic Algorithm wi...
Linear models for data science
Gamma function
Bayesian Networks - A Brief Introduction
Bayesian networks
One dimensional flow,Bifurcation and Metamaterial in nonlinear dynamics
Chapter 4 Duality & sensitivity analysis.pdf
Optimal control systems
Newton cotes integration method
Ad

Viewers also liked (16)

PPTX
Classical optimization theory Unconstrained Problem
PDF
Introduction to inverse problems
PDF
Introduction to CAGD for Inverse Problems
PDF
Master Presentation
PDF
Final Assembly
PDF
Alliance Exports Pvt. Ltd., Patiala, Medical Disposables
PDF
Chapter 03
PPTX
journalism
PDF
CO2PipeHaz - An Integrated, Multi-scale Modelling Approach for the Simulation...
PDF
Οικονομικά οφέλη από προγράμματα διαχείρισης
PDF
Introduction to Calculus of Variations
PDF
Buy FOB sell CFR-CIF cargo ASD v01
PPTX
Multiple sclerosis: Medical and Nursing Managements
PPT
Sistem organa za disanje
PPTX
Actividad #2 - Derechos Humanos - Harold Nicolás Pinilla Naranjo 1002
Classical optimization theory Unconstrained Problem
Introduction to inverse problems
Introduction to CAGD for Inverse Problems
Master Presentation
Final Assembly
Alliance Exports Pvt. Ltd., Patiala, Medical Disposables
Chapter 03
journalism
CO2PipeHaz - An Integrated, Multi-scale Modelling Approach for the Simulation...
Οικονομικά οφέλη από προγράμματα διαχείρισης
Introduction to Calculus of Variations
Buy FOB sell CFR-CIF cargo ASD v01
Multiple sclerosis: Medical and Nursing Managements
Sistem organa za disanje
Actividad #2 - Derechos Humanos - Harold Nicolás Pinilla Naranjo 1002
Ad

Similar to Introduction to the theory of optimization (20)

PDF
Cs229 cvxopt
PDF
IVR - Chapter 1 - Introduction
PDF
03 convexfunctions
PDF
Bachelor_Defense
PDF
Nonconvex Compressed Sensing with the Sum-of-Squares Method
PDF
Radial Basis Function Interpolation
PDF
bayesian_statistics_introduction_uppsala_university
PPTX
PDF
QMC: Operator Splitting Workshop, Using Sequences of Iterates in Inertial Met...
PDF
QMC: Operator Splitting Workshop, Stochastic Block-Coordinate Fixed Point Alg...
PDF
QMC: Operator Splitting Workshop, Progressive Decoupling of Linkages in Optim...
PPT
Z transform ROC eng.Math
PDF
Quadrature
PDF
Rank awarealgs small11
PDF
Rank awarealgs small11
PDF
Density theorems for anisotropic point configurations
PDF
Fixed point theorem of discontinuity and weak compatibility in non complete n...
PDF
11.fixed point theorem of discontinuity and weak compatibility in non complet...
PDF
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
PDF
Maximum likelihood estimation of regularisation parameters in inverse problem...
Cs229 cvxopt
IVR - Chapter 1 - Introduction
03 convexfunctions
Bachelor_Defense
Nonconvex Compressed Sensing with the Sum-of-Squares Method
Radial Basis Function Interpolation
bayesian_statistics_introduction_uppsala_university
QMC: Operator Splitting Workshop, Using Sequences of Iterates in Inertial Met...
QMC: Operator Splitting Workshop, Stochastic Block-Coordinate Fixed Point Alg...
QMC: Operator Splitting Workshop, Progressive Decoupling of Linkages in Optim...
Z transform ROC eng.Math
Quadrature
Rank awarealgs small11
Rank awarealgs small11
Density theorems for anisotropic point configurations
Fixed point theorem of discontinuity and weak compatibility in non complete n...
11.fixed point theorem of discontinuity and weak compatibility in non complet...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Maximum likelihood estimation of regularisation parameters in inverse problem...

Recently uploaded (20)

PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Approach and Philosophy of On baking technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Electronic commerce courselecture one. Pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Dropbox Q2 2025 Financial Results & Investor Presentation
Chapter 3 Spatial Domain Image Processing.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Programs and apps: productivity, graphics, security and other tools
Mobile App Security Testing_ A Comprehensive Guide.pdf
Encapsulation_ Review paper, used for researhc scholars
The AUB Centre for AI in Media Proposal.docx
Big Data Technologies - Introduction.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Approach and Philosophy of On baking technology
Review of recent advances in non-invasive hemoglobin estimation
MYSQL Presentation for SQL database connectivity
Network Security Unit 5.pdf for BCA BBA.
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Building Integrated photovoltaic BIPV_UPV.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Electronic commerce courselecture one. Pdf

Introduction to the theory of optimization

  • 1. Σ YSTEMS Introduction to the Theory of Optimization Dimitrios Papadopoulos Delta Pi Systems Thessaloniki, Greece
  • 2. Optimization Tree Nonlinear Equations Nonlinear Least Squares Unconstrained Global Optimization Nondifferentiable Optimization Linear Programming Nonlinearly Constrained Continuous Constrained Bound Constraint Optimization Discrete Integer Programming Network Programming Stochastic Programming Σ YSTEMS
  • 3. Taylor’s Theorem ◮ Suppose that f : Rn → R is continuously differentiable and that p ∈ Rn . Then we have that f (x + p) = f (x) + ∇f (x + tp)T p, (1) for some t ∈ (0, 1). Moreover, if f is twice differentiable, we have that 1 ∇f (x + p) = ∇f (x) + ∇2 f (x + tp)pdt, (2) 0 and that 1 f (x + p) = f (x) + ∇f (x)T p + pT ∇2 f (x + tp)p, (3) 2 for some t ∈ (0, 1) Σ YSTEMS
  • 4. Positive Definiteness ◮ A symmetric matrix A ∈ Rn×n is positive definite if there is a positive constant α such that xT Ax ≥ α||x||2 , for all x ∈ Rn . (4) n×n ◮ A symmetric matrix A ∈ R is positive semidefinite if xT Ax ≥ 0, for all x ∈ Rn . (5) Σ YSTEMS
  • 5. Convexity ◮ S ∈ Rn is a convex set if the straight line segment connecting any two points in S lies entirely inside. Formally, for any two points x ∈ S and y ∈ S, we have αx + (1 − α)y ∈ S for all α ∈ [0, 1]. (6) ◮ f is a convex function if its domain is a convex set and if for any two points x and y in this domain, the graph of f lies below the straight line connecting (x, f (x)) to (y, f (y)) in the space Rn+1 . That is, we have f (α + (1 − α)y) ≤ αf (x) + (1 − α)f (y), for all α ∈ [0, 1]. (7) Σ YSTEMS
  • 6. Local and global minima ◮ A point x∗ is a global minimizer if f (x∗ ) ≤ f (x) for all x ∈ Rn . ◮ A point x∗ is a local minizer if there is a neighborhood N of x∗ such that f (x∗ ) ≤ f (x) for x ∈ N . ◮ A point x∗ is a strict local minimizer (also called a strong local minimizer) if there is a neighborhood N of x∗ such that f (x∗ ) < f (x) for all x ∈ N with x = x∗ . ◮ A point x∗ is an isolated local minimizer if there is a neighborhood N of x∗ such that x∗ is the only local minimizer in N . Σ YSTEMS
  • 7. First-Order Necessary Conditions Theorem If x∗ is a local minimizer and f is continously differentiable in an open neighborhood of x∗ , then ∇f (x∗ ) = 0. ◮ x∗ is a stationary point if ∇f (x∗ ) = 0. ◮ Any local minimizer must be a stationary point. Σ YSTEMS
  • 8. Second-Order Necessary Conditions Theorem If x∗ is a local minimizer of f and ∇2 f is continuous in an open neighborhood of x∗ , then ∇f (x∗ ) = 0 and ∇2 f (x∗ ) is positive semidefinite. Σ YSTEMS
  • 9. Second-Order Sufficient Conditions Theorem Suppose that ∇2 f is continuous in an open neighborhood of x∗ and that ∇f (x∗ ) = 0 and ∇2 f (x∗ ) is positive definite. Then x∗ is a strict local minimizer of f . Σ YSTEMS
  • 10. Uniqueness of minimum for convex functions Theorem When f is convex, any local minimizer x∗ is a global minimizer of f . If in addition f is differentiable, then any stationary point x∗ is a global minimizer of f. Σ YSTEMS
  • 11. Linear Least-Squares ◮ Model: y(ti ; x1 , ..., xn ) = ai,1 + ... + ai,n xn , i = 1, ..., m, ◮ Minimization problem: m m (y(ti ; x1 , ..., xn ) − bi )2 = (ai,1 + ... + ai,n xn − bi )2 = min (8) i=1 i=1 or in matrix form ◮ Given A = (aij )m,n ∈ Rm×n and b ∈ Rn find x∗ ∈ Rn , such that i,j=1 ||Ax∗ − b||2 = min ||Ax − b||2 (9) n x∈R ◮ x∗ ∈ Rn is exactly then a solution of equation (1), if x∗ is the solution of the equation AT Ax = AT b (10) The system of normal equations has at least one solution. It has exactly one, if Rank(A) = n ◮ If A ∈ Rm×n has n full ranks (columns), then the matrix AT A ∈ Rn×n is symmetric positive definite. Σ YSTEMS
  • 12. Contact us Delta Pi Systems Optimization and Control of Processes and Systems Thessaloniki, Greece http://www.delta-pi-systems.eu Σ YSTEMS