Description Usage Arguments Value Author(s)
evaluate is a generic function that evaluates the test function instance for a collection of evaluation points.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | evaluate(object, x)
## S4 method for signature 'Rn_Gauss,matrix'
evaluate(object, x)
## S4 method for signature 'Rn_floorNorm,matrix'
evaluate(object, x)
## S4 method for signature 'standardSimplex_Dirichlet,matrix'
evaluate(object, x)
## S4 method for signature 'standardSimplex_exp_sum,matrix'
evaluate(object, x)
## S4 method for signature 'unitBall_normGauss,matrix'
evaluate(object, x)
## S4 method for signature 'unitBall_polynomial,matrix'
evaluate(object, x)
## S4 method for signature 'unitCube_cos2,matrix'
evaluate(object, x)
## S4 method for signature 'unitCube_floor,matrix'
evaluate(object, x)
## S4 method for signature 'unitSphere_innerProduct1,matrix'
evaluate(object, x)
## S4 method for signature 'unitSphere_polynomial,matrix'
evaluate(object, x)
|
object |
Test function that gets evaluated |
x |
Matrix where each row represents one evaluation point |
Vector where each element is an evaluation of the test function for a node point (row in x)
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.