Tagged Questions
3
votes
0answers
140 views
Genetic Algorithm in Python
I'm a new programmer, so any help is advised. Preferably to make it faster, avoid heavy memory usage and so on.
EDIT:
Updated the code, now including a functional test program.
Fixed the PEP-8 ...