The code based used to produce the paper on Evolutionary Orgin of Hierarchy
License
henokyen/EOH
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This repository consists the c++ source code that led to the publication of the paper "The evolutionary origins of hierarchy". The program runs on the sferes framework. Thus, sferes must be configured and built on your system thought the WAF building system First, download sferes from https://github.com/sferes2/sferes2. To configure sferes run this command (Assuming that sferes is downloaded at /home/$USER/, which is your home directory). ./waf configure --boost-include=/home/$USER/sferes/include/ --boost-libs=/home/$USER/sferes/lib/ --eigen Then build sferes via ./waf build Experiments from the paper are placed in the folder: sferes/sferes2/trunk/exp To compile an experiment, run the following command from sferes/sferes2/trunk/: ./waf --exp NAME_OF_EXPERIMENT For example to compile the main experiment from “The evolutionary origins of hierarchy paper”, run this command: ./waf --exp modularity The executable should be placed in the folder: sferes/sferes2/trunk/build/debug/exp/modularity Please email me, henok.sahilu2006@gmail.com, if you need further assistance.
About
The code based used to produce the paper on Evolutionary Orgin of Hierarchy
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published