/General.jl

Graphs.jl and NetworkDynamics.jl extensions

Primary LanguageJuliaThe UnlicenseUnlicense

Build Status Docs

General.jl

This badly named package adds some functions to ease my research. They are mainly extensions to Graphs.jl (more network models, IO) and NetworkDynamics.jl (some simple vertex and edge dynamics, multiplex supporty).

Contents

This package provides among others

  • Network models
    • Scale-free configuration
    • Stochastic spatial
  • Network IO
  • Basic StaticEdges to use in network_dynamics
  • Functionality to work with multiplex networks in NetworkDynamics

See the docs for full functionality.

Installation

Due to heavy tailorization towards my own needs, the package is not included in any registry an can thus be installed by

pkg> add https://github.com/TimVWese/General.jl

However it may be better to localize the relevant parts of the source code you need and copy them (without conditions or liability, see the (un)license), since the complete package might be bloated.