Description for class PushInterpreter:
Summary: an interface to the Push programming language.
The PushInterpreter object is used to setup and run programs in the Push programming language, a language developed specifically for evolutionary computation.
Push is useful in breve for evolving evolved agent behaviors. The steve language, in which users write simulations, is a high level language which is not well suited for evolutionary computation. The Push language, on the other hand, is designed from the ground up for evolutionary computation.
More information about Push is available here.
Inherits from Object
Full API documentation for the class PushInterpreter: