| lFxegaDfGene | R Documentation |
lFxegaDfGene() is
the list of functions containing
a definition of all local objects required for the use
of evaluation functions. We reference this object
as local configuration. When adding additional
functions, this list must be extended
by the constant (functions) needed to configure them.
lFxegaDfGene
An object of class list of length 32.
We use the local configuration for:
Replacing all constants with constant functions.
Rationale: We need one formal argument (the local function list lF)
and we can dispatch multiple functions. E.g., lF$verbose().
Dynamically binding a local function with a definition from a
proper function factory. E.g., the selection methods
lF$SelectGene() and lF$SelectMate().
Gene representations requiring special functions to handle them:
lF$InitGene(), lF$DecodeGene(), lF$EvalGene(),
lF$ReplicateGene(), ...
Other Configuration:
xegaDfCrossoverFactory(),
xegaDfGeneMapFactory(),
xegaDfMutationFactory(),
xegaDfReplicationFactory(),
xegaDfScaleFactorFactory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.