https://github.com/mpadge/netpop
Simluations of populations reproducing and moving throughout different kinds of networks
https://github.com/mpadge/netpop
Last synced: 4 days ago
JSON representation
Simluations of populations reproducing and moving throughout different kinds of networks
- Host: GitHub
- URL: https://github.com/mpadge/netpop
- Owner: mpadge
- License: gpl-3.0
- Created: 2015-12-11T11:08:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T21:15:24.000Z (over 9 years ago)
- Last Synced: 2025-04-08T16:54:47.394Z (2 months ago)
- Language: C++
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netpop
Simluations of populations reproducing and moving throughout different kinds of
networks of 2, 3, 4, and 25 nodes.Two nodes are theoretical values calculated with an R script; all others are C++
simulations. Three-node networks are triangular; there are four different
four-node networks; and there are two different kinds of 25-node networks:
dendritic and lattice, with their own separate routines.### NOTE:
These are the final versions used to produce the figures for initial submission
(24th Feb, 2016) - commit#5ec4c1c### build:
1. cd ./build
2. cmake ..
3. make[](https://travis-ci.org/mpadge/netpop)