makeBiSphereFunction | R Documentation |
Builds and returns the bi-objective Sphere test problem:
f(\mathbf{x}) = \left(\sum_{i=1}^{n} \mathbf{x}_i^2, \sum_{i=1}^{n} (\mathbf{x}_i - \mathbf{a})^2\right)
where
\mathbf{a} \in R^n
.
makeBiSphereFunction(dimensions, a = rep(0, dimensions))
dimensions |
[ |
a |
[ |
[smoof_multi_objective_function
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.