solutionFunctionGeneratorBinary: Binary String Generator Function

View source: R/binaryOperators.R

solutionFunctionGeneratorBinaryR Documentation

Binary String Generator Function

Description

Returns a function that generates random bit-strings of length N. Can be used to create individuals of NK-Landscapes or other problems with binary representation.

Usage

solutionFunctionGeneratorBinary(N)

Arguments

N

length of the bit-strings

Value

returns a function, without any arguments


CEGO documentation built on May 29, 2024, 3:35 a.m.