早教吧作业答案频道 -->其他-->
线性规划two-stageoptimizationproblem原题为minimizenorm(Ax+By+b,inf)withx属于R^ny属于R^pA,B,bareuncertainparameters.有m种可能的scenarios.inscenariok,A,B,b为Ak,Bk,bkFirst,selectxbeforethescenaroisknown;thenselec
题目详情
线性规划 two-stage optimization problem
原题为minimize norm(Ax+By+b,inf) with x属于R^n y属于R^p
A,B,b are uncertain parameters.有m种可能的scenarios.
in scenario k,A,B,b 为A_k,B_k,b_k
First,select x before the scenaro is known; then select y after learning the actual value of k.The optimal choice of y in the second stage is the value that minimizes ||A_k*x+B_k*y+b_k||inf for given x,A_k,B_k,b_k
* The dimensions of A,B,b are not given
Denote f_k(x) is the optimal value of this second-stage optimization problem of scenario k:
f_k(x)=min_y ||A_k*x+B_k*y+b_k||inf,k = 1,...,m.
=> the worst-case
minimize max_(from k=1,...,m) f_k(x) with x as variable
Formulate this as an LP
我的做法如下:
minimize t
subject to -u_k
原题为minimize norm(Ax+By+b,inf) with x属于R^n y属于R^p
A,B,b are uncertain parameters.有m种可能的scenarios.
in scenario k,A,B,b 为A_k,B_k,b_k
First,select x before the scenaro is known; then select y after learning the actual value of k.The optimal choice of y in the second stage is the value that minimizes ||A_k*x+B_k*y+b_k||inf for given x,A_k,B_k,b_k
* The dimensions of A,B,b are not given
Denote f_k(x) is the optimal value of this second-stage optimization problem of scenario k:
f_k(x)=min_y ||A_k*x+B_k*y+b_k||inf,k = 1,...,m.
=> the worst-case
minimize max_(from k=1,...,m) f_k(x) with x as variable
Formulate this as an LP
我的做法如下:
minimize t
subject to -u_k
▼优质解答
答案和解析
我不是特别懂Linear Programming,不过你为什么要把u_k和v_k分开呢?
minimize t
subject to -t*ones(Nk,1)<=A_k*x+B_k*y+b_k<=t*ones(Nk,1) (k=1,...,m)
不过The dimensions of A,B,b are not given真不清楚是什么意思.
minimize t
subject to -t*ones(Nk,1)<=A_k*x+B_k*y+b_k<=t*ones(Nk,1) (k=1,...,m)
不过The dimensions of A,B,b are not given真不清楚是什么意思.
看了线性规划two-stageop...的网友还看了以下:
求解救o(╯□╰)o设a,b∈(0,+∞),a≠b,x,y∈(o,∞),则a2/x+b2/y≥(a 2020-05-17 …
有短周期的三种元素x,y,z,已知x和y同周期,y和z同族.又知三元素最外层电子数之和为14,而质 2020-06-05 …
当x→0时,用o(x)表示比x高阶的无穷小,则下列式子中错误的是()A.x•o(x2)=o(x3) 2020-06-14 …
如图所示,在y轴上关于O点对称的A、B两点有等量同种点电荷+Q,在x轴上C点有点电荷-Q,且CO= 2020-06-29 …
微分的问题,好的话加50分?微分定义中有△y=A△x+o(△x)又因为△y=dy+o(dy)--- 2020-07-22 …
已知集合A={x|x²+(a-1)x-a>o},B={x|x²+(a+b)x+abo,a≠b},M 2020-07-30 …
已知关于x的不等式组5-2x≥-1x-a大于0无解,a的取值范围是≥3若只将不等式组中X-a>o改 2020-07-31 …
微分怎么理解?微分定义中有△y=A△x+o(△x)又因为△y=dy+o(dy)---等阶,且dy=A 2020-11-01 …
当x→0时,用o(x)表示比x高阶的无穷小,则下列式子中错误的是()A.x?o(x2)=o(x3)B 2020-12-05 …
1.若集合A={x|(a-1)x^2+2x+1=o}中只含有一个元素,求实数a2.已知集合A={1, 2020-12-07 …