Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 368 Bytes

File metadata and controls

17 lines (10 loc) · 368 Bytes

HW-Evolution

Homework about evolution algorithms in python

Uses matplot, nltk, pandas

Note

To make python 3.9 run matplot, install numpy 1.19.3, and not 1.19.4

Additional Info

Don't forget to call nltk.download()

Based on genetics-experiments