Skip to content
Snippets Groups Projects
Commit ab35a7b5 authored by Britta Heymann's avatar Britta Heymann
Browse files

Adapt routing parameters to best found so far

As we already did in app.

refs #729
parent b222c05d
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