Skip to content

kbegiedza/genetic-drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

93 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Image drawing with genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published