Im using a genetic algorithm (witness.genetic from package "witness") to fit a model to a dataset. The current system time is taking 61 hours on this machine:
Intel Core i7-2640M CPU @ 2.80 GHz 2.80 GHz RAM: 4 GB OS: 64-bit windows
I want to speed up this process. In my research so far its seems there are memory issues both with storage of a vector (for a 64-bit ) and processing speed. Will improving my hardware help with speed up a genetic algorithm or the speed limited by the OS. IF the former, what aspects of my hardware should I focus on?