issues
search
nasa
/
GSAP
Generic Software Architecture for Prognostics (GSAP)
Other
22
stars
6
forks
source link
Release
#153
Open
teubert
opened
1 year ago
teubert
commented
1 year ago
Changes
Moved
Test/
directory to
tests/
ModelBasedPrognoser
Added ability to get the model from the MBP
Predictors
Updated Monte Carlo to save state when threshold is met
Changes to Battery Model
Extended to include thermal effects (from prog_models)
Update state of charge to include voltage component (from prog_models). This prevents SOC from being non-zero when threshold is met
Added Equivalent Circuit Model
Load Estimation
Added ProfileLoadEstimator class to represent when loading (i.e., future inputs) is a piecewise profile
Add LoadListener - this allows Moving Average load estimation to work with async model based prognoser
Various bug fixes and performance improvements
Changes
Test/
directory totests/