You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have mainly been writing this code to get up to speed with some related research work, so I don't have as much time to try and optimize it after it works. The runtime is about equivalent to when I used nestle in PyCall.jl, but I've never looked at type-stability or optimization. The Bounds.Ellipsoid code has quite a few operations, and so does StatsBase.step!.
If someone wanted easy pickings for contribution, this would be a great opportunity!
The text was updated successfully, but these errors were encountered:
I have mainly been writing this code to get up to speed with some related research work, so I don't have as much time to try and optimize it after it works. The runtime is about equivalent to when I used nestle in PyCall.jl, but I've never looked at type-stability or optimization. The
Bounds.Ellipsoid
code has quite a few operations, and so doesStatsBase.step!
.If someone wanted easy pickings for contribution, this would be a great opportunity!
The text was updated successfully, but these errors were encountered: