GSAP v1.1.0
Changes:
- Added Particle Filter Observer
- Created Load Estimator Interface
- Provide const, moving average load estimators
- Added OpenMP Support to MonteCarloPredictor (enable using UseOpenMP flag when running CMake)
- Model Improvement
- Removed duplicate information in input/output (now hard coded for models)
- Sensor data name masking in models
- Improved Battery Model Efficiency
- Added ability send commands (start, stop, pause, resume) through ProgManager without prompt
- Added support for layered configMaps
- Moved input, output, and event declaration from configuration file to model class declaration
- ConfigMap can now load command line arguments (argc, argv)
- Fixed factory auto registration
- Added Model-Based Prognoser benchmarking tool
- Improved error handling in prognoser
- Fixed faulty Matrix:diagonal
- Other small bug fixes