paper-with-me

Papers

PyBOP: A Python package for battery model optimisation and parameterisation

2024-12-20 · Brady Planden, Nicola E. Courtier, Martin Robinson, Agriya Khetarpal, Ferran Brosa Planella, David A. Howey

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.

📄 PDF Abstract BibTeX arXiv:2412.15859

Code (1)

pybop-team/pybop

Similar Papers 제목 키워드 기반

pyRDF2Vec: A Python Implementation and Extension of RDF2Vec

2022-05-04 · Gilles Vandewiele, Bram Steenwinckel, Terencio Agozzino, Femke Ongenae

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

2023-11-28 · Jasper Knox, Mark Blyth, Alastair Hales

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 Estimation

Completed Hyperparameter Transfer across Modules, Width, Depth, Batch and Duration

2025-12-26 · Bruno Mlodozeniec, Pierre Ablin, Louis Béthune, Dan Busbridge 외 arxiv

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

2024-02-19 · Dominik Wagner, Basim Khajwal, C. -H. Luke Ong

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)

2023-09-16 · Boris Shminke

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