早教吧作业答案频道 -->其他-->
线性规划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...的网友还看了以下:
关于地球的几个问题注:__为一个空格.问题:1.每年的12月22日,太阳光直射在__(填纬度),这 2020-04-26 …
有所含的0是1的两倍的位串所组成的集合的递归定义我有个答案比较繁琐,,,λ∈S;'0','0',' 2020-06-29 …
1不属于S,若a属于S则1/(1-a)属于S,求证若a属于S1-1/a属于S这题意思是a=1/(1 2020-07-14 …
设S是集合{1,2,.,15}的一个非空子集,若正整数n满足:n属于S,n+|S|属于S,则称n是 2020-07-29 …
对于非空集合S,令S属于P(N)这是什么意思?N是正整数集合(不包括0),主要是不明白P(N)是啥 2020-07-30 …
已知集合S属于{1,2,3,…,7},满足条件“若X属于S,则8-X属于S”,则所有符合条件的集合 2020-08-01 …
Foreachofthefollowing,giveabijectionffromAtoB.Yous 2020-11-26 …
1.判断下列对应是否为函数:(1).x→-1/2,x属于R;(2).x→y,其中y=x的绝对值,x属 2020-12-31 …
根据下表中提供的A、B、C、D四点的经纬度,按题意填空ABCD165°W,43°S16°E,75°N 2021-01-04 …
直接推理"SEP→PA┐S",属于()推理这个是一题选择题,答案是换质位推理,但我觉得是换位质推理 2021-01-07 …