Lecture 5 OPtimisation Flashcards

1
Q

types of optimisation

A

linear programmng
dynamic programming
stochastic methods
simulation methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

steps

A
1 define porblem in words
2 define in math
3 simplify to solvable form
4 solve simplified math
5 sensitivity analysis
6 interpretation of results
7 more analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

4 characersitics of linear programming

A

proportionallity
additivity
devisibility
certainty

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

3 things for linear programming

A

decision variables
objective function
constraints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

types of solutions

A

no feasible solution
unbounded
optimal
corner point solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

simplex algorithm 5 steps

A

1) convert problem into standard form
2) determine basic and non basic variables
3) obtain entering and leaving variable
4) determine the pivot equation
5) add and sub pivot equation form other rows to elminate entering variablke

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are the basic variables

A

s1 s2 s3 added to each constraint equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what are non basic variables

A

x1 x2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the entering and exiting variable

A

entering is one of the non basic x

exiting is one of the basic s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how to choose entering

A

largest negative coefficient in fx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

pivot equation

A

one with smallest ratio of coefficient in front of non basic variable to the c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly