Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liorp/degroot_model
This project accompanies my M.Sc. thesis regarding p-DeGroot model. It offers simulation code for the process. It is written in Python.
https://github.com/liorp/degroot_model
degroot graph python
Last synced: about 2 months ago
JSON representation
This project accompanies my M.Sc. thesis regarding p-DeGroot model. It offers simulation code for the process. It is written in Python.
- Host: GitHub
- URL: https://github.com/liorp/degroot_model
- Owner: liorp
- Created: 2021-08-09T17:57:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T09:32:45.000Z (about 1 year ago)
- Last Synced: 2023-11-14T10:34:49.891Z (about 1 year ago)
- Topics: degroot, graph, python
- Language: Python
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p-DeGroot simulation
This repo contains simulation code for p-DeGroot model on finite graphs.
The file `minimize_lp_energy.py` (and the accompanying `SyncDegrootModel.py`) is intended for usage with general graphs, using `networkx`.
The file `lp_energy_torus_matrix.py` is intended for usage with the torus graphs (the grid Z_m\timesZ_n).