Write population/evolution stats to CSV; Matplotlib #3

Open
opened 2020-01-02 09:29:17 -08:00 by mike · 0 comments
Owner

It would be great if after each evolution, stats could be written to a CSV file (path configured by class method and/or config file):

  • Population size, elitism, mutation, and other evolution settings
  • Min / Max / Average / Median / Mode fitness for population

CSV could then be used to generate a chart using the python matplotlib library.

It would be great if after each evolution, stats could be written to a CSV file (path configured by class method and/or config file): * Population size, elitism, mutation, and other evolution settings * Min / Max / Average / Median / Mode fitness for population CSV could then be used to generate a chart using the python matplotlib library.
mike added the
enhancement
label 2020-01-02 09:29:17 -08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ai/genetic-bit-string-evolver#3
No description provided.