ADGEfficiency / energy-py-linear

Optimize energy assets using mixed-integer linear programming
GNU General Public License v3.0
89 stars 27 forks source link

Battery Degradation How-To #78

Open ADGEfficiency opened 2 months ago

ADGEfficiency commented 2 months ago

TODO

rdmolony commented 2 months ago

Thanks Adam,

In a sense modelling battery degradation is kind of hardcoded on top rather than figured out by a solver. Have you compared degredation modelled in this manner with battery degredation data? I can imagine that stuff's hard to come by!

You hinted that solving this via a solver is non-linear, presumably there are no solvers for that sort of thing? Or otherwise, have you thought of other methods?