"Use the Smalltalk code below to fileIn the GPEIST environment.
A data file -- gpeist -- is also provided which, when opened, 
can be used as an example run of the ant foraging problem."

	#(
		'GA.st' 
		'GAEnv.st' 
		'GAObj.st' 
		'GAUI.st' 
		'padded.st' 
		'closeNoT.st' 
		'TBrowser.st'
		'psprint.st'
	) do: [:f | (Filename named: f) fileIn].

"Use the command below in order to open a window which can 
be used to control GP experiments."

"GASTE open"
