GithubHelp home page GithubHelp logo

parallel_evolution-lib's Introduction

Parallel Evolution Library

Library to ease the implementation of evolutionary algorithms
[http://en.wikipedia.org/wiki/Evolutionary_computation] that use MPI
[http://en.wikipedia.org/wiki/Message_Passing_Interface] for its
parallelization [http://en.wikipedia.org/wiki/Parallel_computing].

Multiple different evolutionary algorithms can run in parallel and exchange
candidate solutions with each other.


HOWTO INSTALL THIS LIB FROM THE SOURCES 

 * Generate the './configure' script:

	$ libtoolize
	$ aclocal
	$ autoheader
	$ autoconf
	$ automake --add-missing

 * Configure and install:

	$ ./configure
	$ make
	# make install

If you want to buy me a coffee follow this link: https://ko-fi.com/M4M09AL6

parallel_evolution-lib's People

Contributors

frt avatar

Watchers

 avatar

parallel_evolution-lib's Issues

Configurable Log Level

Put a variable in the configurations file to hold one of these options:

// "emerg" (0), "alert" (1), "crit" (2), "err" (3), "warning" (4), "notice" (5), "info" (6), "debug" (7)
#define LOG_PRIORITY_EMERG      0
#define LOG_PRIORITY_ALERT      1
#define LOG_PRIORITY_CRIT       2
#define LOG_PRIORITY_ERR        3
#define LOG_PRIORITY_WARNING    4
#define LOG_PRIORITY_NOTICE     5
#define LOG_PRIORITY_INFO       6
#define LOG_PRIORITY_DEBUG      7

And use this configuration in the parallel_evolution_log().

Save Reports in Files

A script to filter the output o Parallel Evolution wich are all in the stdout and save in separate files for logs and results for each node and one for the summary of all nodes.

A Bash or a Python script, what's easier.

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.