StaticOptim.jl icon indicating copy to clipboard operation
StaticOptim.jl copied to clipboard

Results 6 StaticOptim.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `Optim` package from `0.20, 0.21, 0.22` to `0.20, 0.21, 0.22, 1.2`. This keeps the compat entries for earlier versions. Note: I...

This pull request changes the compat entry for the `Optim` package from `0.20, 0.21, 0.22` to `0.20, 0.21, 0.22, 1.1`. This keeps the compat entries for earlier versions. Note: I...

This pull request changes the compat entry for the `Optim` package from `0.20, 0.21, 0.22` to `0.20, 0.21, 0.22, 1.0`. This keeps the compat entries for earlier versions. Note: I...

Why does it allocate the first time? `@btime` is not supposed to need a warm up. ``` julia> @btime soptimize(rosenbrock, $sx) 2.234 μs (2 allocations: 160 bytes) Results of Static...

We're/I'm still interested in cooperating and getting this in Optim. I was reluctant at some point, but adding StaticArrays as a dependency to Optim would be worth it to have...

It would be great if this ran on the GPU. It seems we might be most of the way there since this has no allocations, which I believe is a...