Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvwese/networkjumpprocesses.jl
Julia package to facilitate the construction of JumpProblems on graphs.
https://github.com/timvwese/networkjumpprocesses.jl
discrete-event-simulation graph graphs julia julialang kinetics network networks stochastic-processes
Last synced: about 1 month ago
JSON representation
Julia package to facilitate the construction of JumpProblems on graphs.
- Host: GitHub
- URL: https://github.com/timvwese/networkjumpprocesses.jl
- Owner: TimVWese
- License: mit
- Created: 2023-03-17T12:52:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T14:00:01.000Z (8 months ago)
- Last Synced: 2024-04-14T07:11:36.009Z (7 months ago)
- Topics: discrete-event-simulation, graph, graphs, julia, julialang, kinetics, network, networks, stochastic-processes
- Language: Julia
- Homepage: https://timvwese.github.io/NetworkJumpProcesses.jl/
- Size: 295 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetworkJumpProcesses.jl
[![Build Status](https://github.com/TimVWese/NetworkJumpProcesses.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/TimVWese/NetworkJumpProcesses.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://timvwese.github.io/NetworkJumpProcesses.jl/dev/)Julia package to facilitate the construction of JumpProblems on graphs.
The idea is that the relationship between this package and the [JumpProcesses.jl](https://github.com/SciML/JumpProcesses.jl) package is similar to the relationship between [NetworkDynamics.jl](https://github.com/PIK-ICoNe/NetworkDynamics.jl) and [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl).## Get started
Install with```julia
using Pkg
Pkg.add("NetworkJumpProcesses")
```See the [example folder](https://github.com/TimVWese/NetworkJumpProcesses.jl/tree/main/examples) and [documentation](https://timvwese.github.io/NetworkJumpProcesses.jl/dev/) to get started.
## Disclaimer
The package is in an early stage.
Reporting of encountered bugs or desired functionality is appreciated, development aid even more so.