@hackage hevolisa-dph0.0.1
Genetic Mona Lisa problem in Haskell - using Data Parallel Haskell
Categories
License
BSD-3-Clause
Maintainer
daniel.neun@gmx.de
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
Hevolisa is an application that tries to approximate a bitmap image with colored polygons. It draws a set of random polygons which are changed/mutated in small random steps. There is an error function which compares the bitmap created from the polygons with the original image. If the error between the images is smaller than before then the new image replaces the old. This is done over and over again.