makeMichalewiczFunction {smoof} | R Documentation |
Michalewicz Function
Description
Highly multimodal single-objective test function with local minima
with the formula:
The recommended value , which is used as a default in the
implementation.
Usage
makeMichalewiczFunction(dimensions, m = 10)
Arguments
dimensions |
[ |
m |
[ |
Value
[smoof_single_objective_function
]
Note
The location of the global optimum s varying based on both
the dimension and parameter and is thus not provided in the
implementation.
References
Michalewicz, Z.: Genetic Algorithms + Data Structures = Evolution Programs. Berlin, Heidelberg, New York: Springer-Verlag, 1992.
[Package smoof version 1.6.0.3 Index]