close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Aug 28, 2008, 4:58:12 PM (16 years ago)
- Author:
-
stkrause
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
11 | 11 | * targetMobilityDelay: Timespan in seconds between two actions. |
12 | 12 | * creationProbability, migrationProbability, removalProbability: Changes the probability of the actions taken when a number is drawn. Example: ''creationProbability=0.5, removalProbability=0.5, migrationProbability=0''. In this case, every ''targetMobilityDelay'' seconds a node is added or removed with a probability of 50%. Other example: ''creationProbability=0.6, removalProbability=0.4, migrationProbability=0''. In this example, nodes are created with a probability of 60% and removed with a probability of 40%. This will result in a constantly growing network. |
13 | | * Notes: This churn generator can be used to simulate static networks if all probabilities are set to 0. |
| 13 | * Parameter restriction: The sum of all probabilities must not exeed 1. |
| 14 | * Notes: This churn generator can be used to simulate static networks if all probabilities are set to 0. |
14 | 15 | * '''!LifetimeChurn''' |
15 | 16 | * Node behaviour: On creation of a node, his lifetime will be drawn randomly from a given probability function. When this time is reached, the node is removed. A new node will be created after a ''dead time'' drawn from the same probability function. |