GitXplorerGitXplorer
J

PicEvo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a2530114b3f9da0f4316b5819b1f3f1c797bf545

Add README

committed 9 years ago
Unverified
0b1b4e0b9fdb295f5ccf0823f99bae4defd8c032

add Gene object

committed 9 years ago
Unverified
280ab84a74803f883d085339e75c6a320c2be00f

Init repo

committed 9 years ago

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