kibaekkim / DualDecomposition.jl

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

Default option for primal heuristics #39

Closed kibaekkim closed 3 years ago

kibaekkim commented 3 years ago

Would it be better to turn off all the heuristics?

kibaekkim commented 3 years ago

Heuristics should be added manually (see https://github.com/kibaekkim/DualDecomposition.jl/blob/922bde55e4e13cfacee3f0fd3220e80b6279dd2b/test/heuristics.jl#L61). By default, no primal heuristics are running.