The simplest way to run a basic genetic programming experiment with Push is to override the included PushGP class. Using this class, you need only to implement two simple methods to create a basic PushGP experiment. One method sets up the PushInterpreter before running a fitness test, and the other inspects the interpreter after running the fitness test to determine the fitness of the output.
See the PushGP class for more information.