Skip to content

Commit 0c6b14a

Browse files
committed
Removing projected example algorithm.
1 parent a16b702 commit 0c6b14a

4 files changed

Lines changed: 4 additions & 106 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ with_logger(logger) do
1515
"ADMM"=>"algorithms/admm.md",
1616
"COHDA"=>"algorithms/cohda.md",
1717
"Averaging Consensus"=>"algorithms/consensus.md",
18+
"Projected-Gradient (P2P)"=>"algorithms/projected_gradient.md",
1819
],
1920
"Carriers" => [
2021
"SimpleCarrier"=>"carrier/simple.md",

src/DistributedResourceOptimization.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ include("algorithm/admm/sharing_admm.jl")
1515
include("algorithm/consensus/averaging.jl")
1616
include("algorithm/consensus/economic_dispatch.jl")
1717

18+
include("algorithm/gradient/projected_gradient.jl")
19+
1820
include("carrier/mango.jl")
1921
include("carrier/simple.jl")
2022

src/algorithm/gradient/flex_projected.jl

Lines changed: 0 additions & 106 deletions
This file was deleted.

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ end
2727
include("cohda/cohda_sc_tests.jl")
2828
include("admm/consensus_admm_tests.jl")
2929
include("admm/sharing_admm_tests.jl")
30+
include("gradient/projected_gradient_tests.jl")
3031
end

0 commit comments

Comments
 (0)