在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Android手机应用开发 → 随机逼近:Stability, Approximation, and Decomposition in Two- and Multistage Stochastic Programming by Christian Kuchler

随机逼近:Stability, Approximation, and Decomposition in Two- and Multistage Stochastic Programming by Christian Kuchler

Android手机应用开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:1.77M
  • 下载次数:4
  • 浏览次数:32
  • 发布时间:2022-03-21
  • 实例类别:Android手机应用开发
  • 发 布 人:kfc007
  • 文件格式:.pdf
  • 所需积分:2
 相关标签:

实例介绍

【实例简介】随机逼近:Stability, Approximation, and Decomposition in Two- and Multistage Stochastic Programming by Christian Kuchler

【实例截图】

【核心代码】

Contents
1 Introduction 1
1.1 Stochastic Programming Models . . . . . . . . . . . . . . . . . 1
1.2 Approximations, Stability, and Decomposition . . . . . . . . . 4
1.3 Contributions . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 Stability of Multistage Stochastic Programs 9
2.1 Problem Formulation . . . . . . . . . . . . . . . . . . . . . . . 10
2.2 Continuity of the Recourse Function . . . . . . . . . . . . . . 13
2.3 Approximations . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4 Calm Decisions . . . . . . . . . . . . . . . . . . . . . . . . . . 25
2.5 Stability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
3 Recombining Trees for Multistage Stochastic Programs 33
3.1 Problem Formulation and Decomposition . . . . . . . . . . . . 35
3.1.1 Nested Benders Decomposition . . . . . . . . . . . . . 37
3.1.2 Cut Sharing . . . . . . . . . . . . . . . . . . . . . . . . 38
3.1.3 Recombining Scenario Trees . . . . . . . . . . . . . . . 39
3.2 An Enhanced Nested Benders Decomposition . . . . . . . . . 40
3.2.1 Cutting Plane Approximations . . . . . . . . . . . . . . 41
3.2.2 Dynamic Recombining of Scenarios . . . . . . . . . . . 45
3.2.3 Upper Bounds . . . . . . . . . . . . . . . . . . . . . . . 51
3.2.4 Extended Solution Algorithm . . . . . . . . . . . . . . 53
3.3 Construction of Recombining Trees . . . . . . . . . . . . . . . 55
3.3.1 A Tree Generation Algorithm . . . . . . . . . . . . . . 57
3.3.2 Consistency of the Tree Generation Algorithm . . . . . 60
3.4 Case Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
3.4.1 A Power Scheduling Problem . . . . . . . . . . . . . . 77
3.4.2 Numerical Results . . . . . . . . . . . . . . . . . . . . 79
3.5 Out-of-Sample Evaluation . . . . . . . . . . . . . . . . . . . . 83
3.5.1 Problem Formulation . . . . . . . . . . . . . . . . . . . 84
3.5.2 Towards Feasible Solutions . . . . . . . . . . . . . . . . 85
x Contents
3.5.3 Numerical Examples . . . . . . . . . . . . . . . . . . . 89
4 Scenario Reduction with Respect to Discrepancy Distances 97
4.1 Discrepancy Distances . . . . . . . . . . . . . . . . . . . . . . 98
4.2 On Stability of Two-Stage and Chance-Constrained Programs 100
4.3 Scenario Reduction . . . . . . . . . . . . . . . . . . . . . . . . 105
4.4 Bounds and Specific Solutions . . . . . . . . . . . . . . . . . . 106
4.4.1 Ordered Solution and Upper Bound . . . . . . . . . . . 106
4.4.2 Lower Bound . . . . . . . . . . . . . . . . . . . . . . . 110
4.5 The Inner Problem . . . . . . . . . . . . . . . . . . . . . . . . 113
4.5.1 Critical Index Sets . . . . . . . . . . . . . . . . . . . . 114
4.5.2 Reduced Critical Index Sets . . . . . . . . . . . . . . . 115
4.5.3 Determining the Coefficients . . . . . . . . . . . . . . . 116
4.5.4 Optimal Redistribution Algorithm . . . . . . . . . . . . 121
4.6 The Outer Problem . . . . . . . . . . . . . . . . . . . . . . . . 124
4.6.1 Revising Heuristics . . . . . . . . . . . . . . . . . . . . 124
4.6.2 A Glimpse on Low Discrepancy Sequences . . . . . . . 127
4.6.3 A Branch and Bound Approach . . . . . . . . . . . . . 127
4.7 Numerical Experience . . . . . . . . . . . . . . . . . . . . . . . 131
4.8 Further Results . . . . . . . . . . . . . . . . . . . . . . . . . . 138
4.8.1 A Note on Extended Discrepancies . . . . . . . . . . . 138
4.8.2 Mass Transportation and Clustering . . . . . . . . . . 140
4.8.3 An Estimation between Discrepancies . . . . . . . . . . 144
Appendix 153
Bibliography 159
List of Figures
3.1 Recombining and non-recombining scenario trees . . . . . . . . 40
3.2 Electricity demand and wind turbine power curve . . . . . . . 78
3.3 Out-of-sample values for the power scheduling model . . . . . 91
3.4 Out-of-sample values for the swing option model . . . . . . . . 95
4.1 Recourse function of Example 4.2.1 . . . . . . . . . . . . . . . 104
4.2 Supporting and non-supporting polyhedra . . . . . . . . . . . 117
4.3 Rectangular discrepancy for different reduction techniques . . 125
4.4 Cumulative distribution functions of Example 4.6.1 . . . . . . 126
4.5 Cell discrepancy and running time for the Forward Selection. . 134
4.6 Low discrepancy points with adjusted probabilities . . . . . . 135
4.7 Perturbation of the optimal value of Example 4.7.1 . . . . . . 136
4.8 Recourse function of Example 4.7.2 . . . . . . . . . . . . . . . 137
4.9 Perturbation of the optimal value of Example 4.7.2 . . . . . . 138
4.10 Probabilities adjusted with respect to α B rect and ζ 2 . . . . . . 142
4.11 α B rect and ζ 2 for different weighting factors . . . . . . . . . . . 143
4.12 Optimal mass transportation with respect to α B rect and ζ 2 . . 144
4.13 A polyhedron and the corresponding set M ∦ . . . . . . . . . . 147
4.14 Enlargements of a polyhedron . . . . . . . . . . . . . . . . . . 149
4.15 Polyhedral singularity of multivariate normal distributions . . 151
List of Tables
3.1 Parameters of the power scheduling model . . . . . . . . . . . 79
3.2 Running times of Benders Decomposition . . . . . . . . . . . . 80
3.3 Running times with and without using upper bounds . . . . . 81
3.4 Running times for different aggregation parameters . . . . . . 83
3.5 Out-of-sample values for different aggregation parameters . . . 92
3.6 Out-of-sample values for different aggregation parameters . . . 96
4.1 Number of supporting polyhedra and critical index sets . . . . 132
4.2 Running times of Algorithm 4.1 . . . . . . . . . . . . . . . . . 133
4.3 Running times of various support selection algorithms . . . . . 134
Index of Notation
1 B (·) the indicator function of the set B
?·,·? the standard scalar product in R m
|I| the cardinality of the finite set I
?a,¯ a? a closed polyhedron in R s induced by a,¯ a ∈
¯
R k , see p.116
α B the discrepancy distance w.r.t.the system B, see p.98
B a system of Borel subsets of R s , see p.98
B cell the system of closed cells in R s , see p.98
B cl the system of closed subsets of R s , see p.98
B conv the system of closed, convex subsets of R s , see p.98
B ph,k the system of polyhedra in R s having at most k vertices, see p.98
B ph,W the system of polyhedra in R s each of whose facets parallels a
facet of [0,1] s or posW, see p.98
B rect the system of closed, s-dimensional rectangles in R s
C feas a set of feasibility cuts, see p.43
C opt a set of optimality cuts, see p.42
δ ξ the Dirac measure in ξ
∂B the topological boundary of the Borel set B
d the Pompeiu-Hausdorff distance, see p.12
D F a probability metric with ζ-structure, see p.100
Δ B the optimal value of the scenario reduction problem, see p.107
dist(a,B) the distance between the point a ∈ R n and the set B ⊂ R n , see
p.12
E[ξ] the expectation of the random variable ξ
F a class of Borel measurable mappings, see p.100
F p a class of locally Lipschitz continuous mappings, see p.101
¯
F p a class of uniformly bounded, piecewise locally Lipschitz contin-
uous mappings, see p.101
¯
F p,B ? a class of uniformly bounded, locally Lipschitz continuous map-
pings, see p.101
I B the system of critical index sets, see p.114
I ∗
B
the system of reduced critical index sets, see p.115
Index of Notation xvi
intS the topological interior of the set S
Λ R j the set of representative nodes at time R j , see p.40
M m
[1,T]
a set of Borel measurable mappings, see p.11
posW the positive cone of a (d × m)-matrix W, i.e., posW = {Wy :
y ∈ R m
}
Q t (·,·) the recourse function at time t, see p.13
P,Q Borel probability measures
P t the probability distribution of the random variable ξ t under the
measure P, see p.11
P [t] the probability distribution of the random variable ξ [t] under the
measure P, see p.11
P the set of supporting polyhedra, see p.117
P p (Ξ) the set of all Borel probability measures on Ξ ⊂ R s with finite
absolute moments of order p ≥ 1, see p.101
R the set of real numbers
R the set of non-negative real numbers, i.e., R = [0,∞)
¯
R the set of extended real numbers,
¯
R = R ∪ {−∞, ∞}
ξ an R s -valued random variable or stochastic process
ξ [t] the random vector (ξ 1 ,...,ξ t )
ξ [s,t] the random vector (ξ s ,...,ξ t ) for s,t ∈ N with s ≤ t
S(ξ) the set of decisions that are feasible w.r.t. the process ξ, see p.12
S n the standard simplex in R n , see p.105
v(ξ),v(P) the optimal value of a stochastic program, see p.12
Ξ t the support of the measure P t
Ξ [t] the support of the measure P [t]
ζ p the p-th order Fortet-Mourier metric, see p.101
ζ p,B ph,k an extended polyhedral discrepancy, see p.101
ζ p,B ph,W an extended polyhedral discrepancy, see p.101

标签:

实例下载地址

随机逼近:Stability, Approximation, and Decomposition in Two- and Multistage Stochastic Programming by Christian Kuchler

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警