evaluate: Evaluate test function instance for a set of node points

Description Usage Arguments Value Author(s)

Description

evaluate is a generic function that evaluates the test function instance for a collection of evaluation points.

Usage

 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)

Arguments

object

Test function that gets evaluated

x

Matrix where each row represents one evaluation point

Value

Vector where each element is an evaluation of the test function for a node point (row in x)

Author(s)

Klaus Herrmann


multIntTestFunc documentation built on Oct. 5, 2021, 5:08 p.m.