GA icon indicating copy to clipboard operation
GA copied to clipboard

An R package for optimization using genetic algorithms

Results 12 GA issues
Sort by recently updated
recently updated
newest added

I am trying to install GA in a CentOS cluster (I do not have admin privileges) but getting the following error: ``` > install_github("luca-scr/GA", build = TRUE, build_opts = c("--no-resave-data",...

I have memory usage spike issue that causes crashing when running the GA function, both for parallel and non-parallel run. Then I make a simple fitness function that will return...