Struct PGAContext
Defined in File pgapack.h
Struct Documentation
-
struct PGAContext
Context Structure.
This is the central data structure, think of it as “self” in OO programming
Public Members
-
PGAAlgorithm ga
Pointer to algorithm data.
-
PGACOperations cops
C-Operations
-
PGAFortranOperations fops
Fortran-Operations
-
PGAParallel par
Parallel settings
-
PGAInitialize init
Initialization
-
PGAScratch scratch
Scratch space
-
PGARandomState rand1
Default random no generator state.
-
PGARandomState rand2
Alt random no generator state.
-
PGARandomState *randstate
Current random no state
-
PGAAlgorithm ga