Commit Graph

11 Commits

Author SHA1 Message Date
1e61253b3b [add][fix] added output that can be run parallel to the simulation
- the output sleep waits for a full tick result
 - [fix] fixed the simulation to pass the correct gt parent if exists
2020-01-29 01:19:10 -06:00
fee44785d4 [mod][fix] modified the sim to not pass the entire shared memory
- [mod] this change should be faster at the cost of memory
 - each underlying call only gets the required data instead of everything
 - [mod] renamed Group param to better reflect its purpose
 - [mod] changed Time to incorporate the total duration as well
 - [fix] fixed shared memory mapping to match simulation
2020-01-29 01:19:10 -06:00
bd22a441f0 [fix] just removing unused case classes 2020-01-29 01:19:10 -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
00669fa9d3 [add] added full yml parsing to scala collection objects
- added a simple parsing test
 - added conversion utils for Any to Map and nested objects
 - added a quick indented printout util for scala collection objects
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
feb31da347 [add] added simple yml parsing 2020-01-29 01:19:10 -06:00
d1357ac099 [add] added gradle build files 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