adrian-kong / img-ga

Genetic Algorithm on image/media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic Algorithm

Genetic Algorithm implementation, recreates given image rendered using LWJGL library.

Note

Should have used a library over GPU for this, can't speed up more parallel tasks (?)

Using faster math (?), log operations are using LUT http://graphics.stanford.edu/~seander/bithacks.html#IntegerLogFloat

Demo

Build

mvn clean install

Probably something like:

java -jar output.jar

About

Genetic Algorithm on image/media


Languages

Language:Java 100.0%