lFxegaPermGene {xegaPermGene} | R Documentation |
Generate local functions and objects.
Description
lFxegaPermGene
is a list of functions
which contains a definition of all local objects
required for the use of genetic operators with the
We refer to this object as local configuration.
Usage
lFxegaPermGene
Format
An object of class list
of length 21.
Details
We use the local function list (the local configuration) for
-
replacing all constants by constant functions.
Rationale: We need one formal argument (the local function list lF) and we can dispatch multiple functions. E.g.
lF$verbose()
-
for dynamically binding a local function with a definition from a proper function factory. E.g. the selection methods
lf$SelectGene
andSelectMate
. for gene representation specific special functions:
lf$InitGene
,lF$DecodeGene
,lf$EvalGene
lf$ReplicateGene
, ...
See Also
Other Configuration:
xegaPermCrossoverFactory()
,
xegaPermMutationFactory()