parent
10eb2b5610
commit
cf1cd0b95e
2
run.m
2
run.m
|
|
@ -97,7 +97,7 @@ Busnum=length(Volt);
|
|||
seOpti=SEOpti();
|
||||
seOpti=seOpti.init(Busnum, mVolt,sigma,newwordParameter,zerosInjectionIndex,cmpY,onlyPG,onlyQG,mPG,mQG,Balance,mBranchI,mBranchP,mBranchQ,Y,Yangle,r,c );
|
||||
opts = optiset('solver','ipopt');
|
||||
opts.maxiter=2500;
|
||||
opts.maxiter=3500;
|
||||
opts.tolrfun=1e-3;
|
||||
opts.tolafun=1e-3;
|
||||
opts.warnings='warnings';
|
||||
|
|
|
|||
Loading…
Reference in New Issue