solettaproject / soletta-machine-learning

Soletta Machine Learning is an open source machine learning library focused on development of IoT projects. It provides API to handle with client side AI and an easy to use flow-based Soletta module. Supports neural networks and fuzzy logic learning and can be easily extended to support others.
Apache License 2.0
25 stars 16 forks source link

pr with commits related to: Create infra to save and load debug data #45

Closed otaviobp closed 9 years ago

otaviobp commented 9 years ago

Add a method to save to a file all calls to functions that change the state of the current engine and a method to load this file and reproduce the saved changes.

This is used to reproduce a sml execution for debug purposes. All data saved to inputs and outputs, predicted values and variables adds/removals/disabled are saved.

Signed-off-by: Otavio Pontes otavio.pontes@intel.com