README.md

DOI

  ____                       _     _            _____ _                
 | __ ) _ __ __ _ _ __   ___| |__ (_)_ __   __ |_   _(_)_ __ ___   ___ 
 |  _ \| '__/ _` | '_ \ / __| '_ \| | '_ \ / _` || | | | '_ ` _ \ / _ \
 | |_) | | | (_| | | | | (__| | | | | | | | (_| || | | | | | | | |  __/
 |____/|_|  \__,_|_| |_|\___|_| |_|_|_| |_|\__, ||_| |_|_| |_| |_|\___|
                                           |___/                       

A Fast C++ implementation with an R interface to simulate ecological and evolutionary dynamics of adaptive branching in a full Gillespie simulation following the model of Dieckmann and Doebeli (1999, https://doi.org/10.1038/22521). This software was developed under as a IIASA YSSP 2009 summer project under the guidance of Ulf Dieckmann and Rupert Mazzucco.

Background on the project apperas in the following notebook entries:

INSTALL:

Requires: gcc+STL (build-essential), libpngwriter0-dev, libgsl0-dev, libiomp-dev

R-package install: R CMD INSTALL .

Free-standing C++ installation:

cd src/
make
make parallel

NOTES:



cboettig/AdaptiveDynamics documentation built on May 13, 2019, 2:06 p.m.