Parabola2DEarlyFactory {xegaSelectGene}R Documentation

Factory for a 2-dimensional quadratic parabola with early termination check.

Description

This list of functions sets up the problem environment for a 2-dimensional quadratic parabola.

Usage

Parabola2DEarlyFactory()

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. This factory provides examples of a termination condition, a description function, and a solution function:

Value

A problem environment represented as a list of functions:

Additional elements:

See Also

DelayedP, Parabola2DErr

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

Examples

Parabola2D<-Parabola2DEarlyFactory()
Parabola2D$f(c(2.2, 1.0))

[Package xegaSelectGene version 1.0.0.0 Index]