mutationBinaryCycle: Cycle Mutation for Bit-strings

Description Usage Arguments Value

View source: R/binaryOperators.R

Description

Given a population of bit-strings, this function mutates all individuals by cyclical shifting the string to the right or left.

Usage

1
mutationBinaryCycle(population, parameters)

Arguments

population

List of bit-strings

parameters

list of parameters: parameters$mutationRate => mutation rate, specifying number of bits flipped. Should be in range between zero and one

Value

mutated population


CEGO documentation built on May 14, 2021, 1:08 a.m.