paramm-team / pybamm-param

Parameter optimisation for PyBaMM.
BSD 3-Clause "New" or "Revised" License
37 stars 8 forks source link

Define `CostFunction` class #22

Closed brosaplanella closed 1 year ago

brosaplanella commented 2 years ago

At the moment the cost function is hard-coded to RMSE. It should be defined as a class so users can specify it. To start, we should have a class for RMSE and one for Maximum Likelihood Estimation.