The goal of PicEvo is to evolve a picture begin with random noise and ending at a simulacrum of a target picture.
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