pagmo2 icon indicating copy to clipboard operation
pagmo2 copied to clipboard

Write generational output

Open kirbyherm opened this issue 1 year ago • 1 comments

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.

kirbyherm avatar Jun 01 '23 14:06 kirbyherm