ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
217 stars 47 forks source link

Lazy loading of optimization results from HDF5 #1405

Closed dweindl closed 4 weeks ago

dweindl commented 4 months ago

Currently, when loading optimization results from an HDF5 file, the complete results are read into memory. For large result sets, this takes pretty long. It would be convenient if the data was only loaded as needed. E.g., I might only want to access objective function values, without loading some thousand Hessians.