Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 925 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 925 Bytes

genetic-drawer

demo

Generation: /target 100 ~6 [s] 300 1000 2000 3700 ~5 [min]
target gen 100 gen 300 gen 1000 gen 2000 gen 3700

generated with

🅐 = -rgb
🅓 = 330
🅔 = 2

execution

Run with -h or --help to see simple tutorial

./genetic-drawer.exe 🅐 🅑 🅒 🅓 🅔 🅕 🅖 🅗 🅘
where:
🅐 - image format: -rgb (24BPP) / -g (8BPP)
🅑 - path to target image
🅒 - path to output directory
🅓 - specimens count (> 0)
🅔 - parents count (> 0)
🅕 - save interval (> 0)
🅖 - image's width
🅗 - image's height
🅘 - threads count

cli compilation with g++:

g++ -std=c++11 -Iinclude/ src/*.cpp