Skip to content

hedi-sel/DNA_PredatorPrey

Repository files navigation

Requirements

  • CMake (3.15+), g++-7 (C++ 11 standard)
  • Boost Library (1_70+ recommended)
  • CUDA Compatible Graphics card, adn CUDA toolkit (7.0). Tested with Ubuntu 18 on the Nvidia Titan V

Optional

* Python 3.6, with the following modules: * Numpy * Matplotlib * OS * Imagick package (sudo apt-get install imagemagick)

Building

Linux

./bootstrap.sh
cd build/
cmake ../   
make

Run

run/predatorPrey

Or if you want to directly plot the results:

../run.sh

Plot results

To plot the results as a series of graphs, in the plot/ subdirectory:

python3 Ploter.py

To make a clip out of the ploted graphs

makegif.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published