solutionFunctionGeneratorBinary {CEGO} | R 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
[Package CEGO version 2.4.3 Index]