mutUniformPruefer {mcMST} | R Documentation |
Uniform mutation for Pruefer code representation.
Description
mutUniformPruefer
replaces each component of a Pruefer code of length n - 2
with probability p
with a random node number between 1 and n.
Usage
mutUniformPruefer(ind, p = 1/length(ind))
Arguments
ind |
[ |
p |
[ |
Value
[integer
] Mutated Pruefer code.
See Also
Evolutionary multi-objective algorithm mcMSTEmoaZhou
Other mcMST EMOA mutators:
mutEdgeExchange()
,
mutKEdgeExchange()
,
mutSubforestMST()
,
mutSubgraphMST()
[Package mcMST version 1.1.1 Index]