PyBOP: A Python package for battery model optimisation and parameterisation
The Python Battery Optimisation and Parameterisation (PyBOP) package provides methods for estimating and optimising battery model parameters, offering both deterministic and stochastic approaches with example workflows to assist users. PyBOP enables parameter identification from data for various battery models, including the electrochemical and equivalent circuit models provided by the popular open-source PyBaMM package. Using the same approaches, PyBOP can also be used for design optimisation under user-defined operating conditions across a variety of model structures and design goals. PyBOP facilitates optimisation with a range of methods, with diagnostics for examining optimiser performance and convergence of the cost and corresponding parameters. Identified parameters can be used for prediction, on-line estimation and control, and design optimisation, accelerating battery research and development.
Code (1)
Similar Papers 제목 키워드 기반
pyRDF2Vec: A Python Implementation and Extension of RDF2Vec
This paper introduces pyRDF2Vec, a Python software package that reimplements the well-known RDF2Vec algorithm along with several of its extensions. By making the algorithm available in the most popular data science langu…
Advancing state estimation for lithium-ion batteries with hysteresis: systematic extended Kalman filter tuning
Knowledge of remaining battery charge is fundamental to electric vehicle deployment. Accurate measurements of state-of-charge (SOC) cannot be directly obtained, and estimation methods must be used instead. This requires …
State EstimationCompleted Hyperparameter Transfer across Modules, Width, Depth, Batch and Duration
Hyperparameter tuning can dramatically impact training stability and final performance of large-scale models. Recent works on neural network parameterisations, such as $μ$P, have enabled transfer of optimal global hyperp…
Diagonalisation SGD: Fast & Convergent SGD for Non-Differentiable Models via Reparameterisation and Smoothing
It is well-known that the reparameterisation gradient estimator, which exhibits low variance in practice, is biased for non-differentiable models. This may compromise correctness of gradient-based optimisation methods su…
gym-saturation: Gymnasium environments for saturation provers (System description)
This work describes a new version of a previously published Python package - gym-saturation: a collection of OpenAI Gym environments for guiding saturation-style provers based on the given clause algorithm with reinforce…
OpenAI Gymreinforcement-learningReinforcement Learningrllib+1