Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write generational output #552

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

kirbyherm
Copy link
Contributor

So I have a particular problem where I would like to save ALL the outputs from the evolutionary algorithm I'm using, not just the final population. I have hardcoded a method for implementing this, where I simply save the population at each generation to a csv file.

Adding this PR here mainly to ask if this would be a worthwhile implementation to add across the board (either as an additional parameter, or as an additional public function similar to set_verbosity().

As is, I would not pull this in but was wondering if it was worth developing further.

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.

None yet

1 participant