GATrainANN


Purpose

Performs genetic algorithm training with the specified training object.

Function Declaration

function GATrainANN ( StgAlias : string; StgData : string; IntGenerations : integer; FltMutation : real; IntSelection : integer; BlnElitism : boolean; BlnNormalisation : boolean; FltTerminating : real ) : integer;

Arguments

StgAlias : alias of the trianing object
StgData : alias of the training data object
IntGenerations : number of generations to train for
FltMutation : mutation rate
IntSelection : seletion strategy used. Constants TOURNAMENT or ROULETTE are available
BlnElitism : indicates the use of elitism in the GA
BlnNormalisation : indicates the use of fitness normalisation in the GA
FltTerminating : terminating RMS error for the training


return to main page


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