早教吧作业答案频道 -->其他-->
线性规划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...的网友还看了以下:
电场表达式:E=K(i∙y+j∙x),i,j是单位向量,求电荷分布.(静态电场)只要把思路说清楚就 2020-05-13 …
设A为n阶矩阵,证明:R(A+I)+R(A-I)>=n已知R(A)=R(kA),k≠0;R(A+B 2020-05-14 …
已知字母组合成英语单词1、e e t t i n h r 2、e e r a t w h 3、o 2020-05-14 …
e^(2πi*(1/6))=(e^2πi)^(1/6)=1^(1/6)=1e^(2πi*(1/6) 2020-06-12 …
i的i次方等于多少,写成x+yi的形式如题:i^i=?写成x+yi的形式,其中要求x和y都是实数. 2020-06-12 …
求下面函数的解释,看不懂function A = fun(W)[m,n] = size(W); e 2020-06-27 …
一直z=(2+i)(1+1/i){i为虚数单位}则复数Z在复平面上所对应的点位于几象限我算的是3+ 2020-07-03 …
P=A(1+i)^-1+A(1+i)^-2+A(i+i)^-3+……A(1+i)^-n(1)将两边 2020-07-25 …
(-1)^(-i)=多少?(-1)^(-i)=[(-1)^(-1)]^i=(-1)^i=[e^(pi 2020-11-01 …
一道挺难的数学题i*i=-1则x*x=-1可变为x=+i或-ii还具有以下性质:i=ii*i=-1i 2020-11-01 …