• Ingen resultater fundet

42111: Static and Dynamic Optimzation Introduction

N/A
N/A
Info
Hent
Protected

Academic year: 2022

Del "42111: Static and Dynamic Optimzation Introduction"

Copied!
88
0
0

Indlæser.... (se fuldtekst nu)

Hele teksten

(1)

42111: Static and Dynamic Optimzation Introduction

Richard M. Lusby

DTU Management Engineering

(2)

People & Places

Primary Contacts

•Static: Associate Professor Richard Lusby

•rmlu@dtu.dk, office: 424/208

•Static: Assistant Professor Evelien van der Hurk

•evdh@dtu.dk, office: 424/226

•Dynamic: Associate Professor Niels Kjølstad Poulsen

•nkpo@dtu.dk, office: 303b/016

Location

All lectures and exercises will take place in B421-A73

(3)

Course Objectives

Main Objective

To give a well-founded knowledge, both theoretical and practical, of static and dynamic optimization models for data-based decision making. You will be able to formulate and solve operations research and technical-economic models, and to appreciate the interplay between optimization models and the real-life problems described by these.

My part of the course

•Static Optimization

•Non-Linear Programs

•Theoretical properties, Formulations, Solution Methods

(4)

Course Objectives

Main Objective

To give a well-founded knowledge, both theoretical and practical, of static and dynamic optimization models for data-based decision making. You will be able to formulate and solve operations research and technical-economic models, and to appreciate the interplay between optimization models and the real-life problems described by these.

My part of the course

•Static Optimization

•Non-Linear Programs

•Theoretical properties, Formulations, Solution Methods

(5)

Learning Objectives (1)

Analyzea given problem in order toformulatean optimization model

Formulateandanalyzemodels as these are met in static and dynamic optimization.

Describeandexplain the assumptions underlying models and computations

Analyzean optimization problem in order to identify an appropriate solution method

Understandand - using software -solvesystems of equations for given optimization problems

Interpretthe solutions from a given optimization model

(6)

Learning Objectives (2)

Describeandexplain the mathematical background for the applied solution methods.

Performsensitivity analysis as part of the evaluating of what-if scenarios in decision making.

Make useof the possibilities for sensitivity analysis in standard optimization software.

(7)

Course Evaluation

•Twowritten projects (one for static, one for dynamic)

•To be completed individually

•If you collaborate with another student, this must be documented

•Your final mark will be based on the evaluation of the two projects

•Reportsmustbe submitted electronically via CampusNet

•Static report due: Friday,October 13th

•Dynamic report due: Friday,December 22nd

•Project one will be distributednextweek

(8)

Calendar - Lecture Plan

Date Topic

04 September Introduction

11 September Linear programming and duality 18 September Convexity and optimality

25 September Optimization with (in)equality constraints 02 October More on Lagrange

09 October (Approximate) Solution Algorithms for Non-linear problems

Recommended Reading Material:

•HL: Hillier and Lieberman: Introduction to Operations Research, McGraw- Hill 2010 (or earlier)

•BS: Bazaraa and Shetty: Non-linear Programming - Theory and Algorithms, Wiley 1979 (or later)

•BT: Brinkhuis and Tikhomirov Optimization: Insights and Applications, Princeton University Press 2005

(9)

Mathematical Programming

•Components:

•Decision variables

•Objective function

•Constraints

•Model types:

•Linear Programming

•Integer Programming

•Non-linear Programming

•Today’s Agenda:

•Linear programming review

•Non-linear programming intro

•Chapter 12 Hillier & Liberman 9th Edition

(10)

Linear Programming (1)

Example

The WYNDOR GLASS CO. produces high quality glass products, including windows and glass doors. It has 3 plants. Aluminium frames and hardware are made in Plant 1, wood frames are made in Plant 2, and Plant 3 produces the glass and assembles the products. Management is introducing the following two

products (in batches of 20):

•Product 1: An 8-foot glass door with an aluminum frame (ppb = $3,000)

•Product 2: A 4×6foot double hung wood-framed window (ppb = $5,000)

Data

Production Time Required (hrs)

Plant Product 1 Product 2 Hours avail.

1 1 0 4

2 0 2 12

3 3 2 18

(11)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(12)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(13)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(14)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(15)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(16)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(17)

Linear Programming (2)

maximize Z = 3x

1

+ 5x

2

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+ 2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(18)

Linear Programming

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z = 25

(19)

Linear Programming

maximize c

T

x

subject to: x ∈ X

(20)

Linear Programming

•Consider the polyhedronX =Ax≤b

•A solutionx0 isfeasibleifAx0≤b

•A solutionx isoptimalifAx≤b,cTx≥,cTx ∀x∈ X

•The set of feasible solutions to an LP is termed thefeasible region

•forms a (possibly unbounded)convexset.

•Anextreme point ofX cannot be written as a linear combination of other points inX

@λ∈(0,1) :x=λy+ (1−λ)z, x,y,z∈ X,x6=y,x6=z

•A solutionx0 is abasic feasible solutionif Ax0≤b,∃B:x0 =A−1B b

•or,x0 is a basic feasible solution if and only ifx0 is an extreme point

(21)

Linear Programming

•Every linear program can be one of : infeasible,unbounded, or have aunique optimal solution value

•Every linear program has an extreme point that is an optimal solution

•A solution approach need only consider extreme points

•A constraint of a linear program isbindingat a pointx0 if the inequality is met with equality atx0. It isnonbinding/slackotherwise.

•What is a dual variable?

•If I have an unbounded polyhedron is my formulation unbounded?

•Can an LP have multiple optimal solutions? What does this mean?

•How do we solve linear programs?

(22)

Linear Programming

•Every linear program can be one of : infeasible,unbounded, or have aunique optimal solution value

•Every linear program has an extreme point that is an optimal solution

•A solution approach need only consider extreme points

•A constraint of a linear program isbindingat a pointx0 if the inequality is met with equality atx0. It isnonbinding/slackotherwise.

•What is a dual variable?

•If I have an unbounded polyhedron is my formulation unbounded?

•Can an LP have multiple optimal solutions? What does this mean?

•How do we solve linear programs?

(23)

Solution Method

(24)

Linear Programming

maximize

"

3 5

#T"

x

1

x

2

#

subject to:

1 0 3 2 0 2

"

x

1

x

2

#

4 18 12

"

x

1

x

2

#

"

0 0

#

(25)

Non Linear Programming

maximize f (x)

subject to: g

i

(x) ≤ b

i

∀i

x ≥ 0

(26)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(27)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(28)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(29)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(30)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(31)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(32)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(33)

Product-mix problem

•Production: y

•Price required to selly units: p(y)

•Total cost of producingyunits: c(y)

•Profit:

π(y) =yp(y)c(y)

•hours needed in departmenti: ai(y)

Formulation

maximize P

jπ(xj) subject to: P

jai(xj) ≤bi ∀i xj ≥0 ∀j

max. f(x), s.t. g(x) ≤ 0

(34)

Transportation problem

•Cost of shipping one extra unit: stair-case constant

•Cost of shippingy units: c(y), piecewise linear

xij: The volume shipped from sourceito destinationj

Formulation

maximize P

i

P

jCij(xij)

subject to: P

jxij =si ∀i

P

ixij =dj ∀j

xj ≥0 ∀i, j

max. f (x), s.t. g(x) ≥ 0 and h(x) = 0

(35)

Transportation problem

•Cost of shipping one extra unit: stair-case constant

•Cost of shippingy units: c(y), piecewise linear

xij: The volume shipped from sourceito destinationj

Formulation

maximize P

i

P

jCij(xij)

subject to: P

jxij =si ∀i

P

ixij =dj ∀j

xj ≥0 ∀i, j

max. f (x), s.t. g(x) ≥ 0 and h(x) = 0

(36)

Transportation problem

•Cost of shipping one extra unit: stair-case constant

•Cost of shippingy units: c(y), piecewise linear

xij: The volume shipped from sourceito destinationj

Formulation

maximize P

i

P

jCij(xij)

subject to: P

jxij =si ∀i

P

ixij =dj ∀j

xj ≥0 ∀i, j

max. f (x), s.t. g(x) ≥ 0 and h(x) = 0

(37)

Transportation problem

•Cost of shipping one extra unit: stair-case constant

•Cost of shippingy units: c(y), piecewise linear

xij: The volume shipped from sourceito destinationj

Formulation

maximize P

i

P

jCij(xij)

subject to: P

jxij =si ∀i

P

ixij =dj ∀j

xj ≥0 ∀i, j

max. f (x), s.t. g(x) ≥ 0 and h(x) = 0

(38)

Transportation problem

•Cost of shipping one extra unit: stair-case constant

•Cost of shippingy units: c(y), piecewise linear

xij: The volume shipped from sourceito destinationj

Formulation

maximize P

i

P

jCij(xij)

subject to: P

jxij =si ∀i

P

ixij =dj ∀j

xj ≥0 ∀i, j

max. f (x), s.t. g(x) ≥ 0 and h(x) = 0

(39)

Transportation problem

•Cost of shipping one extra unit: stair-case constant

•Cost of shippingy units: c(y), piecewise linear

xij: The volume shipped from sourceito destinationj

Formulation

maximize P

i

P

jCij(xij)

subject to: P

jxij =si ∀i

P

ixij =dj ∀j

xj ≥0 ∀i, j

max. f (x), s.t. g(x) ≥ 0 and h(x) = 0

(40)

Portfolio Selection

•Share price of stockj: pj

•Return on one share of stockj is a random variable with meanµj and variance σjj

•Covariance between stock returns of two stocksiandj: σij

•Portfolio is to consist ofxj shares of stockj ∀j

•Mean of portfolio return:

X

j

µjxj

•Variance of portfolio return:

X

i

X

j

σijxixj

(41)

Portfolio Selection

•Share price of stockj: pj

•Return on one share of stockj is a random variable with meanµj and variance σjj

•Covariance between stock returns of two stocksiandj: σij

•Portfolio is to consist ofxj shares of stockj ∀j

•Mean of portfolio return:

X

j

µjxj

•Variance of portfolio return:

X

i

X

j

σijxixj

(42)

Portfolio Selection

•Share price of stockj: pj

•Return on one share of stockj is a random variable with meanµj and variance σjj

•Covariance between stock returns of two stocksiandj: σij

•Portfolio is to consist ofxj shares of stockj ∀j

•Mean of portfolio return:

X

j

µjxj

•Variance of portfolio return:

X

i

X

j

σijxixj

(43)

Portfolio Selection

•Share price of stockj: pj

•Return on one share of stockj is a random variable with meanµj and variance σjj

•Covariance between stock returns of two stocksiandj: σij

•Portfolio is to consist ofxj shares of stockj ∀j

•Mean of portfolio return:

X

j

µjxj

•Variance of portfolio return:

X

i

X

j

σijxixj

(44)

Portfolio Selection

•Share price of stockj: pj

•Return on one share of stockj is a random variable with meanµj and variance σjj

•Covariance between stock returns of two stocksiandj: σij

•Portfolio is to consist ofxj shares of stockj ∀j

•Mean of portfolio return:

X

j

µjxj

•Variance of portfolio return:

X

i

X

j

σijxixj

(45)

Portfolio Selection

•Share price of stockj: pj

•Return on one share of stockj is a random variable with meanµj and variance σjj

•Covariance between stock returns of two stocksiandj: σij

•Portfolio is to consist ofxj shares of stockj ∀j

•Mean of portfolio return:

X

j

µjxj

•Variance of portfolio return:

X

i

X

j

σijxixj

(46)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(47)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(48)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(49)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(50)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(51)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(52)

Portfolio Selection

•We usually want a high return with a low risk

•Minimum acceptable expected return: r

•Maximum budget available: b

Formulation

minimize P

i

P

jσijxixj

subject to: P

jµjxjr

P

jpjxjb

•Non-negativity constraints?

•Parametric programming onr yields the efficient frontier

(53)

Non-Linear Programming Example 1

maximize Z = 3x

1

+5x

2

subject to: x

1

≤ 4

9x

21

+5x

22

≤ 216

x

1

≥ 0

x

2

≥ 0

(54)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z = 36

(2,6)

(55)

Graphical Illustration (2)

•The optimal solution remains unchanged

•It isNOTa corner point of the feasible region

•Depending on the objective function a corner point can be optimal

•Wecannotlimit the search to just corner points

(56)

Graphical Illustration (2)

•The optimal solution remains unchanged

•It isNOTa corner point of the feasible region

•Depending on the objective function a corner point can be optimal

•Wecannotlimit the search to just corner points

(57)

Graphical Illustration (2)

•The optimal solution remains unchanged

•It isNOTa corner point of the feasible region

•Depending on the objective function a corner point can be optimal

•Wecannotlimit the search to just corner points

(58)

Graphical Illustration (2)

•The optimal solution remains unchanged

•It isNOTa corner point of the feasible region

•Depending on the objective function a corner point can be optimal

•Wecannotlimit the search to just corner points

(59)

Graphical Illustration (2)

•The optimal solution remains unchanged

•It isNOTa corner point of the feasible region

•Depending on the objective function a corner point can be optimal

•Wecannotlimit the search to just corner points

(60)

Non-Linear Programming Example 2

maximize Z = 126x

1

− 9x

21

+182x

2

− 13x

22

subject to: x

1

≤ 4

2x

2

≤ 12

3x

1

+2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(61)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z = 857

(

83

,5)

(62)

Graphical Illustration (2)

•The optimal solution is also not a corner point

•The locus of points withZ= 857intersects the feasible region at this point only

•The locus of points withZ >857does not intersect the feasible region at all

(63)

Graphical Illustration (2)

•The optimal solution is also not a corner point

•The locus of points withZ= 857intersects the feasible region at this point only

•The locus of points withZ >857does not intersect the feasible region at all

(64)

Graphical Illustration (2)

•The optimal solution is also not a corner point

•The locus of points withZ= 857intersects the feasible region at this point only

•The locus of points withZ >857does not intersect the feasible region at all

(65)

Graphical Illustration (2)

•The optimal solution is also not a corner point

•The locus of points withZ= 857intersects the feasible region at this point only

•The locus of points withZ >857does not intersect the feasible region at all

(66)

Non-Linear Programming Example 3

maximize Z = 54x

1

− 9x

21

+78x

2

− 13x

22

subject to: x

1

≤ 4

2x

2

≤ 12 3x

1

+2x

2

≤ 18

x

1

≥ 0

x

2

≥ 0

(67)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

(68)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z=117

(69)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z=162 Z=117

(70)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z=189 Z=162 Z=117

(71)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

(3,3)

Z=198 Z=189 Z=162 Z=117

(72)

Graphical Illustration (2)

•The optimal solution is aninteriorpoint of the feasible region

•Solution to the unconstrained global maximum

•A general solution approach needs to considerallpoints

(73)

Graphical Illustration (2)

•The optimal solution is aninteriorpoint of the feasible region

•Solution to the unconstrained global maximum

•A general solution approach needs to considerallpoints

(74)

Graphical Illustration (2)

•The optimal solution is aninteriorpoint of the feasible region

•Solution to the unconstrained global maximum

•A general solution approach needs to considerallpoints

(75)

Graphical Illustration (2)

•The optimal solution is aninteriorpoint of the feasible region

•Solution to the unconstrained global maximum

•A general solution approach needs to considerallpoints

(76)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(77)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(78)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(79)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(80)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(81)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(82)

Convexity

•Convex Function

•Concave Function

•Convex Set

Pseudoconvex Function

Quasiconvex Function

•Local Optimum

•Global Optimum

(83)

Convexity

Convex Programming Problem

maximize f(x)

subject to: gi(x) ≤bi ∀i x ≥0

f is concave, eachgiis convex

→ a local maximum is also global

(84)

Non-Linear Programming Example 4

maximize Z = 3x

1

+5x

2

subject to: x

1

≤ 4

8x

1

x

21

+14x

2

x

22

≤ 49

x

1

≥ 0

x

2

≥ 0

(85)

Graphical Illustration (1)

1 2 3 4 5 6 7

1 2 3 4 5 6 7 x

2

x

1

Z = 27 Z = 35

(4,3)

(0,7)

(86)

Problem Types

•Unconstrained Optimization

•No constraints

•Linearly Constrained Optimization

•linear constraints

•Quadratic Programming

•quadratic objective function, linear constraints

•Convex Programming

•minimize a convex function on a convex set

•Separable Programming

•objective function and constraints are separable i.e. sum of functions of individual decision variables

(87)

Class Exercises

Problem 1

minimize (x1−255)2 +10(x1−220) +(x2x1)2 +10(x2−240)

+(x3x2)2 +10(x3−200) +(255−x3)2 subject to: x1≥220 x2≥240 x3≥200

Problem 2

maximize 36x1+ 9x21−6x31+ 36x2−3x32 subject to: x1+x2≤3, x1≥0, x2≥0

(88)

Richard M. Lusby

DTU Management Engineering, Technical University of Denmark

Building 424, Room 208 rmlu@dtu.dk

2800 Kgs. Lyngby, Denmark phone +45 4525 3084 http://www.man.dtu.dk

Referencer

RELATEREDE DOKUMENTER

• Value-based pricing sets prices based on estimates of how customers value the product....

In our case it is a summation (or integral) of contribution over a period of time of fixed or free length (might be a part of the optimization).. Eventually some constraints on

The dynamic simulation model must be able to represent the static and dynamic properties of the generation facility in connection with set point changes for the facility's

The dynamic simulation model must be able to represent the static and dynamic properties of the generation facility in connection with set point changes for the facility's gen-

(a) each element has an influence factor on electrical values, such as voltages, power flows, rotor angle, in the TSO's control area greater than common contingency influence

A solution approach need only consider extreme points A constraint of a linear program is binding at a point x 0 if the inequality is met with equality at x 0.. It is

Stochastics (Random variable) Stochastic Dynamic Programming Booking profiles..

Count Jacopo Francesco Riccati Born: 28 May 1676, Venice Dead: 15 April 1754, Treviso University of Padua Source: Wikipedia...