Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 737 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 737 Bytes

Multi population evolution (mpev)

Overview

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.

Building

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 ..

To do

  • Display progress information on std::out
  • Tidy up & improve tests