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 5
    • Merge requests 5
  • 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
  • vadere
  • vadere
  • Merge requests
  • !177

Generalize sources

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Christina Maria Mayr requested to merge hm-koester-lectures/promodsim2020/team-3/vadere:generalize_source into master Nov 26, 2021
  • Overview 0
  • Commits 87
  • Pipelines 0
  • Changes 425

Currently, agents are spawned

  • according to a Poisson process (PoissonDistribution, NegativeExponentialDistribution)
  • in a repetitive manner (UniformDistribution) Hence, only distributions were available.

Now, three spawning procedures are available:

  • Distributions
  • Different distributions over time
  • Time series Therefore, the sources have been generalized. Examples:
  "interSpawnTimeDistribution" : "constant",
        "distributionParameters" : {
          "updateFrequency" : 1.0
        },
  "interSpawnTimeDistribution" : "timeSeries",
        "distributionParameters" : {
          "..." : [2,4,5,0,4]
        },
Edited Dec 14, 2021 by Christina Maria Mayr
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: generalize_source

LRZ Homepage | Datenschutz | Dokumentation und Betriebsbedingungen | Impressum