Skip to content
Snippets Groups Projects
Commit e3be6228 authored by Melanie Bruns's avatar Melanie Bruns
Browse files

Merge branch 'feature-#729-best-parameters' into 'master'

Adapt routing parameters to best found so far

See merge request !161
parents b222c05d ab35a7b5
No related branches found
No related tags found
1 merge request!161Adapt routing parameters to best found so far
Pipeline #
......@@ -11,16 +11,16 @@ DeliveryPredictabilityStorage.dpBeta = 0.25
DeliveryPredictabilityStorage.windowLength = 30
EncounterValue.agingFactor = 0.85
EncounterValue.windowLength = 120
EncounterValue.windowLength = 360
ReplicationsDensity.windowLength = 120
ReplicationsDensity.windowLength = 360
# Parameters for message choosing
UtilityMessageChooser.dpWeight = 0.9
UtilityMessageChooser.powerWeight = 0.1
UtilityMessageChooser.prophetPlusWeight = 0.5
UtilityMessageChooser.rdWeight = 0.35
UtilityMessageChooser.evWeight = 0.15
UtilityMessageChooser.rdWeight = 0.2
UtilityMessageChooser.evWeight = 0.3
UtilityMessageChooser.messageUtilityThreshold = 0.45
UtilityMessageChooser.powerThreshold = 0.1
......
  • Contributor

    SonarQube analysis reported no issues.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment