OptimizationResultHDF5Writer
should allow writing individual OptimzerResults
#1527
Labels
OptimizationResultHDF5Writer
should allow writing individual OptimzerResults
#1527
Currently it's not possible to save several
OptimizerResults
incrementally usingOptimizationResultHDF5Writer
. The full set has to be written at once. (overwrite=False
would result in an error,overwrite=True
would delete the previously stored ones).Ideally,
OptimizationResultHDF5Writer
would allow storing individualOptimizerResults
.The text was updated successfully, but these errors were encountered: