Open bidhya opened 8 months ago
Collection of Tips and suggestions to improve the JuMP optimization performance.
Performance tips =========== JuMP : https://jump.dev/JuMP.jl/stable/tutorials/getting_started/performance_tips Julia: https://docs.julialang.org/en/v1/manual/performance-tips/index.html
Discussion of sharedarrays using "@everywhere gc" : https://discourse.julialang.org/t/how-to-gc-a-sharedarray/48699/6
@everywhere shared_array = nothing @everywhere GC.gc()
Collection of Tips and suggestions to improve the JuMP optimization performance.
Performance tips =========== JuMP : https://jump.dev/JuMP.jl/stable/tutorials/getting_started/performance_tips Julia: https://docs.julialang.org/en/v1/manual/performance-tips/index.html