Skip to content

Releases: jayasanka-sack/adaptive-learning-manager

v2.0.0

30 Jan 07:23
b1b888b
Compare
Choose a tag to compare
  • Remove the concept of devices (clients should only send the goal and the available inputs)
  • Remove prolog. (As we remove the custom rule functionality from ALF. We no longer need prolog)
  • Move goals into a separate file. Now it's easy to add a new goal
  • Change the structure of the model configuration file. (Also renamed it to model_config.json)
  • Write unit tests
  • Separate Adaptation manager and the Prediction Service
  • Introduce a new function adapt() to handle the feedback loop
  • Add a GitHub action to run tests against commits
  • Rename /monitor endpoint to /context
  • Renamed sensors to inputs
  • Update the example application
  • Update the readme

v2.0.1

30 Jan 11:47
Compare
Choose a tag to compare
  • Refactor directory namings
  • Fix docker issue

Full Changelog: v2.0.0...v.2.0.1

v1.0.0

26 Jan 15:21
8b998a1
Compare
Choose a tag to compare

Initial release.