- Fit PyBaMM simulation to data (
DataFit
) - Balance OCP for half cells (
OCPBalance
) - Galvanostatic Intermittent Titration Technique (
GITT
)
- SciPy Minimize (
ScipyMinimize
) - SciPy Differential Evolution (
ScipyDifferentialEvolution
)
- Root Mean Square Error (
RMSE
)
- Add
GITT
(#50) - Refactor for base_optimisation_problem conformity (#42)
- Allow
DataFit
to takesimulation_options
(#40) - Allow weights in the objective function (#36)
- Implement maximum likelihood estimation (#32)
- Add
__str__
toOptimisationResult
(#31) - Improve documentation (#29)
- Implement
CostFunction
class (#25) - Improve initial guess and bounds for
OCPBalance
(#24) - Scale variables in
DataFit
(#19) - Allow
DataFit
to optimise multiple variables (#18) - Fix plotting to work with multiple variables (#16)
- Set up hatch (#11)
- Reformat optimisation problem (#9)
- Setup documentation infrastructure (#8)
- Define package structure (#2)