Module Interface



next up previous
Next: Expression Mutator Up: Toolkit Previous: User Interface

Module Interface

The various genetic programming problems are treated as plug-in modules to the toolkit. An interface between modules and the program was defined so that adding a new module consists of writing four procedures:

domutate_module
Takes an genome and performs a mutation
docross_module
Takes two genome and crossbreeds them
dopicture_module
Takes an genome and generates an image
doinspect_module
(Optional) Creates an inspector for the object type image



Tim Rowley
Wed Sep 14 09:25:53 CDT 1994