GitXplorerGitXplorer
J

PicEvo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Picture Evolver

Goals

The goal of PicEvo is to evolve a picture begin with random noise and ending at a simulacrum of a target picture.

Methods

The code creates a population of n Picture objects, which represent, as is obvious, a picture. A Picture is a grid of RandRGB pixels, which are not pixels in and of themselves but representations of possible pixels.

TODO: Finish these docs