makeChungReynoldsFunction {smoof} | R Documentation |
Chung Reynolds Function
Description
The defintion is given by
f(\mathbf{x}) = \left(\sum_{i=1}^{n} \mathbf{x}_i^2\right)^2
with box-constraings \mathbf{x}_i \in [-100, 100], i = 1, \ldots, n
.
Usage
makeChungReynoldsFunction(dimensions)
Arguments
dimensions |
[ |
Value
[smoof_single_objective_function
]
References
C. J. Chung, R. G. Reynolds, CAEP: An Evolution-Based Tool for Real-Valued Func- tion Optimization Using Cultural Algorithms, International Journal on Artificial In- telligence Tool, vol. 7, no. 3, pp. 239-291, 1998.
[Package smoof version 1.6.0.3 Index]