diff --git a/README.md b/README.md index 0584665..d1c7690 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ and [this paper presented at the second workshop on Open-ended evolution](http:/ - The version of Avida used for these experiments is here: [https://github.com/emilydolson/avida-empirical](https://github.com/emilydolson/avida-empirical) -- This NK Landscape code and the MODES toolbox itself are inside the [Empirical library](https://github.com/devosoft/Empirical). +- Some of the NK Landscape code and the MODES toolbox itself are inside the [Empirical library](https://github.com/devosoft/Empirical). The precise version of Empirical used in this paper is here: [https://github.com/emilydolson/Empirical/tree/OEE_metrics_paper_submission](https://github.com/emilydolson/Empirical/tree/OEE_metrics_paper_submission). ## Contents of this repository @@ -26,6 +26,7 @@ The precise version of Empirical used in this paper is here: [https://github.com - **Data**: This directory contains two csv files, one containing the nk landscape data (`nk_data.csv`) and one containing the Avida data (`avida_data.csv`). It also contains a markdown file explaining the columns. - **Analysis**: This directory contains an R-markdown file with all of the analysis code (and a little commentary), a version of the R-markdown file rendered to html (linked to above as supplmentary material), and a script for making flat violin plots (required for the rain cloud plots). - **Figs**: This directory contains the figures generated by the code in `analysis` so that the code in `paper` can access them. +- **Code**: This directory contains data analysis scripts and code for the NK Landscape experiments ## Tutorial on using our C++ implementation of the MODES Toolbox