tgaclass.h

[Description]            [Macros]            [Types]            [Classes]            [Specials]

Description[Back]

This header file implements the basic Genetic Algorithm processing class. Nothimg more nothing less.

Macros[Back]

Name Description
DEFAULTFIRSTRESCALING default value for autoscaling feature. See also: TGACover.FirstRescaling, TFitness.CacluateScaling
DEFAULTRESCALEPERIOD defaultvalue for autoscaling feature. See also: TGACover.RescalePeriod, TFitness.CacluateScaling

Types[Back]

Name Description
TGAState the enum type of the states of TGACover

Classes[Back]

TGACover

Specials[Back]

There is a conditinal compilation, depending on the fact the NO_PVM macro is defined or not. If it is defined simulation of PVM is used instead of the real paralelization.

Reference ManualProject Antares