1. 02 Oct, 2018 1 commit
  2. 10 Aug, 2017 1 commit
  3. 15 Jul, 2017 1 commit
  4. 14 Jul, 2017 1 commit
  5. 04 Jul, 2017 1 commit
    • Clemens Krug's avatar
      BUGFIXES · 6fa4ac8b
      Clemens Krug authored
      ~ HotspotDistribution would lead to massive (more as intended) clustering over simulation time.
      ~ SearchDistanceThreshold did not increase.
      6fa4ac8b
  6. 29 Apr, 2017 1 commit
    • Clemens Krug's avatar
      Reworked the Node Debug Monitor · cb05b09c
      Clemens Krug authored
      + Made the node debug a standalone component similar to the Monitor class positioned properly inside the api and peerfact.
      + Added filtering capabilities
      + Added logging in some classes deep in the architecture the provide node information
      cb05b09c
  7. 17 Mar, 2017 1 commit
  8. 13 Mar, 2017 1 commit
  9. 01 Mar, 2017 1 commit
  10. 16 Feb, 2017 1 commit
  11. 13 Feb, 2017 1 commit
  12. 01 Feb, 2017 1 commit
    • Clemens Krug's avatar
      Spot Positioning / Spot Assignment / Visualisation / Movement · cf246933
      Clemens Krug authored
      Movement:
      + Added a multi-type movement model which allows changes of the movement-type mid-simulation per host
      
      Spot Positioning:
      + (Car)Positions of the actors can now be recorded and written to a CSV File which can then be used for the placement of the spots
      
      Spot Assignment:
      +Actors don't get a DummyLocation as SpotAssignment anymore, now actual Spots are assigned
      +First assignment strategy: Shortest distance assignment
      
      Visualisation:
      + Visualisation Layer
      + OnClick now displays the destination, the assigned Spot and the searchThreshold.
      cf246933