jmejia8 / Metaheuristics.jl

High-performance metaheuristics for optimization coded purely in Julia.
https://jmejia8.github.io/Metaheuristics.jl/stable/
Other
253 stars 27 forks source link

Metaheuristics.jl doesn't compile in Julia v1.11.0-alpha1 #105

Closed MichelJuillard closed 6 months ago

MichelJuillard commented 6 months ago

Pre-compilation fails because Base.compute_itscale called at ./src/algorithms/SMS_EMOA/calc-hv.jl:6 doesn´t exist anymore in Julia v1.11.0-alpha1. See the discussion here: https://julialang.slack.com/archives/C67910KEH/p1709386724076639

jmejia8 commented 6 months ago

Thank you for reporting.