Skip to content
Snippets Groups Projects

Merge improvements into v2

46 files
+ 3310
335
Compare changes
  • Side-by-side
  • Inline

Files

# Add this file as argument if you want to use DisasterRouter
Group.router = DisasterRouter
DisasterRouter.powerThreshold = 0.1
# Parameters for rating mechanisms
@@ -21,8 +22,10 @@ UtilityMessageChooser.prophetPlusWeight = 0.5
UtilityMessageChooser.rdWeight = 0.35
UtilityMessageChooser.evWeight = 0.15
UtilityMessageChooser.messageUtilityThreshold = 0.45
# TODO: Comment in once implemented (v3)
# UtilityMessageChooser.powerThreshold = 0.1
UtilityMessageChooser.powerThreshold = 0.1
RescueModeMessageChooser.powerThreshold = 0.1
RescueModeMessageChooser.shortTimespanThreshold = 1800
# Parameters for prioritization
DisasterPrioritization.headStartThreshold = 300
@@ -30,6 +33,5 @@ DisasterPrioritization.priorityThreshold = 5
DisasterPrioritization.dpWeight = 0.5
# Parameters for buffer management
# ! TODO: Uncomment this once buffer management is implemented !
# DisasterBufferComparator.hopThreshold = 5
# DisasterBufferComparator.ageThreshold = 300
\ No newline at end of file
DisasterBufferComparator.hopThreshold = 6
DisasterBufferComparator.ageThreshold = 300
\ No newline at end of file
Loading