Skip to content

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.

@jschueller
Copy link
Contributor

saving to a file is probably not the most flexible option, instead you can instrument the fitness method in the client code

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.

2 participants