Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 454 Bytes

ArchitectureEvolution

Peregrine

module load CMake
module load binutils

All platforms

git clone [email protected]:swom/ArchitectureEvolution.git
cd ArchitectureEvolution
git checkout # your branch
mkdir build
cd build
cmake ..
cmake --build .

This will generate the binary 'test' in 'build'.

TlDr

In this project we will study how different architecture evolution algorithms affect the outcome of an evolutionary process