Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V vadere
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 130
    • Issues 130
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.

  • vadere
  • vadere
  • Merge requests
  • !3
The source project of this merge request has been removed.

Source spawn distribution

Merged Ghost User requested to merge (removed):schoettl/source-spawn-distribution into develop Aug 29, 2016
  • Overview 0
  • Pipelines 0
  • Changes 5

This branch gets rid of the old spawn algorithm und uses the new one.

By default, the new spawn algorithm works like the old one: constant inter-spawn times.

The new algorithm can be configured to use different spawn distributions, e.g.

      "sources" : [ {
        "id" : 1,
        "shape" : {
           ...
        },
        "spawnDelay" : -1.0, /* this one does not exist anymore */
        "interSpawnTimeDistribution" : "org.apache.commons.math3.distribution.ExponentialDistribution",
        "distributionParameters" : [ 1.4 ], /* mean for exponential distribution: 1.4 s */
        "spawnNumber" : 1,
        ...

The default distribution is: org.vadere.state.scenario.ConstantDistribution

There is an automatic migration from "not a release" to version 0.1 which drops the spawnDelay property.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: schoettl/source-spawn-distribution

LRZ Homepage | Datenschutz | Dokumentation und Betriebsbedingungen | Impressum