Inside the "srbench" folder are instructions to run the SRBench experiment.

Inside the "htssr" folder are instructions to run the other experiments.

General instructions below.

Pre-requisites: conda-forge, pip, python>=3.10

Consider "./" to be the directory of this file.

Create a conda environment from the "./environment.yml" file.
  conda env create -f environment.yml
Activate the created environment.
  conda activate srbench-htssr

Follow the instructions on the PMLB repo to download the Feynman and Strogatz datasets:
  https://github.com/EpistasisLab/pmlb
The "pmlb" folder must be inside "./srbench/"
