kibaekkim / DualDecomposition.jl

An algorithmic framework for parallel dual decomposition methods in Julia
MIT License
19 stars 5 forks source link

Generalizing dual search method #21

Closed kibaekkim closed 3 years ago

kibaekkim commented 3 years ago

The current implementation uses BundleMethod.jl, but this can be generalized to use other methods (e.g., projected subgradient method).