添加了QD收敛,但没有找到最优解。

Signed-off-by: unknown <dmy@dmy-PC.(none)>
This commit is contained in:
unknown
2012-09-11 19:27:02 +08:00
parent 3dea7e1687
commit eb222764ca
11 changed files with 29 additions and 18 deletions

View File

@@ -18,8 +18,9 @@ tQL=sparse(PVQL(:,1));%
PG(PGi)=(tPU+tPL)/2;
QG(PVi)=(tQU+tQL)/2;
wG=1*ones(size(PGi,1),1);
randInt=randperm(size(Loadi,1));
randPDind=randInt(1:10);
%randInt=randperm(size(Loadi,1));
%randPDind=randInt(1:10);
randPDind=0;
wD=1*ones(size(Loadi,1),1);
%wD(randPDind)=0;%
%wD(7)=0;