makeOperator function

Construct evolutionary operator.

Construct evolutionary operator.

Helper function which constructs an evolutionary operator.

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 .

Returns

[ecr_operator] Operator object.

Note

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

  • Maintainer: Jakob Bossek
  • License: GPL-3
  • Last published: 2023-03-08