Optimisation over grid of parameters with `Optimization.jl`
|
|
5
|
135
|
August 14, 2025
|
Unexpected allocations after re-including unchanged file in ODE simulation
|
|
2
|
60
|
August 8, 2025
|
Avoid allocations in one-dimensional Optim when target expects vector
|
|
5
|
39
|
July 29, 2025
|
Kwargs... and allocations
|
|
26
|
302
|
May 21, 2025
|
Enzyme custom rule alloactions
|
|
0
|
46
|
April 28, 2025
|
Reducing the number of allocations in a function
|
|
14
|
251
|
March 14, 2025
|
Performance regression on v1.12 (nightly): `hypot(::Float64, ::Float64)` causes allocations
|
|
1
|
281
|
December 16, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
236
|
December 2, 2024
|
Getting different allocations from `@allocations` vs `@timev`/`@time`
|
|
1
|
53
|
November 28, 2024
|
Mutating a StructArray without allocation
|
|
5
|
174
|
October 16, 2024
|
Proving that copyto! is allocation-free on a view, using AllocCheck
|
|
7
|
153
|
October 15, 2024
|
Selecting entries of an array based on selection criteria provided by other array
|
|
10
|
178
|
August 28, 2024
|
Reduce allocations in 'reduce + eachcol' call to multiply several columns elementwise
|
|
6
|
93
|
August 16, 2024
|
Allocation-efficient calculation of Hermite (and Laguerre) polynomials
|
|
5
|
278
|
August 16, 2024
|
Weird results while trying to measure allocation :/
|
|
1
|
106
|
August 2, 2024
|
Create SVector with one non-zero value
|
|
11
|
189
|
June 27, 2024
|
Elimination of (unnecessary) runtime dispatch allocations
|
|
13
|
1140
|
May 5, 2024
|
Why does b *= A[r] allocate memory?
|
|
6
|
358
|
November 15, 2023
|
Why so many allocations in the loop on partition
|
|
7
|
446
|
July 14, 2023
|
Need help understanding allocations while calling external C library (Proj)
|
|
3
|
254
|
July 4, 2023
|
Adding Plotly Traces to an Array
|
|
6
|
2012
|
May 8, 2023
|
Performance of function with pre-allocated outputs
|
|
3
|
317
|
May 8, 2023
|
High allocations count for TwoPointBVProblem in DifferentialEquations.jl
|
|
4
|
384
|
March 19, 2023
|
Preallocating Interpolation object
|
|
3
|
241
|
March 16, 2023
|
Inplace multiplication of sub-matrices without allocations
|
|
12
|
1757
|
December 12, 2022
|
Allocations (again...)
|
|
15
|
673
|
November 25, 2022
|
Where does this allocation come from and how to avoid it? StaticArrays and structures
|
|
3
|
385
|
July 19, 2022
|
For loop having too many allocation
|
|
19
|
1060
|
July 11, 2022
|
Stop allocating memory when replacing structs in for-loops
|
|
5
|
529
|
June 21, 2022
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
675
|
March 30, 2022
|