Skip to content
Snippets Groups Projects

Change buffer management to a weighted function

4 files
+ 138
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -34,4 +34,5 @@ DisasterPrioritization.dpWeight = 0.5
# Parameters for buffer management
DisasterBufferComparator.hopThreshold = 6
DisasterBufferComparator.ageThreshold = 300
\ No newline at end of file
DisasterBufferComparator.ageThreshold = 300
DisasterBufferComparator.dpWeight = 1
\ No newline at end of file
Loading