aaronuv / arby

Reduced Order Modeling Tools in Python
MIT License
9 stars 3 forks source link

Save state during basis generation #10

Closed mattpitkin closed 5 months ago

mattpitkin commented 5 months ago

It would be useful to have the ability to save state and checkpoint during the reduced basis generation for cases where the basis generation takes a long time. Is this something that would be easy to implement?

francocerino commented 5 months ago

We are in a new project called scikit-reducedmodel, with the aim of providing easy usability for the user and a standard interface, as the scikit packages do for ML algorithms in Python.

We are going to think how to implement checkpoints. Thanks for your suggestion.

mattpitkin commented 5 months ago

@francocerino Thanks for the pointer to scikit-reducedmodel. I'll look to update my code to point to that package rather than arby. Would it be helpful if I open a new issue at https://github.com/francocerino/scikit-reducedmodel/issues with this request?

leliel12 commented 5 months ago

please add and link (ti this one) your the issue