JuliaSmoothOptimizers / JuliaSmoothOptimizers/RegularizedProblems.jl
Make FH allocation-free
Open
- Dominant language
- Julia
- Stars
- 5
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
We should use in place `solves` and preallocated workspaces instead of allocating at each iteration, i think this is the reason why FH is so slow.
Ultimately, all the NLPModels API functions for the FH problem should be allocation free.
Contributor guide
Assessment
This issue has not been assessed yet.