Electa-Git / StochasticPowerModels.jl

An extension package of PowerModels.jl for Stochastic Power System Optimization
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

added acr ITR #18

Closed arpkoirala closed 3 years ago

arpkoirala commented 3 years ago
  1. Also added variables for gen p and q variance like in Tillmans paper;
  2. The itr method is working but do not see any gain in time
  3. Degree 1 ACR without aux variable is working
codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (455c196) into master (b0fb23b) will decrease coverage by 7.71%. The diff coverage is 1.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   55.38%   47.66%   -7.72%     
==========================================
  Files          14       15       +1     
  Lines        1300     1502     +202     
==========================================
- Hits          720      716       -4     
- Misses        580      786     +206     
Impacted Files Coverage Δ
src/StochasticPowerModels.jl 100.00% <ø> (ø)
src/core/constraint_template.jl 61.74% <0.00%> (-0.34%) :arrow_down:
src/core/variable.jl 60.28% <0.00%> (-7.72%) :arrow_down:
src/prob/sopf_acr_itr.jl 0.00% <0.00%> (ø)
src/prob/sopf_acr_red.jl 0.00% <0.00%> (ø)
src/form/acr.jl 54.16% <9.52%> (-0.34%) :arrow_down:
src/prob/sopf_acr.jl 52.94% <33.33%> (ø)
src/prob/sopf_iv_itr.jl 73.01% <0.00%> (-2.12%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0fb23b...455c196. Read the comment docs.