Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 596 Bytes

#Simple Genetic Algorithm

TODO

  • Implement Tests
  • Measure time spent in each iteration

Summary

Uses matplotlib
Run the script as python main.py

It will create a file named result.txt where the results are going to be logged

It will print the iteration number and the number of the generation which reached the desired response

Number of iterations

Run the script as python main.py {\d} to specify the number of iterations
Example: python main.py 1 will run it once.
If there's no argument then it will run it 50 times as default.