Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 358 Bytes

File metadata and controls

12 lines (8 loc) · 358 Bytes

EVOLUTIONARY ALGORITHM.

Python 3 with Pillow library is used.

To run program:

  • Install python 3 and Pillow library -- pip3 install PIL
  • Run python3 main.py <input_file_name.ext>

Output image will be saved in the file output with input file extension.

To change some constants, i.e population size, edit it manually in the source code file.