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
This relates to a tool ParaSweeper proposed in this paper, which is mainly about pipelining parameter sweeping for long-term degradation modelling. It aims to generate large amount of long-term degradation modelling data, which can later be used for sensitivity analysis and optimization. It might be a nice feature to add on PyBaMM.
Motivation
I notice there are questions about degradation modelling on PyBaMM Discussions from time to time involving how to fit the model to ageing datasets and deal with multiple errors. This tool ParaSweeper may help a lot on those questions.
There are three useful features of ParaSweeper:
Can be tailored for HPC system
Run and check – always return something and not always assume the simulation runs well (all other tools assume the model runs well)
ParaSweeper has already been here. But I am happy to re-write it, break into little chunks and do whatever you may thinks that can become more compatible with PyBaMM. Any suggestions will be appreciated.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Open to this if it can be sufficiently generalized, but in general the PyBaMM development philosophy should be to be as model-agnostic as possible and work on things that make all models more robust. Opinionated functions that do very specific things for specific models are valuable but should live outside of the main PyBaMM repository.
Description
This relates to a tool ParaSweeper proposed in this paper, which is mainly about pipelining parameter sweeping for long-term degradation modelling. It aims to generate large amount of long-term degradation modelling data, which can later be used for sensitivity analysis and optimization. It might be a nice feature to add on PyBaMM.
Motivation
I notice there are questions about degradation modelling on PyBaMM Discussions from time to time involving how to fit the model to ageing datasets and deal with multiple errors. This tool ParaSweeper may help a lot on those questions.
There are three useful features of ParaSweeper:
For these reasons, I think it can be a upgrade for the BatchStudy or Degradation experiments with reference performance tests example.
Possible Implementation
ParaSweeper has already been here. But I am happy to re-write it, break into little chunks and do whatever you may thinks that can become more compatible with PyBaMM. Any suggestions will be appreciated.
Additional context
No response
The text was updated successfully, but these errors were encountered: