getReferences: Get references for test function instance

Description Usage Arguments Value Author(s)

Description

getReferences is a generic function that returns a vector of references associated to the test function instance.

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
getReferences(object)

## S4 method for signature 'Rn_Gauss'
getReferences(object)

## S4 method for signature 'Rn_floorNorm'
getReferences(object)

## S4 method for signature 'standardSimplex_Dirichlet'
getReferences(object)

## S4 method for signature 'standardSimplex_exp_sum'
getReferences(object)

## S4 method for signature 'unitBall_normGauss'
getReferences(object)

## S4 method for signature 'unitBall_polynomial'
getReferences(object)

## S4 method for signature 'unitCube_cos2'
getReferences(object)

## S4 method for signature 'unitCube_floor'
getReferences(object)

## S4 method for signature 'unitSphere_innerProduct1'
getReferences(object)

## S4 method for signature 'unitSphere_polynomial'
getReferences(object)

Arguments

object

Test function for which the references are returned

Value

Vector with references for the specific function

Author(s)

Klaus Herrmann


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