NewlFevalGenes {xegaSelectGene}R Documentation

Generate local functions and objects

Description

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.

Usage

NewlFevalGenes(penv)

Arguments

penv

A problem environment.

Value

The local configuration. A list of functions.

Examples

Parabola2D<-Parabola2DFactory()
lF<-NewlFevalGenes(Parabola2D)
lF$Max()

[Package xegaSelectGene version 1.0.0.0 Index]