makeOperator: Construct evolutionary operator.

View source: R/makeOperator.R

makeOperatorR Documentation

Construct evolutionary operator.

Description

Helper function which constructs an evolutionary operator.

Usage

makeOperator(operator, supported = getAvailableRepresentations())

Arguments

operator

[function]
Actual operator.

supported

[character]
Vector of names of supported parameter representations. Possible choices: “permutation”, “float”, “binary” or “custom”.

Value

[ecr_operator] Operator object.

Note

In general you will not need this function, but rather one of its deriviatives like makeMutator or makeSelector.


ecr documentation built on March 31, 2023, 10:07 p.m.