Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
ebalogun01 committed Dec 18, 2023
1 parent d99f62e commit c7db360
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ in the data prototype above.
Once the battery parameters are generated, they can be used in the `battery_data` folder and `configs/battery.json` can
be modified so the model runs using the new custom parameters.

The image below shows the battery model error (MAPE) for the NMC battery model parameters generated from the module for
3 different sample cells over 10 different trials. The model is trained for only 40 generations (or iterations) of the
genetic algorithm with a population of 10.

[//]: # (![battery_model_error_mape.png](doc_images%2Fbattery_model_error_mape.png))
<img src="doc_images/battery_model_error_mape.png" width="200">

### charging_sim

This contains the `configs` folder which includes the configuration files for all the relevant modules.Hosts the implementation of the physical modules, including:
Expand Down

0 comments on commit c7db360

Please sign in to comment.