Code Monkey home page Code Monkey logo

eoh's Introduction

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, [email protected], if you need further assistance. 



eoh's People

Contributors

henokyen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.