Creates a genetic algorithm training object
function CreateGATrainer ( StgAlias : string; StgNetwork : string; FltMinWeight : real; FltMaxWeight : real; IntPopSize : integer ) : integer;
StgAlias : alias to assign the training object to
StgNetwork : alias of the network to train
FltMinWeight : minimum allowable weight value for the network
FltMaxWeight : maximum allowable weight value for the network
IntPopSize : GA population size
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.