Description Usage Arguments Value References See Also
View source: R/mutator.uniform.R
Each point is replaced (with probability pm
) by a point placed
uniformly at random in the Euclidean sub-space [0,1]^2.
1 | doUniformMutation(coords, pm = 0.1, ...)
|
coords |
[ |
pm |
[ |
... |
[any] |
[matrix
] Mutated coordinates.
Mersmann, O., Bischl, B., Bossek, J., Trautmann, H., Wagner, M., & Neumann, F. (2012). Local search and the traveling salesman problem: A feature-based characterization of problem hardness. Lecture Notes in Computer Science (Including Subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), 7219 LNCS, 115-129.
Other mutation operators: doAxisProjectionMutation
,
doClusterMutation
,
doCompressionMutation
,
doExpansionMutation
,
doExplosionMutation
,
doGridMutation
,
doImplosionMutation
,
doLinearProjectionMutation
,
doNormalMutation
,
doRotationMutation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.