PyBOP with custom models from PyBaMM #718
Answered
by
NicolaCourtier
isaacbasil
asked this question in
Q&A
|
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 |
Answered by
NicolaCourtier
Nov 6, 2025
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. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @isaacbasil, it is now possible to optimise the parameters of a custom PyBaMM model with PyBOP v25.10!