Skip to content

Conversation

@teubert
Copy link
Contributor

@teubert teubert commented Feb 3, 2023

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

jason-watkins and others added 30 commits July 10, 2018 13:40
Prediction struct contains vector of ProgEvent objects and vector of DataPoint objects
Refactor Predictor to return Prediction struct


Refactor-remove occurrence and prob matrices


Remove support, framework folders
Prediction struct still inside Predictor.h
- Describes the settings used by Travis CI to build GSAP and run tests.
* Add sleep to UDataTests::point and fix nearby

- test ocasionally fails on Travis, presumably due to a low res clock
- While here, changed catch(...) to catch the specific ex expected
- Also fixed return type of UData::updated
Fixes issue where GSAP wouldn't build on Mac
teubert and others added 30 commits January 27, 2020 13:21
* Removed unnecessary covariance get()

* Added comments to UKF
* Added Profile Load Estimator

* Fix Review comments
* Merged Models

* Fixed Tests

* Test fixes

* Fixed Templates

* Fix example
* Added Predicted System State

* Updated save pts

* Fixed Templates
Co-authored-by: Christopher Teubert <christopher.a.teubert@nasa.gov>
* Fix indicies issue

* Update tests
Co-authored-by: Jason Watkins <jason.watkins@nasa.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants