Language Reference


Genetic Algorithm functions

GAEND call

terminates a genetic algorithm and frees memory resources

GAGETMEM call

gets requested members and objective values from the current solution population

GAGETVAL call

gets objective function values for a requested member of current solution population

GAINIT call

initializes the initial solution population

GAREEVAL call

reevaluates the objective function for all solutions in the current population

GASETCRO call

specifies a current crossover operator

GASETMUT call

specifies a current mutation operator

GASETOBJ call

specifies a current objective function

GASETSEL call

specifies a current selection parameters

GASETUP function

sets up a specific genetic algorithm optimization problem