ParadisEO (PARAllel and DIStributed Evolving Objects) is a white-box object-oriented framework dedicated to the flexible design of metaheuristics. ParadisEO provides tools for the design of metaheuristics for multi-objective optimization. It also offers tools for the design of parallel and distributed metaheuristics.
ParadisEO is based on EO, this template-based, ANSI-C++ compliant computation library is portable. ParadisEO is distributed under the CeCill license and can be used under several environments thanks to the powerful CMake build process.
Requirements:
· CMake
· Doxygen
INSTALLATION:
· For TAR archive (.tar.gz), decompress ParadisEO in a terminal with:
tar xzf paradiseo-1.1.tar.gz
· For BZ2 archive (.bz2), decompress ParadisEO in a terminal with:
tar xvjf paradiseo-1.1.tar.bz2
· Go in the extacted directory
cd paradiseo-1.1
· Install ParadisEO Full Package (installation will be done in ParadisEO extracted directory). In a Bourne shell:
bash installParadiseo.sh ,if your shell is a "bash" one
sh installParadiseo.sh ,if your shell is a "sh" one
Product's homepage