lFxegaPermGene | R Documentation |
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.
lFxegaPermGene
An object of class list
of length 21.
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
and SelectMate
.
for gene representation specific special functions:
lf$InitGene
, lF$DecodeGene
, lf$EvalGene
lf$ReplicateGene
, ...
Other Configuration:
xegaPermCrossoverFactory()
,
xegaPermMutationFactory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.