random_rotation_matrix {soobench} | R Documentation |
d
-dimensional rotation matrix.The algorithm used to randomly create the rotation matrix is due to R Salomon (see reference). No guarantee is given that the generated rotation matricies are uniformly distributed in any sense.
random_rotation_matrix(d)
d |
Dimension of desired rotation matrix. |
A random d \times d rotation matrix.
Salomon R. Re-evaluating genetic algorithm performance under coordinate rotation of benchmark functions. A survey of some theoretical and practical aspects of genetic algorithms. Biosystems. 1996;39(3):263-78.