CreateGATrainer


Purpose

Creates a genetic algorithm training object

Function Declaration

function CreateGATrainer ( StgAlias : string; StgNetwork : string; FltMinWeight : real; FltMaxWeight : real; IntPopSize : integer ) : integer;

Arguments

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


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.