Skip to content

B0RJA/GAlib-mpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPI Implementation of the Genetic Algorithm Library GAlib

Installation and usage

  • Download the latest release
  • Compile with make (requires mpic++)
  • Run the example: mpirun -np 1 example seed 1234

The output must be:

GA result:
x = 7.861659, y = 7.861659

Dive in the library usage reading the example and visit http://lancet.mit.edu/ga/ for detailed documentation.

Any problems?

Feel free to write an issue if you have any questions or problems.

Copyright and license

This library is based on GAlib, available under a BSD-style license found in the COPYRIGHT file.

About

MPI Implementation of GAlib (Genetic Algorithm Library written in C)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors