NewlFevalGenes {xegaSelectGene} | R Documentation |
NewlFevalGenes
returns
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
evaluation functions, this must be extended
by the constant (functions) needed to configure them.
NewlFevalGenes(penv)
penv |
A problem environment. |
The local configuration. A list of functions.
Parabola2D<-Parabola2DFactory()
lF<-NewlFevalGenes(Parabola2D)
lF$Max()