Open
Description
The automatically generated lagrangian allocates a lot of memory, killing performance
https://github.com/SciML/OptimizationBase.jl/blob/main/src/OptimizationDISparseExt.jl#L121C2-L137C12
It would be nice if it could use a cache instead of recreating the _res = zeros(eltype(x), num_cons)
on each invokation
Metadata
Metadata
Assignees
Labels
No labels