Juniper.jl
Juniper.jl copied to clipboard
Hot start
Set initial primal & dual variables
- μ Barrier parameter
Currently not available in JuMP https://discourse.julialang.org/t/setting-dual-initial-point-for-warm-start/6828 Maybe adding in https://github.com/JuliaOpt/Ipopt.jl
To update, MathOptInterface supports a variety of warm-starts:
-
MOI.VariablePrimalStart
-
MOI.ConstraintPrimalStart
-
MOI.ConstraintDualStart
-
MOI.NLPBlockDualStart
so this is no longer blocked at the MOI or solver level.
Given that warm starting IPM methods is not so easy. The benefit of this feature will required rigorous benchmarking to ensure it provides a performance gain.