Skip to content

Distributed parallel evolutionary computation library based on MPI.

Notifications You must be signed in to change notification settings

frt/parallel_evolution-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Evolution Library

Library to ease the implementation of evolutionary algorithms
[http:https://en.wikipedia.org/wiki/Evolutionary_computation] that use MPI
[http:https://en.wikipedia.org/wiki/Message_Passing_Interface] for its
parallelization [http:https://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

About

Distributed parallel evolutionary computation library based on MPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published