Learn R Programming

CEGO (version 2.4.3)

mutationBinaryCycle: Cycle Mutation for Bit-strings

Description

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

Usage

mutationBinaryCycle(population, parameters)

Value

mutated population

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