18
July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University [email protected]

July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University [email protected]

Embed Size (px)

Citation preview

Page 1: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

July 18-19, 2013

2013 New Orleans Stata Conference

Mathematical Optimization in Stata: LP and MILP

Choonjoo LeeKorea National Defense University

[email protected]

Page 2: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

Taxonomy of Mathematical Optimization

CONTENTS

MotivationI

II

User-written LP and MILP in StataIII

Page 3: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

Why use Stata?

I. Motivation

❍ Fast, accurate, and easy to use

❍ Broad suite of statistical features

❍ Complete data-management facilities

❍ Publication-quality graphics

❍ Responsive and extensible

❍ Matrix programming—Mata

❍ Cross-platform compatible

❍ Complete documentation and other

publications

❍ Technical support and learning re-

sources

❍ Widely used

❍ Affordable

√ Rooms for user to play

http://www.stata.com/why-use-stata/

Page 4: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

DEA downloads(application of mathematical optimiza-tion.

※Stata program is used in more than 200 countries.(Stata Corp.,2013)

I. Motivation

(July 1, 2013)

Why not play with Mathematical Optimization in Stata?

200+

1+

Leg-end

Page 5: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

Unite

d St

ates

Kore

aIn

dia

Mex

ico

Italy

Fran

ce

Unite

d Ar

ab E

mira

tes

Greec

e

Cana

da

Mal

aysia

Indo

nesia

Chin

aCh

ile

Ivor

y Co

ast

Finl

and

Viet

Nam

Ghana

Qatar

Iran

Puer

to R

ico

Thai

land

Portug

al

Arge

ntin

a

Cam

eroo

n

Slov

enia

Suda

n

Leba

non

Esto

nia

Bang

lade

sh

Burk

ina

Faso

Irela

nd

Saud

i Ara

bia

Mau

ritiu

sTo

go

Alge

ria

Swed

en

Norway

Mor

occo

Aust

ria

Ukrai

ne

Hong

Kong

Egyp

t0

50

100

150

200

250

2,023 Downloads from 83 countries (01/03/2013~07/01/2013)

https://sourceforge.net/projects/deas/

I. Motivation

Why not play with Mathematical Optimization in Stata?

Page 6: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

I. Motivation

Why not play with Mathematical Optimization in Stata?

http://logec.repec.org/scripts/seritemstat.pf?h=repec:boc:dcon09

❍ DEA file ranked at #442 among Authors of works excluding soft-ware by File Downloads 2013-06

❍ #1 file downloads among Stata Confer-

ence files

Page 7: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

Mathematical Formulations of Optimization problems

❍ Find the best solutions to mathematically defined problems

subject to certain constraints.

❍ Typical form of mathematical optimization

7

II. Taxonomy of Mathematical Optimiza-tion

s.t. x1+8x2+2x3+x4 ≤ 50 9x1+x2+5x3+3x4 ≤ 70

7x1+7x2+4x3+x4 ≤ 117

Max(Min) Objective function

Subject to Constraints.

- For example:

Page 8: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

II. Taxonomy of Mathematical Optimiza-tion Variants of Mathematical Optimization

Nodes Branches

Objective Function (Non)Linear, Convex(Concave), Single(Multiple), Quadratic,…

Constraints (Un)Constrained

Convexity Convex(Concave)

Linearity (Non)linear

Discontinuity Integer, Stochastic, Network

Uncertainty Stochastic, Simulation, Robust

Parametric (Non)Parametric

Boundedness (Un)Bounded

Optimality Global(Local), Minimization(Maximization)

Page 9: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

II. Taxonomy of Mathematical Optimiza-tion Variants of Mathematical Optimization Model

❍ Convex(objective fcn: convex, constraint: convex)→ Linear Pro-

gramming

❍ Integer (some or all variables: integer values) → Integer pro-

gramming

❍ Quadratic(Objective fcn: quadratic) → Quadratic programming

❍ Nonlinear(Objective fcn or constraints: nonlinear) → Nonlinear

programming

❍ Stochastic(some constraints: random variable) → Stochastic pro-

gramming

Page 10: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

II. Taxonomy of Mathematical Optimiza-tion Solution Techniques for Mathematical Optimization

❍ Optimization algorithms(fixed steps): Simplex algorithm, variants

of Simplex, …

❍ Iterative methods(converged solution): Newton’s method, Interior

point methods, Finite difference,

Numerical analysis, Gradient descent, Ellipsoid method, …

❍ Heuristics(approximated solution): Nelder-Mead simplicial heuris-

tic, Genetic algorithm, Differential Search algorithm, Dynamic re-

laxation, … Source: Park, S(2001), Wikipedia

Page 11: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

II. Taxonomy of Mathematical Optimiza-tion Mathematical Optimization Codes in Stata

❍ optimize( ) : Mata’s function; finds coefficients (b1, b2,…, bm) that

maximize or minimize f (p1, p2,…,pm), where pi = Xi bi.

❍ moptimize( ) : Mata’s and Stata’s premier optimization routine;

the routine used by most of the official optimization-based estima-

tors implemented in Stata.

❍ ml( ) : Stata’s command; provides most of the capabilities of

Mata’s moptimize(), and ml is easier to use; ml uses moptimize() to

perform the optimization.

☞ Stata focused on Quadratic, Stochastic programming;

Iterative(numerical), Stochastic, Parametric methods

Source: Stata, [M-5] p.617

Page 12: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

The User Written Command “lp”

❍ Optimization Problem

III. User-written LP and MILP in Stata

x1 x2 x3 x4 rel rhs40 50 80 170 = 01 8 2 1 <= 509 1 5 3 <= 707 7 4 1 <= 117

s.t. x1+8x2+2x3+x4 ≤ 509x1+x2+5x3+3x4 ≤ 70

7x1+7x2+4x3+x4 ≤ 117❍ Data Input in Stata

Page 13: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

III. User-written LP and MILP in Stata The User Written Command “lp”

❍ Program Syntaxlp varlists [if] [in] [using/] [, rel(varname)

rhs(varname) min max intvars(varlist) tol1(real) tol2(real) saving(filename)]

– rel(varname) specifies the variable with the rela-tionship symbols. The default option is rel.

– rhs(varname) specifies the variable with constants in the right hand side of equation. The default op-tion is rhs.

– min and max are case sensitive. min(max) is to minimize(maximize) the objective function.

– intvars(varlist) specifies variables with integer value.

– tol1(real) sets the tolerance of pivoting value. The default value is 1e-14. tol2(real) sets the tolerance of matrix inverse. The default value is 2.22e-12.

Page 14: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

. lp x1 x2 x3 x4,max

❍ Result: lp with maximization option.

The User Written Command “lp” for LP problem

III. User-written LP and MILP in Stata

opt_val 3966.67 0 0 0 23.3333 26.6667 0 93.6667 z x1 x2 x3 x4 s1 s2 s3LP Results: options(max)

r4 0 7 7 4 1 0 0 1 117r3 0 9 1 5 3 0 1 0 70r2 0 1 8 2 1 1 0 0 50r1 1 40 50 80 170 0 0 0 0 z x1 x2 x3 x4 s1 s2 s3 rhsInput Values:

Page 15: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

. lp x1 x2 x3 x4,max intvars(x4)

❍ Result: lp with intvars(x4) option.

The User Written Command “lp” for MILP problem

III. User-written LP and MILP in Stata

opt_val 3960 0 1 0 23 19 0 87 0 z x1 x2 x3 x4 s1 s2 s3 s4LP Results: options(max)

r5 0 0 0 0 1 0 0 0 1 23r4 0 7 7 4 1 0 0 1 0 117r3 0 9 1 5 3 0 1 0 0 70r2 0 1 8 2 1 1 0 0 0 50r1 1 40 50 80 170 0 0 0 0 0 z x1 x2 x3 x4 s1 s2 s3 s4 rhsInput Values:

Page 16: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

❍ The code is not complete yet and waits for your up-

grade. And there are plenty of rooms to play and work

for users.

❍ lp code using optimization algorithm is available at

https://sourceforge.net/projects/deas/

Remarks

III. User-written LP and MILP in Stata

Page 17: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com

References

• Lee, C.(2012). “Allocative Efficiency Analysis using

DEA in Stata”,San12 Stata Conference.

• Lee, C.(2011). “Malmquist Productivity Analysis us-

ing DEA Frontier in Stata”, Chicago11 Stata Confer-

ence.

• Ji, Y., & Lee, C. (2010). “Data Envelopment

Analysis”, The Stata Journal, 10(no.2), pp.267-280.

• Lee, C. (2010). “An Efficient Data Envelopment

Analysis with a large Data Set in Stata”, BOS10

Stata Conference.

• Lee, C., & Ji, Y. (2009). “Data Envelopment Analysis

in Stata”, DC09 Stata Conference.

Page 18: July 18-19, 2013 2013 New Orleans Stata Conference Mathematical Optimization in Stata: LP and MILP Choonjoo Lee Korea National Defense University bloom.rampike@gmail.com