JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.11k stars 213 forks source link

remove unbound type parameter #1005

Closed nsajko closed 1 year ago

nsajko commented 1 year ago

Unbound type parameters often cause performance issues and run time dispatch.

Issue found using https://github.com/JuliaLang/julia/pull/46608

pkofod commented 1 year ago

Thanks