Skip to content

Conversation

swamikevala
Copy link

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.
When running the restore-dump, the mutation and recombination rates were
not being initialized, so were continuously zero. This has been fixed
now. Note that it does not save the evolution parameters state: It again
starts from random settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant