Mutation operator for byte representation of double values
This function is a C++ wrapper for mutating byte representation of a given candidate solution
ByteCodeMutationUsingDoubles(d, pmutation)
d
: A vector of doublespmutation
: Probability of mutationDouble vector of mutated solution
set.seed(1246) print(pi) print(exp(1)) new.var <- ByteCodeMutationUsingDoubles(c(pi, exp(1)), 0.10) print(new.var)
Mehmet Hakan Satman - mhsatman@istanbul.edu.tr
ByteCodeMutation
Useful links