-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Several output additions and improvements. (#103)
* feat: Several output additions and improvements. - Fixed an issue where metric sets were not finalised at the end of a model run. - Added a new Memory output and associated recorder. This recorder stores data in memory. - Add new functions to Recorder API to allow accessing an aggregated metric. - Additional work is needed to give access to different levels of aggregation. - Currently only the new Memory recorder supports this API. - The order of the aggregation operations probably needs looking at. - Changed serialised format of OutputMetric. This will allow it it eventually contain additional information. - Changed serialised format of MetricAggFunc. Again, this will allow definition of functions with additional arguments. - Added CountNonZero aggregation function.
- Loading branch information
Showing
29 changed files
with
892 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.