With the most recent updates to CAF, the interface for actors has changed from version 0.18.6 in which Summa-Actors is currently based on.
We need to update the actor implementations in Summa-Actors to reflect the changes.
Currently the core functionality should be working in the branch: caf_v1_changes
Core functionality includes:
Asynchronous mode, where GRUs run independently from each other.
Data-Assimilation Mode, where all GRUs must run a timestep before moving onto the next. The distributed features do not work and this is for a single node.
With the most recent updates to CAF, the interface for actors has changed from version 0.18.6 in which Summa-Actors is currently based on.
We need to update the actor implementations in Summa-Actors to reflect the changes. Currently the core functionality should be working in the branch: caf_v1_changes
Core functionality includes: