Skip to content

Commit

Permalink
UnitTests: Changed activityDrivenModel conf file
Browse files Browse the repository at this point in the history
We now set the width of the distribution (before truncating)
for the reluctant agents to a smaller value, so that tests on
the CI are comparable

Co-authored-by: Moritz Sallermann <[email protected]>
  • Loading branch information
amritagos and MSallermann committed Mar 16, 2024
1 parent 9af0660 commit 6cbdfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/res/1bot_1agent_activity_prob.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mean_weights = false # Use the meanfield approximation of the network edges

reluctances = true # Assigns a "reluctance" (m_i) to each agent. By default; false and every agent has a reluctance of 1
reluctance_mean = 1.5 # Mean of distribution before drawing from a truncated normal distribution (default set to 1.0)
reluctance_sigma = 2.5 # Width of normal distribution (before truncating)
reluctance_sigma = 0.1 # Width of normal distribution (before truncating)
reluctance_eps = 0.01 # Minimum such that the normal distribution is truncated at this value
covariance_factor = 0.25 # Determines whether activities and reluctances will be correlated. If set to 0.0 (default) then they will not be correlated.

Expand Down

0 comments on commit 6cbdfc1

Please sign in to comment.