GAlib-mpi icon indicating copy to clipboard operation
GAlib-mpi copied to clipboard

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

Results 2 GAlib-mpi issues
Sort by recently updated
recently updated
newest added

In order to Get the other three Genetic Algorithms work with MPI GASStateGA.C: GAIncGA.C: ADD // Pass mpi_tasks and mpi_rank to the population class. pop->mpi_tasks(vmpi_tasks); pop->mpi_rank(vmpi_rank); AFTER GARandomSeed(seed); GADemeGA.C: ADD...

https://github.com/hoehrmann/pngwolf/issues/6‎ Error: GA1DArrayGenome.C:225:3: error: use of undeclared identifier 'initializer' initializer(GA1DArrayAlleleGenome::DEFAULT_1DARRAY_ALLELE_INITIALIZER); Same issue here. I was able to compile with clang on OS 10.9 by following a tip found at http://clang.debian.net/status.php?version=3.3&key=USE_OF_UNDECLARED_IDENTIFIER...