Simple Genetic Algorithm: How to compile - GiorgosMethe/Soft-Robots-Novelty-Search GitHub Wiki
To compile this experiment you need Boost and Qtcore libraries installed at your system.
First go to GaDirectEncoding/galib247/ and run $ make install, this is going to install GAlib.
Before compiling the actual GA experiment make sure you have compiled VoxSim project.
Then, in GaDirectEncoding run:
mkdir build
cd build
cmake ..
make