Learn R Programming

smoof (version 1.6.0.3)

doesCountEvaluations: Check whether the function is counting its function evaluations.

Description

In this case the function is of type smoof_counting_function or it is further wrapped by another wrapper. This function then checks recursively, if there is a counting wrapper.

Usage

doesCountEvaluations(object)

Value

logical(1)

Arguments

object

[any]
Arbitrary R object.

See Also

addCountingWrapper