View source: R/sof.deflected.corrugated.spring.R
makeDeflectedCorrugatedSpringFunction | R Documentation |
Scalable single-objective test function based on the formula
f(\mathbf{x}) = 0.1 \sum_{i = 1}^{n} (x_i - \alpha)^2 - \cos\left(K \sqrt{\sum_{i = 1}^{n} (x_i - \alpha)^2}\right)
with \mathbf{x}_i \in [0, 2\alpha], i = 1, \ldots, n
and \alpha = K = 5
by default.
makeDeflectedCorrugatedSpringFunction(dimensions, K = 5, alpha = 5)
dimensions |
[ |
K |
[ |
alpha |
[ |
[smoof_single_objective_function
]
See https://al-roomi.org/benchmarks/unconstrained/n-dimensions/238-deflected-corrugated-spring-function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.