- Put a image and enjoy how the algorithm works to copy the image
- You should put 3 parameters
- -np : how many population you want to make
- -ng : how many generations you want to continue
- -path : put you .jpg file path
python3 genetic_algorithm_img.py -np 100 -ng 10000 -path "Bigger-Splash.jpg"
| Original | Genetic_algorithm |
|---|---|