Read population configuration from a config file #5

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

Isn't it annoying to have to manually change instantiation statements or defines and have to recompile and/or commit to a repo every time?

Why not read a config file for frequently tweaked population parameters, such as:

  • Initial population size
  • Settings for Elitism / Averagism / Inferiorism
  • Mutation rate and boundary behaviors
  • Breeding settings
  • etc
Isn't it annoying to have to manually change instantiation statements or defines and have to recompile and/or commit to a repo every time? Why not read a config file for frequently tweaked population parameters, such as: * Initial population size * Settings for Elitism / Averagism / Inferiorism * Mutation rate and boundary behaviors * Breeding settings * etc
mike added the
enhancement
label 2020-01-02 09:30:23 -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#5
No description provided.