JGAP

Package examples.gp.monalisa.core

Contains the core functionality of the Mona Lisa example

See:
          Description

Class Summary
ApplicationData Application data for the Mona Lisa example.
DrawingGPConfiguration Encapsulates the settings of the genetic algorithm.
DrawingGPProgramRunner Interprets the commands manifested within a GP Program.
DrawingProblem DrawingProblem encapsulates the GP configuration of the commands to use for composing a picture from polygons.
InitStrategy Initializes GP programs properly when they are created.
LMSFitnessFunction Computes the fitness of a program as the Least-Mean-Sqare distance between the image it generates and the target image.
NodeValidator Validates evolved nodes for the Mona Lisa painting problem.
 

Enum Summary
DrawingProblem.TerminalType TerminalType helps differentiate the terminals that have different ranges.
 

Package examples.gp.monalisa.core Description

Contains the core functionality of the Mona Lisa example


JGAP