powered by
This function is a C++ wrapper for mutating byte representation of a given candidate solution
ByteCodeMutation(bytes1, pmutation)
Byte vector of mutated solution
A vector of bytes of a candidate solution
Probability of mutation
Mehmet Hakan Satman - mhsatman@istanbul.edu.tr
ByteCodeMutationUsingDoubles
set.seed(1246) print(pi) bytes <- DoubleToBytes(pi) mutated.bytes <- ByteCodeMutation(bytes, 0.10) new.var <- BytesToDouble(mutated.bytes) print(new.var)
Run the code above in your browser using DataLab