close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 2 and Version 3 of OverSimChurn


Ignore:
Timestamp:
Aug 28, 2008, 4:58:12 PM (16 years ago)
Author:
stkrause
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimChurn

    v2 v3  
    1111       * targetMobilityDelay: Timespan in seconds between two actions.
    1212       * 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.
    1415* '''!LifetimeChurn'''
    1516   * 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.