eleow / roboadvisorSystem

Robo-advisor
MIT License
38 stars 12 forks source link

[User Experience] Add progress indicators for Genetic Algorithm runs #14

Closed eleow closed 4 years ago

eleow commented 4 years ago

Out of the box, there is no progress indicators for Genetic Algorithm (GA) when using DEAP.

To add progress bar using tqdm To add plot of statistics of population to see if values are converging

eleow commented 4 years ago

Adding progress bar and displaying them correctly was surprisingly tricky to do.. But finally managed to do it.

Also now a plot of min,max,average with generation will be plotted (average is shown by the red line, and the shaded area shows the bounds of min and max)

image