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
Currently, the code uses the out-of-place SymbolicUtils.build_function calls which causes extra allocations. It would be a good idea to allocate a buffer and write to it very round instead to keep the GC in check
The text was updated successfully, but these errors were encountered:
Agreed. I saw how ParametricMCPs does this, but the SparseFunction bit didn't quite make sense to me since I am not as familiar with the sparse matrix formatting details. I'd love to hop on a call and knock this out together sometime soon.
Currently, the code uses the out-of-place
SymbolicUtils.build_function
calls which causes extra allocations. It would be a good idea to allocate a buffer and write to it very round instead to keep the GC in checkThe text was updated successfully, but these errors were encountered: