Implemented functionality to save intermediate state of genetic
algorithm, so that we can restart from the same point we left off - by
dumping full genetic population after each generation. Useful in the
event of lost db connection or computer crashing.
Implemented functionality to save intermediate state of genetic algorithm, so that we can restart from the same point we left off - by dumping full genetic population after each generation. Useful in the event of lost db connection or computer crashing.