Parabola2DErrFactory {xegaSelectGene}R Documentation

Factory for a randomly failing 2-dimensional quadratic parabola.

Description

This list of functions sets up the problem environment for a 2-dimensional quadratic parabola which produces an error with a probability of 0.5.

Usage

Parabola2DErrFactory()

Details

The factory contains examples of all functions which form the interface of a problem environment to the simple genetic algorithm with binary-coded genes of package xega.

Value

A problem environment represented as a list of functions:

Additional elements:

See Also

DelayedP

Other Problem Environments: DeJongF4Factory(), DelayedPFactory(), Parabola2DEarlyFactory(), Parabola2DFactory(), envXOR, lau15, newEnvXOR(), newTSP()

Examples

Parabola2DErr<-Parabola2DErrFactory()

[Package xegaSelectGene version 1.0.0.0 Index]