An evolutionary computing framework to support experimentation with coevolution and multiple populations in particular. Being developed, in part, to support my final year project at the University of York.
Uses C++17 CMakeLists.txt will download googletest (https://github.com/google/googletest)
cpptoml folly glog
Tested on MacOS High Sierra with Clang 5.0.0 installed from brew
mkdir build && cd build && cmake -D CMAKE_CXX_COMPILER=/usr/local/Cellar/llvm/5.0.0/bin/clang++ -D CMAKE_C_COMPILER=/usr/local/Cellar/llvm/5.0.0/bin/clang ..
- Display progress information on std::out
- Tidy up & improve tests