Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).