TF_ackley | R Documentation |
TF_ackley: Ackley function for evaluating a single point.
TF_ackley(x, a = 20, b = 0.2, c = 2 * pi)
x |
Input vector at which to evaluate. |
a |
A constant for ackley() |
b |
A constant for ackley() |
c |
A constant for ackley() |
Function output evaluated at x.
TF_ackley(c(0, 0)) # minimum of zero, hard to solve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.