ICB-DCM / pyPESTO

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

Enable saving custom information with OptimizerResult #1321

Open dweindl opened 6 months ago

dweindl commented 6 months ago

It would be great if OptimizerResult provided a mechanism for storing (and OptimizationResultHDF5Writer for saving) additional information (e.g. optimizer options) in a structured way. Not sure yet how this could look like, but it would be convenient for saving the required info for warm-starting some optimizer where supported. Related to #1280.