makeExponentialFunction {smoof} | R Documentation |
Exponential Function
Description
This scalable test function is based on the definition
f(\mathbf{x}) = -\exp\left(-0.5 \sum_{i = 1}^{n} \mathbf{x}_i^2\right)
with the box-constraints \mathbf{x}_i \in [-1, 1], i = 1, \ldots, n
.
Usage
makeExponentialFunction(dimensions)
Arguments
dimensions |
[ |
Value
[smoof_single_objective_function
]
References
S. Rahnamyan, H. R. Tizhoosh, N. M. M. Salama, Opposition-Based Differential Evolution (ODE) with Variable Jumping Rate, IEEE Sympousim Foundations Com- putation Intelligence, Honolulu, HI, pp. 81-88, 2007.
[Package smoof version 1.6.0.3 Index]