15 Commits

Author SHA1 Message Date
112683ea42 [add][mod] added output files and modified config
- added OutputFile class to library
 - [mod] use file from arg as config if exists
 - [mod] added readme text
2020-01-29 03:43:51 -06:00
8f47875cd7 [add] added missing block parsing
- added mergeMaps function to library
 - added block function to Cell class
2020-01-29 01:19:11 -06:00
926b8c0efb [mod] added back baseline cells
- this is only for demonstrating purposes
 - output print the gt of baseline for each configured cell
2020-01-29 01:19:11 -06:00
b427ca2233 [mod] modified output and config
- output parent display now shows all parent types
 - sensor count in config block is now a multiple of the cells
2020-01-29 01:19:11 -06:00
646bea1117 [mod] changed behaviour name and modified config
- use modifier in config
 - removed unused sensors
2020-01-29 01:19:11 -06:00
33d93bfc39 [add][fix] added baseline group in config
- [fix] fixed some formating errors
2020-01-29 01:19:11 -06:00
b264e0dba9 [add][fix] added numberUtil and behaviourUtil to library
- numberUtil adds functions to Double
 - behaviourUtil adds functions to Option[FunctionArgs]
 - [add] getParam function to FunctionArgs case class
 - [fix] fixed typo in config
2020-01-29 01:19:11 -06:00
60aa97d9fc [add] added full configuration file 2020-01-29 01:19:11 -06:00
86e383922d [mod][fix] modified config to be more sane and fixed output thread 2020-01-29 01:19:11 -06:00
a7817d04ec [add] added configuration mapping to parser 2020-01-29 01:19:11 -06:00
8c47396964 [add] added example for location based sensor defect
- args in a behaviour allow for a simulation of a location based defect
 - allows for the defect to happen inside the same group
2020-01-29 01:19:10 -06:00
32438ef5b8 [add] multiple commits merged
# Conflicts:
#	docs/wiki/config/config.yml
#	src/main/scala/scim/Main.scala
#	src/main/scala/scim/archive/Elements.scala
#	src/main/scala/scim/archive/GroundTruth.scala
#	src/main/scala/scim/datastruct/Configuration.scala
#	src/main/scala/scim/lib/Concurrency.scala
2020-01-29 01:19:10 -06:00
575ae2a14a [fix] fixed typo and error in config description 2020-01-29 01:19:10 -06:00
1b2f23670a [fix] fixed wrong whitespaces in config.yml 2020-01-29 01:19:10 -06:00
a50b386cad [add] added initial configuration wiki entry 2020-01-29 01:19:10 -06:00