JuliaDynamics / CriticalTransitions.jl

A Julia package for critical transitions in dynamical systems with time-dependent forcing
https://juliadynamics.github.io/CriticalTransitions.jl/dev/
MIT License
24 stars 2 forks source link

Replace Optim.jl with Optimization.jl #23

Open oameye opened 6 months ago

oameye commented 6 months ago

I think it is a good idea to replace Optim.jl with Optimization.jl to allow for more flexibility (the optim.jl solver are included in Optimization.jl), but also utilize it performance the SciML packages are constantly striving for.

reykboerner commented 6 months ago

Sounds good with me.