+ All Categories
Home > Engineering > Optimization

Optimization

Date post: 14-Jul-2015
Category:
Upload: vikas-kumar-sinha
View: 18 times
Download: 0 times
Share this document with a friend
Popular Tags:
13
Optimization 1/27/2015 1 Presented by: vikas sinha
Transcript
Page 1: Optimization

Optimization

1/27/2015 1

Presented by: vikas sinha

Page 2: Optimization

1/27/2015 2

Page 3: Optimization

#1 Non-linear optimization

1/27/2015 3

residuefitData

Let us consider,

Taylor series expansion :

…(1)

…(2)

…(3)

Page 4: Optimization

1/27/2015 4

{D} =[Zj]*{∆A}+[E]

∆a

∆b

…(4)

…(5)

…(6)

Cont…

Page 5: Optimization

1/27/2015 5

Cont…

…(7)

Page 6: Optimization

Cont…

1/27/2015 6

t Yi Yfit Ynewfit

10 3.1 1.95 ?

40 11.9 7.25 ?

80 21 13.2 ?

140 29.9 20.1 ?

200 37.3 25.3 ?

300 42.7 31.08 ?

let

Page 7: Optimization

z=

D=

.0477 380.49

.1812 1309.96

.33 2145.02

.503 2780.87

.633 2943.035

.777 2677.56

1/27/2015 7

3.1-1.95

11.9-7.25

21-13.2

29.9-20.1

37.3-25.3

42.7-31.08

Cont…

Page 8: Optimization

∆a=5.02, ∆b=.0002

1/27/2015 8

…(8)

Cont…

In this way,

…(9)

…(10)

Page 9: Optimization

1/27/2015 9

#2 Unconstraint optimization:

To minimize y=f(xi)

X1,x2,x3>=0…(11)

…(12)

…(13)

Page 10: Optimization

1/27/2015 10

Constrained optimization

Constrained optimization

equality inequality

Page 11: Optimization

1/27/2015 11

#3 Equality Constrained To minimize y=f(x1,x2)

If it is subjected to g(x1,x2)=0

lagrange equation:

L=f(x1,x2)+λg(x1,x2)…(14)

…(12)

…(15)>0; minimum

= <0; maximum

Page 12: Optimization

1/27/2015 12

Page 13: Optimization

1/27/2015 13


Recommended