Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 701 Bytes

SETS

Smart Energy Trading System. This repository contains the components of a smart home trading system.

System architecture

The used jade environment is shown in the following figure.

All its components (Agent Classes) can be found in: https://github.com/k2703/SETS/tree/master/SET-Final

The prediction forecasting is provided via a fitted LSTM model provided via a web service. For an overview see the following picture:

The forecast service itself is provided as a standalone microservice and hence decoupled from the jade environment. The project is locate here: https://github.com/k2703/SETS/tree/master/lstm-forecast-api