PyBOP with custom models from PyBaMM #718
-
|
Hi, I am wanting to optimise parameters for a custom model which I have build in PyBaMM. Is PyBOP appropriate for this, or is it currently suitable only for the standard models included in PyBaMM? Cheers, Isaac |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @isaacbasil We are currently undergoing a restructure to allow this (see #699). At the moment, your custom PyBaMM model would require wrapping to make it compatible. I probably shouldn't suggest this, but you may get somewhere with, e.g. But if you are working with geometric parameters (which require a PyBaMM model rebuild) then you would need to take care to also set the That said, I would advise waiting for the restructure. |
Beta Was this translation helpful? Give feedback.
Hi @isaacbasil, it is now possible to optimise the parameters of a custom PyBaMM model with PyBOP v25.10!