Appendix: Resources

Accompanying this book is a set of resources that facilitate in understanding the ideas presented. It will help you get a flying start to mastering Genetic Programming.

Below are several ways to obtain the resources

Workshop

I you are lucky enough to find yourself at a workshop, there are probably a few memory sticks lying around that contain the resources. Grab one, copy workshop.tar.gz to your machine and extract it to a suitable folder of you choosing and you are good to go.

Download

Outside a workshop, you can retrieve a copy by downloading workshop.tar.gz from the following address: https://s3.amazonaws.com/darwins-challenge/workshop.tar.gz

Clone

It is also possible to clone the repository directly. Execute the following command

1 git clone --recursive https://github.com/darwins-challenge/workshop.git

This will setup a repository and all the submodules correctly.