Modeling of Species
The MicroGP model is found in model.py
The configs folder contains the different configurations.
Should the data be stored in different places and one would like to use the same config file, then please add a variable with the path to the folder containing the data. Currently, data_folder_path.py is containing the variable 'data_folder_path = "/path/to/data"' – should it not be created, please add the variable with your intended path.
Baseline models can be found under the models/baselines folder.
The butterfly and central park datasets are in the data folder.