Giter Site home page Giter Site logo

descarwin's Introduction

README
~~~~~~

DESCARWIN is concerned with the hybridization of Descartes (AI planning) and Darwin (Evolutionary Computation) in order to designing satisficing planners.

Here are the steps to build the project:

------------
COMMON STEPS
------------

 * copy the file $ROOT/install-dist.cmake and rename to $ROOT/install.cmake

1) EO:
 * edit the file $ROOT/install.cmake and define the variable EO_DIR
 * ensure to compile yourself openmpi statically and define the variable MPI_DIR
 * ensure to compile yourself boost::mpi statically and define the variables BOOST_*

2) use one of the scripts available to build the project (cf. build_gcc_linux_*)

3) go to the new directory created (cf. release, debug, ...)

4) Location of the generated binaries and libraries:
 * dae binaries are available in the directory dae,
 * cpt-yahsp binaries in cpt-yahsp directory,
 * all the libraries are in lib directory.

 ---------------------------
 AVAILABLE OPTIONS FOR CMAKE
 ---------------------------

You can launch cmake with these options in order to customize your version of dae :
"-DCMAKE_BUILD_TYPE=Debug" : compilation in debug mode. Without this option, release mode is default.
"-DDAE_WITH_MPI=yes" : compilation with OpenMPI and Boost::MPI to ensure dae parallelization.
"-DCPT_WITH_MP=yes" : compilation of cpt-yahsp with OpenMP (shared memory solution for parallelization).
"-DCPT_WITH_MPI=yes" : comilation of cpt-yahsp with OpenMPI (messsage passage interface for parallelization).

descarwin's People

Contributors

jdreo avatar psaveant avatar bnjbvr avatar canercandan avatar evomarc 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.