Package geneticWedge.gp.display

Contains classes that display tree-representations of Individuals.

See:
          Description

Class Summary
DisplayTree DisplayTree is a demo program that displays randomly generated GP trees in a TreeFrame.
TreeFrame TreeFrame is a JFrame that holds a TreePanel and displays GP trees.
TreePanel TreePanel is a JPanel that draws GP trees onto itself.
UpdateFrame UpdateFrame updates a TreeFrame by replacing the displayed Individual with a new randomly generated Individual at 3-second intervals.
 

Package geneticWedge.gp.display Description

Contains classes that display tree-representations of Individuals.