ComplexNetworkSim 0.1.2
Simulation framework for agents connected in a (complex) network.
Downloads ↓ | Package Documentation
ComplexNetworkSim is a Python package for the simulation of agents connected in a complex network.
[update May 2012: documentation was temporarily offline, now available again: http://packages.python.org/ComplexNetworkSim ]
The framework can can create a virtual complex network with virtual agents that can interact with each other. This can be used for example to study the spread of an epidemic over this simulated network and compare it with a phenomenon in the real world. Agent-based simulation tools generally operate on a simple topology such as grids or lattices, but this framework goes beyond this limitation by providing support for simulation over complex topologies (i.e. any kind of non-regularly connected graph). In addition, this project is not limited to a static network, but also takes into account temporal networks, where processes can dynamically change the underlying network structure over time.
The package requires NetworkX and SimPy to run simulations. It also requires matplotlib (and NumPy) for the visualisations and optionally ImageMagick for animated .gif images.
Please see http://packages.python.org/ComplexNetworkSim for documentation, installation instructions, background information and how to get started using this package.
As this is my first project I would appreciate some feedback. Thanks! :)
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| ComplexNetworkSim-0.1.2.zip (md5) | Source | 2011-08-30 | 3MB | 359 | |
- Author: Joe Schaul
- Documentation: ComplexNetworkSim package documentation
- Home Page: http://packages.python.org/ComplexNetworkSim
- Keywords: networks,simulation,complex networks,discrete event simulation,temporal complex networks
- License: freeBSD
- Requires networkx, simpy, matplotlib
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Scientific/Engineering
- Package Index Owner: Joe.Schaul
- DOAP record: ComplexNetworkSim-0.1.2.xml
