Skip to content

COMP5400 BEAST code - Bioinspired Evolutionary Agent-Based Simulation Toolkit

License

Notifications You must be signed in to change notification settings

IslamTagi/BEAST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEAST

To install, compile and run BEAST on Linux (tested on Red Hat RHL9) follow the following steps:

git clone git@github.com:uol-school-of-computing/BEAST.git

cd BEAST

mkdir build

cd build

cmake ..

make -j 16

cd app

./beast ../projects/libdemos.so

About

COMP5400 BEAST code - Bioinspired Evolutionary Agent-Based Simulation Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%