TF_michalewicz | R Documentation |
TF_michalewicz: Michalewicz function for evaluating a single point.
TF_michalewicz(x, m = 10)
x |
Input vector at which to evaluate. |
m |
Parameter for the michalewicz function |
Function output evaluated at x.
TF_michalewicz(rep(0,2))
TF_michalewicz(rep(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.