mutUniformPruefer
replaces each component of a Pruefer code of length n - 2
with probability p
with a random node number between 1 and n.
mutUniformPruefer(ind, p = 1/length(ind))
[integer
] Mutated Pruefer code.
[integer
]
Pruefer code.
[numeric(1)
]
Probability of mutation of each component of ind
.
Default is 1 / length(ind)
.
Evolutionary multi-objective algorithm mcMSTEmoaZhou
Other mcMST EMOA mutators: mutEdgeExchange
,
mutSubgraphMST