View source: R/sof.michalewicz.R
makeMichalewiczFunction | R Documentation |
Highly multimodal single-objective test function with n!
local minima
with the formula:
f(\mathbf{x}) = -\sum_{i=1}^{n} \sin(\mathbf{x}_i) \cdot \left(\sin\left(\frac{i \cdot \mathbf{x}_i}{\pi}\right)\right)^{2m}.
The recommended value m = 10
, which is used as a default in the
implementation.
makeMichalewiczFunction(dimensions, m = 10)
dimensions |
[ |
m |
[ |
[smoof_single_objective_function
]
The location of the global optimum s varying based on both
the dimension and m
parameter and is thus not provided in the
implementation.
Michalewicz, Z.: Genetic Algorithms + Data Structures = Evolution Programs. Berlin, Heidelberg, New York: Springer-Verlag, 1992.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.